public static enum Backup.BackupType extends Enum<Backup.BackupType>
| Enum Constant and Description |
|---|
BACKUP_TYPE_UNSPECIFIED
Not specified.
|
HOT
A backup type with faster restore to SSD performance.
|
STANDARD
The default type for Cloud Bigtable managed backups.
|
UNRECOGNIZED
The backup type of the backup is not known by this client.
|
| Modifier and Type | Method and Description |
|---|---|
static Backup.BackupType |
fromProto(Backup.BackupType proto)
Wraps the protobuf.
|
Backup.BackupType |
toProto()
Creates the request protobuf.
|
static Backup.BackupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Backup.BackupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Backup.BackupType BACKUP_TYPE_UNSPECIFIED
public static final Backup.BackupType STANDARD
public static final Backup.BackupType HOT
public static final Backup.BackupType UNRECOGNIZED
public static Backup.BackupType[] values()
for (Backup.BackupType c : Backup.BackupType.values()) System.out.println(c);
public static Backup.BackupType 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 null@InternalApi public static Backup.BackupType fromProto(Backup.BackupType proto)
@InternalApi public Backup.BackupType toProto()
Copyright © 2026 Google LLC. All rights reserved.