@Generated public enum SyncedTableState extends Enum<SyncedTableState>
| Modifier and Type | Method and Description |
|---|---|
static SyncedTableState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncedTableState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncedTableState SYNCED_TABLED_OFFLINE
public static final SyncedTableState SYNCED_TABLE_OFFLINE_FAILED
public static final SyncedTableState SYNCED_TABLE_ONLINE
public static final SyncedTableState SYNCED_TABLE_ONLINE_CONTINUOUS_UPDATE
public static final SyncedTableState SYNCED_TABLE_ONLINE_NO_PENDING_UPDATE
public static final SyncedTableState SYNCED_TABLE_ONLINE_PIPELINE_FAILED
public static final SyncedTableState SYNCED_TABLE_ONLINE_TRIGGERED_UPDATE
public static final SyncedTableState SYNCED_TABLE_ONLINE_UPDATING_PIPELINE_RESOURCES
public static final SyncedTableState SYNCED_TABLE_PROVISIONING
public static final SyncedTableState SYNCED_TABLE_PROVISIONING_INITIAL_SNAPSHOT
public static final SyncedTableState SYNCED_TABLE_PROVISIONING_PIPELINE_RESOURCES
public static SyncedTableState[] values()
for (SyncedTableState c : SyncedTableState.values()) System.out.println(c);
public static SyncedTableState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2026. All rights reserved.