Reference documentation and code samples for the Cloud Firestore V1 Client class State.
Indicate the current state of the backup.
Protobuf type google.firestore.admin.v1.Backup.State
Namespace
Google \ Cloud \ Firestore \ Admin \ V1 \ BackupMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The state is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
The pending backup is still being created. Operations on the backup will be rejected in this state.
Generated from protobuf enum CREATING = 1;
READY
Value: 2
The backup is complete and ready to use.
Generated from protobuf enum READY = 2;
NOT_AVAILABLE
Value: 3
The backup is not available at this moment.
Generated from protobuf enum NOT_AVAILABLE = 3;