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 StackTypeStackType. forNumber(int value)StackTypeClusterUpdate.Builder. getDesiredStackType()The desired stack type of the cluster.StackTypeClusterUpdate. getDesiredStackType()The desired stack type of the cluster.StackTypeClusterUpdateOrBuilder. getDesiredStackType()The desired stack type of the cluster.static StackTypeStackType. valueOf(int value)Deprecated.static StackTypeStackType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static StackTypeStackType. 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.BuilderClusterUpdate.Builder. setDesiredStackType(StackType value)The desired stack type of the cluster.
-