Enum Snapshot.State (2.13.0)

public enum Snapshot.State extends Enum<Snapshot.State> implements ProtocolMessageEnum

Possible states of a snapshot.

Protobuf enum google.bigtable.admin.v2.Snapshot.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

The snapshot is currently being created, and may be destroyed if the creation process encounters an error. A snapshot may not be restored to a table while it is being created.

CREATING = 2;

CREATING_VALUE

The snapshot is currently being created, and may be destroyed if the creation process encounters an error. A snapshot may not be restored to a table while it is being created.

CREATING = 2;

READY

The snapshot has been successfully created and can serve all requests.

READY = 1;

READY_VALUE

The snapshot has been successfully created and can serve all requests.

READY = 1;

STATE_NOT_KNOWN

The state of the snapshot could not be determined.

STATE_NOT_KNOWN = 0;

STATE_NOT_KNOWN_VALUE

The state of the snapshot could not be determined.

STATE_NOT_KNOWN = 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()