Uses of Class
com.google.container.v1beta1.StackType
-
Packages that use StackType Package Description com.google.container.v1beta1 -
-
Uses of StackType in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return StackType Modifier and Type Method Description static StackType
StackType. forNumber(int value)
StackType
ClusterUpdate.Builder. getDesiredStackType()
The desired stack type of the cluster.StackType
ClusterUpdate. getDesiredStackType()
The desired stack type of the cluster.StackType
ClusterUpdateOrBuilder. getDesiredStackType()
The desired stack type of the cluster.static StackType
StackType. valueOf(int value)
Deprecated.static StackType
StackType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static StackType
StackType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StackType[]
StackType. 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 StackType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<StackType>
StackType. internalGetValueMap()
Methods in com.google.container.v1beta1 with parameters of type StackType Modifier and Type Method Description ClusterUpdate.Builder
ClusterUpdate.Builder. setDesiredStackType(StackType value)
The desired stack type of the cluster.
-