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 SnapshotStateSnapshotState. forNumber(int value)SnapshotStateSnapshot.Builder. getState()State of the snapshot.SnapshotStateSnapshot. getState()State of the snapshot.SnapshotStateSnapshotOrBuilder. getState()State of the snapshot.static SnapshotStateSnapshotState. valueOf(int value)Deprecated.static SnapshotStateSnapshotState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SnapshotStateSnapshotState. 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.BuilderSnapshot.Builder. setState(SnapshotState value)State of the snapshot.
-