public static enum Backup.BackupType extends Enum<Backup.BackupType> implements com.google.protobuf.ProtocolMessageEnum
The type of the backup.Protobuf enum
google.bigtable.admin.v2.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 |
| Modifier and Type | Field and Description |
|---|---|
static int |
BACKUP_TYPE_UNSPECIFIED_VALUE
Not specified.
|
static int |
HOT_VALUE
A backup type with faster restore to SSD performance.
|
static int |
STANDARD_VALUE
The default type for Cloud Bigtable managed backups.
|
| Modifier and Type | Method and Description |
|---|---|
static Backup.BackupType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Backup.BackupType> |
internalGetValueMap() |
static Backup.BackupType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Backup.BackupType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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
Not specified.
BACKUP_TYPE_UNSPECIFIED = 0;public static final Backup.BackupType STANDARD
The default type for Cloud Bigtable managed backups. Supported for backups created in both HDD and SSD instances. Requires optimization when restored to a table in an SSD instance.
STANDARD = 1;public static final Backup.BackupType HOT
A backup type with faster restore to SSD performance. Only supported for backups created in SSD instances. A new SSD table restored from a hot backup reaches production performance more quickly than a standard backup.
HOT = 2;public static final Backup.BackupType UNRECOGNIZED
public static final int BACKUP_TYPE_UNSPECIFIED_VALUE
Not specified.
BACKUP_TYPE_UNSPECIFIED = 0;public static final int STANDARD_VALUE
The default type for Cloud Bigtable managed backups. Supported for backups created in both HDD and SSD instances. Requires optimization when restored to a table in an SSD instance.
STANDARD = 1;public static final int HOT_VALUE
A backup type with faster restore to SSD performance. Only supported for backups created in SSD instances. A new SSD table restored from a hot backup reaches production performance more quickly than a standard backup.
HOT = 2;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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Backup.BackupType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Backup.BackupType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Backup.BackupType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Backup.BackupType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2026 Google LLC. All rights reserved.