public static enum BackupProtos.IncrementalTableBackupState extends Enum<BackupProtos.IncrementalTableBackupState>
IncrementalTableBackupState| Enum Constant and Description | 
|---|
INCR_BACKUP_COMPLETE
INCR_BACKUP_COMPLETE = 3; | 
INCREMENTAL_COPY
INCREMENTAL_COPY = 2; | 
PREPARE_INCREMENTAL
PREPARE_INCREMENTAL = 1; | 
| Modifier and Type | Field and Description | 
|---|---|
static int | 
INCR_BACKUP_COMPLETE_VALUE
INCR_BACKUP_COMPLETE = 3; | 
static int | 
INCREMENTAL_COPY_VALUE
INCREMENTAL_COPY = 2; | 
static int | 
PREPARE_INCREMENTAL_VALUE
PREPARE_INCREMENTAL = 1; | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor | 
getDescriptor()  | 
com.google.protobuf.Descriptors.EnumDescriptor | 
getDescriptorForType()  | 
int | 
getNumber()  | 
com.google.protobuf.Descriptors.EnumValueDescriptor | 
getValueDescriptor()  | 
static <any> | 
internalGetValueMap()  | 
static BackupProtos.IncrementalTableBackupState | 
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)  | 
static BackupProtos.IncrementalTableBackupState | 
valueOf(int value)  | 
static BackupProtos.IncrementalTableBackupState | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static BackupProtos.IncrementalTableBackupState[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final BackupProtos.IncrementalTableBackupState PREPARE_INCREMENTAL
PREPARE_INCREMENTAL = 1;public static final BackupProtos.IncrementalTableBackupState INCREMENTAL_COPY
INCREMENTAL_COPY = 2;public static final BackupProtos.IncrementalTableBackupState INCR_BACKUP_COMPLETE
INCR_BACKUP_COMPLETE = 3;public static final int PREPARE_INCREMENTAL_VALUE
PREPARE_INCREMENTAL = 1;public static final int INCREMENTAL_COPY_VALUE
INCREMENTAL_COPY = 2;public static final int INCR_BACKUP_COMPLETE_VALUE
INCR_BACKUP_COMPLETE = 3;public static BackupProtos.IncrementalTableBackupState[] values()
for (BackupProtos.IncrementalTableBackupState c : BackupProtos.IncrementalTableBackupState.values()) System.out.println(c);
public static BackupProtos.IncrementalTableBackupState 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 nullpublic final int getNumber()
public static BackupProtos.IncrementalTableBackupState valueOf(int value)
public static <any> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BackupProtos.IncrementalTableBackupState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)