Package | Description |
---|---|
com.google.cloud.dataproc.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static WorkflowNode.NodeState |
WorkflowNode.NodeState.forNumber(int value) |
WorkflowNode.NodeState |
WorkflowNode.getState()
Output only.
|
WorkflowNode.NodeState |
WorkflowNode.Builder.getState()
Output only.
|
WorkflowNode.NodeState |
WorkflowNodeOrBuilder.getState()
Output only.
|
static WorkflowNode.NodeState |
WorkflowNode.NodeState.valueOf(Descriptors.EnumValueDescriptor desc) |
static WorkflowNode.NodeState |
WorkflowNode.NodeState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<WorkflowNode.NodeState> |
WorkflowNode.NodeState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
WorkflowNode.Builder |
WorkflowNode.Builder.setState(WorkflowNode.NodeState value)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.