Enum Snapshot.State (1.42.0)

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

The snapshot state.

Protobuf enum google.cloud.filestore.v1beta1.Snapshot.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Snapshot is being created.

CREATING = 1;

CREATING_VALUE

Snapshot is being created.

CREATING = 1;

DELETING

Snapshot is being deleted.

DELETING = 4;

DELETING_VALUE

Snapshot is being deleted.

DELETING = 4;

READY

Snapshot is available for use.

READY = 3;

READY_VALUE

Snapshot is available for use.

READY = 3;

STATE_UNSPECIFIED

State not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State not set.

STATE_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()