Uses of Enum
com.google.cloud.bigtable.admin.v2.models.Backup.BackupType
Packages that use Backup.BackupType
-
Uses of Backup.BackupType in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return Backup.BackupTypeModifier and TypeMethodDescriptionstatic Backup.BackupTypeBackup.BackupType.fromProto(Backup.BackupType proto) Wraps the protobuf.Backup.getBackupType()Get the backup type of this backup.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.cloud.bigtable.admin.v2.models with parameters of type Backup.BackupTypeModifier and TypeMethodDescriptionCreateBackupRequest.setBackupType(Backup.BackupType backupType)