public enum BackupLocation.Type extends Enum<BackupLocation.Type> implements ProtocolMessageEnumThe type of the location.
Protobuf enum google.cloud.backupdr.v1.BackupLocation.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MULTI_REGIONAL |
Location type is multi regional. |
MULTI_REGIONAL_VALUE |
Location type is multi regional. |
REGIONAL |
Location type is regional. |
REGIONAL_VALUE |
Location type is regional. |
TYPE_UNSPECIFIED |
Location type is unspecified. |
TYPE_UNSPECIFIED_VALUE |
Location type is unspecified. |
UNRECOGNIZED |
|
ZONAL |
Location type is zonal. |
ZONAL_VALUE |
Location type is zonal. |
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() |
|