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.Substate |
ClusterStatus.Substate.forNumber(int value) |
ClusterStatus.Substate |
ClusterStatus.getSubstate()
Output only.
|
ClusterStatus.Substate |
ClusterStatus.Builder.getSubstate()
Output only.
|
ClusterStatus.Substate |
ClusterStatusOrBuilder.getSubstate()
Output only.
|
static ClusterStatus.Substate |
ClusterStatus.Substate.valueOf(Descriptors.EnumValueDescriptor desc) |
static ClusterStatus.Substate |
ClusterStatus.Substate.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ClusterStatus.Substate |
ClusterStatus.Substate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterStatus.Substate[] |
ClusterStatus.Substate.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.Substate> |
ClusterStatus.Substate.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ClusterStatus.Builder |
ClusterStatus.Builder.setSubstate(ClusterStatus.Substate value)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.