Uses of Class
com.google.container.v1beta1.Cluster.Status
-
Packages that use Cluster.Status Package Description com.google.container.v1beta1 -
-
Uses of Cluster.Status in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return Cluster.Status Modifier and Type Method Description static Cluster.StatusCluster.Status. forNumber(int value)Cluster.StatusCluster.Builder. getStatus()[Output only] The current status of this cluster.Cluster.StatusCluster. getStatus()[Output only] The current status of this cluster.Cluster.StatusClusterOrBuilder. getStatus()[Output only] The current status of this cluster.static Cluster.StatusCluster.Status. valueOf(int value)Deprecated.static Cluster.StatusCluster.Status. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Cluster.StatusCluster.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.v1beta1 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.v1beta1 with parameters of type Cluster.Status Modifier and Type Method Description Cluster.BuilderCluster.Builder. setStatus(Cluster.Status value)[Output only] The current status of this cluster.
-