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