Enum Backup.State (1.9.0)

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

The backup state.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Backup is being created.

CREATING = 1;

CREATING_VALUE

Backup is being created.

CREATING = 1;

DELETING

Backup is being deleted.

DELETING = 4;

DELETING_VALUE

Backup is being deleted.

DELETING = 4;

FINALIZING

Backup has been taken and the operation is being finalized. At this point, changes to the file share will not be reflected in the backup.

FINALIZING = 2;

FINALIZING_VALUE

Backup has been taken and the operation is being finalized. At this point, changes to the file share will not be reflected in the backup.

FINALIZING = 2;

READY

Backup is available for use.

READY = 3;

READY_VALUE

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