Enum RestoreSourceType (2.17.1)

public enum RestoreSourceType extends Enum<RestoreSourceType> implements ProtocolMessageEnum

Indicates the type of the restore source.

Protobuf enum google.bigtable.admin.v2.RestoreSourceType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BACKUP

A backup was used as the source of the restore.

BACKUP = 1;

BACKUP_VALUE

A backup was used as the source of the restore.

BACKUP = 1;

RESTORE_SOURCE_TYPE_UNSPECIFIED

No restore associated.

RESTORE_SOURCE_TYPE_UNSPECIFIED = 0;

RESTORE_SOURCE_TYPE_UNSPECIFIED_VALUE

No restore associated.

RESTORE_SOURCE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()