Google Cloud Dataflow V1beta3 Client - Class SnapshotState (0.9.3)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V1beta3
Methods
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-18 UTC."],[],[]]