Package | Description |
---|---|
com.google.cloud.dataproc.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static ClusterOperationStatus.State |
ClusterOperationStatus.State.forNumber(int value) |
ClusterOperationStatus.State |
ClusterOperationStatus.getState()
Output only.
|
ClusterOperationStatus.State |
ClusterOperationStatus.Builder.getState()
Output only.
|
ClusterOperationStatus.State |
ClusterOperationStatusOrBuilder.getState()
Output only.
|
static ClusterOperationStatus.State |
ClusterOperationStatus.State.valueOf(Descriptors.EnumValueDescriptor desc) |
static ClusterOperationStatus.State |
ClusterOperationStatus.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ClusterOperationStatus.State |
ClusterOperationStatus.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterOperationStatus.State[] |
ClusterOperationStatus.State.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<ClusterOperationStatus.State> |
ClusterOperationStatus.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ClusterOperationStatus.Builder |
ClusterOperationStatus.Builder.setState(ClusterOperationStatus.State value)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.