Uses of Class
com.google.container.v1.Cluster.Status
-
Packages that use Cluster.Status Package Description com.google.container.v1 -
-
Uses of Cluster.Status in com.google.container.v1
Methods in com.google.container.v1 that return Cluster.Status Modifier and Type Method Description static Cluster.Status
Cluster.Status. forNumber(int value)
Cluster.Status
Cluster.Builder. getStatus()
[Output only] The current status of this cluster.Cluster.Status
Cluster. getStatus()
[Output only] The current status of this cluster.Cluster.Status
ClusterOrBuilder. getStatus()
[Output only] The current status of this cluster.static Cluster.Status
Cluster.Status. valueOf(int value)
Deprecated.static Cluster.Status
Cluster.Status. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Cluster.Status
Cluster.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Cluster.Status[]
Cluster.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.container.v1 that return types with arguments of type Cluster.Status Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Cluster.Status>
Cluster.Status. internalGetValueMap()
Methods in com.google.container.v1 with parameters of type Cluster.Status Modifier and Type Method Description Cluster.Builder
Cluster.Builder. setStatus(Cluster.Status value)
[Output only] The current status of this cluster.
-