public enum BackupVault.BackupVaultType extends Enum<BackupVault.BackupVaultType> implements ProtocolMessageEnum
Backup Vault Type.
Protobuf enum google.cloud.netapp.v1.BackupVault.BackupVaultType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BACKUP_VAULT_TYPE_UNSPECIFIED |
BackupVault type not set. |
BACKUP_VAULT_TYPE_UNSPECIFIED_VALUE |
BackupVault type not set. |
CROSS_REGION |
BackupVault type is CROSS_REGION. |
CROSS_REGION_VALUE |
BackupVault type is CROSS_REGION. |
IN_REGION |
BackupVault type is IN_REGION. |
IN_REGION_VALUE |
BackupVault type is IN_REGION. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |