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 ExecutionStateExecutionState. forNumber(int value)ExecutionStateStageSummary.Builder. getState()State of this stage.ExecutionStateStageSummary. getState()State of this stage.ExecutionStateStageSummaryOrBuilder. getState()State of this stage.ExecutionStateWorkItemDetails.Builder. getState()State of this work item.ExecutionStateWorkItemDetails. getState()State of this work item.ExecutionStateWorkItemDetailsOrBuilder. getState()State of this work item.static ExecutionStateExecutionState. valueOf(int value)Deprecated.static ExecutionStateExecutionState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ExecutionStateExecutionState. 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.BuilderStageSummary.Builder. setState(ExecutionState value)State of this stage.WorkItemDetails.BuilderWorkItemDetails.Builder. setState(ExecutionState value)State of this work item.
-