Uses of Class
com.google.dataflow.v1beta3.SnapshotState
-
Packages that use SnapshotState Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of SnapshotState in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return SnapshotState Modifier and Type Method Description static SnapshotState
SnapshotState. forNumber(int value)
SnapshotState
Snapshot.Builder. getState()
State of the snapshot.SnapshotState
Snapshot. getState()
State of the snapshot.SnapshotState
SnapshotOrBuilder. getState()
State of the snapshot.static SnapshotState
SnapshotState. valueOf(int value)
Deprecated.static SnapshotState
SnapshotState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SnapshotState
SnapshotState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SnapshotState[]
SnapshotState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.dataflow.v1beta3 that return types with arguments of type SnapshotState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SnapshotState>
SnapshotState. internalGetValueMap()
Methods in com.google.dataflow.v1beta3 with parameters of type SnapshotState Modifier and Type Method Description Snapshot.Builder
Snapshot.Builder. setState(SnapshotState value)
State of the snapshot.
-