Google Cloud Filestore V1 Client - Class State (1.1.2)

Reference documentation and code samples for the Google Cloud Filestore V1 Client class State.

The backup state.

Protobuf type google.cloud.filestore.v1.Backup.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State not set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Backup is being created.

Generated from protobuf enum CREATING = 1;

FINALIZING

Value: 2

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.

Generated from protobuf enum FINALIZING = 2;

READY

Value: 3

Backup is available for use.

Generated from protobuf enum READY = 3;

DELETING

Value: 4

Backup is being deleted.

Generated from protobuf enum DELETING = 4;