Uses of Enum
com.google.bigtable.admin.v2.Backup.BackupType
-
Uses of Backup.BackupType in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Backup.BackupTypeModifier and TypeMethodDescriptionstatic Backup.BackupTypeBackup.BackupType.forNumber(int value) Backup.Builder.getBackupType()Indicates the backup type of the backup.Backup.getBackupType()Indicates the backup type of the backup.BackupOrBuilder.getBackupType()Indicates the backup type of the backup.static Backup.BackupTypeBackup.BackupType.valueOf(int value) Deprecated.static Backup.BackupTypeBackup.BackupType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Backup.BackupTypeReturns the enum constant of this type with the specified name.static Backup.BackupType[]Backup.BackupType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.bigtable.admin.v2 that return types with arguments of type Backup.BackupTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Backup.BackupType>Backup.BackupType.internalGetValueMap()Methods in com.google.bigtable.admin.v2 with parameters of type Backup.BackupTypeModifier and TypeMethodDescriptionBackup.Builder.setBackupType(Backup.BackupType value) Indicates the backup type of the backup.