public enum Backup.BackupType extends Enum<Backup.BackupType>Static Fields | 
      |
|---|---|
| Name | Description | 
BACKUP_TYPE_UNSPECIFIED | 
        Not specified.  | 
      
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.  | 
      
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.  | 
      
UNRECOGNIZED | 
        The backup type of the backup is not known by this client. Please upgrade your client.  | 
      
Static Methods | 
      |
|---|---|
| Name | Description | 
fromProto(Backup.BackupType proto) | 
        
 Wraps the protobuf. This method is considered an internal implementation detail and not meant to be used by applications.  | 
      
valueOf(String name) | 
        |
values() | 
        |
Methods | 
      |
|---|---|
| Name | Description | 
toProto() | 
        
 Creates the request protobuf. This method is considered an internal implementation detail and not meant to be used by applications.  |