public enum RestoreSourceType extends Enum<RestoreSourceType> implements ProtocolMessageEnum
Indicates the type of the restore source.
Protobuf enum google.spanner.admin.database.v1.RestoreSourceType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BACKUP |
A backup was used as the source of the restore. |
BACKUP_VALUE |
A backup was used as the source of the restore. |
TYPE_UNSPECIFIED |
No restore associated. |
TYPE_UNSPECIFIED_VALUE |
No restore associated. |
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() |