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.NodeStateWorkflowNode.NodeState. forNumber(int value)WorkflowNode.NodeStateWorkflowNode.Builder. getState()Output only.WorkflowNode.NodeStateWorkflowNode. getState()Output only.WorkflowNode.NodeStateWorkflowNodeOrBuilder. getState()Output only.static WorkflowNode.NodeStateWorkflowNode.NodeState. valueOf(int value)Deprecated.static WorkflowNode.NodeStateWorkflowNode.NodeState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static WorkflowNode.NodeStateWorkflowNode.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.BuilderWorkflowNode.Builder. setState(WorkflowNode.NodeState value)Output only.
-