Uses of Class
com.google.dataflow.v1beta3.ExecutionState
-
Packages that use ExecutionState Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of ExecutionState in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return ExecutionState Modifier and Type Method Description static ExecutionState
ExecutionState. forNumber(int value)
ExecutionState
StageSummary.Builder. getState()
State of this stage.ExecutionState
StageSummary. getState()
State of this stage.ExecutionState
StageSummaryOrBuilder. getState()
State of this stage.ExecutionState
WorkItemDetails.Builder. getState()
State of this work item.ExecutionState
WorkItemDetails. getState()
State of this work item.ExecutionState
WorkItemDetailsOrBuilder. getState()
State of this work item.static ExecutionState
ExecutionState. valueOf(int value)
Deprecated.static ExecutionState
ExecutionState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ExecutionState
ExecutionState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionState[]
ExecutionState. 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 ExecutionState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ExecutionState>
ExecutionState. internalGetValueMap()
Methods in com.google.dataflow.v1beta3 with parameters of type ExecutionState Modifier and Type Method Description StageSummary.Builder
StageSummary.Builder. setState(ExecutionState value)
State of this stage.WorkItemDetails.Builder
WorkItemDetails.Builder. setState(ExecutionState value)
State of this work item.
-