Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class SnapshotState.
Snapshot state.
Protobuf type google.dataflow.v1beta3.SnapshotState
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNKNOWN_SNAPSHOT_STATE
Value: 0
Unknown state.
Generated from protobuf enum UNKNOWN_SNAPSHOT_STATE = 0;
PENDING
Value: 1
Snapshot intent to create has been persisted, snapshotting of state has not yet started.
Generated from protobuf enum PENDING = 1;
RUNNING
Value: 2
Snapshotting is being performed.
Generated from protobuf enum RUNNING = 2;
READY
Value: 3
Snapshot has been created and is ready to be used.
Generated from protobuf enum READY = 3;
FAILED
Value: 4
Snapshot failed to be created.
Generated from protobuf enum FAILED = 4;
DELETED
Value: 5
Snapshot has been deleted.
Generated from protobuf enum DELETED = 5;