Modifier and Type | Method and Description |
---|---|
static Cluster.State |
Cluster.State.forNumber(int value) |
Cluster.State |
ClusterOrBuilder.getState()
The current state of the cluster.
|
Cluster.State |
Cluster.getState()
The current state of the cluster.
|
Cluster.State |
Cluster.Builder.getState()
The current state of the cluster.
|
static Cluster.State |
Cluster.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cluster.State |
Cluster.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cluster.State |
Cluster.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cluster.State[] |
Cluster.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 com.google.protobuf.Internal.EnumLiteMap<Cluster.State> |
Cluster.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Cluster.Builder |
Cluster.Builder.setState(Cluster.State value)
The current state of the cluster.
|
Copyright © 2020 Google LLC. All rights reserved.