Uses of Class
com.google.cloud.dataproc.v1.WorkflowNode.NodeState
-
Packages that use WorkflowNode.NodeState Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of WorkflowNode.NodeState in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return WorkflowNode.NodeState Modifier and Type Method Description static WorkflowNode.NodeState
WorkflowNode.NodeState. forNumber(int value)
WorkflowNode.NodeState
WorkflowNode.Builder. getState()
Output only.WorkflowNode.NodeState
WorkflowNode. getState()
Output only.WorkflowNode.NodeState
WorkflowNodeOrBuilder. getState()
Output only.static WorkflowNode.NodeState
WorkflowNode.NodeState. valueOf(int value)
Deprecated.static WorkflowNode.NodeState
WorkflowNode.NodeState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static WorkflowNode.NodeState
WorkflowNode.NodeState. valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkflowNode.NodeState[]
WorkflowNode.NodeState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dataproc.v1 that return types with arguments of type WorkflowNode.NodeState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<WorkflowNode.NodeState>
WorkflowNode.NodeState. internalGetValueMap()
Methods in com.google.cloud.dataproc.v1 with parameters of type WorkflowNode.NodeState Modifier and Type Method Description WorkflowNode.Builder
WorkflowNode.Builder. setState(WorkflowNode.NodeState value)
Output only.
-