Google Cloud Dataflow V1beta3 Client - Class SnapshotState (0.3.10)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class SnapshotState.

Snapshot state.

Protobuf type google.dataflow.v1beta3.SnapshotState

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;