Uses of Class
com.google.cloud.gkemulticloud.v1.AwsNodePool.State
-
Packages that use AwsNodePool.State Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of AwsNodePool.State in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AwsNodePool.State Modifier and Type Method Description static AwsNodePool.State
AwsNodePool.State. forNumber(int value)
AwsNodePool.State
AwsNodePool.Builder. getState()
Output only.AwsNodePool.State
AwsNodePool. getState()
Output only.AwsNodePool.State
AwsNodePoolOrBuilder. getState()
Output only.static AwsNodePool.State
AwsNodePool.State. valueOf(int value)
Deprecated.static AwsNodePool.State
AwsNodePool.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AwsNodePool.State
AwsNodePool.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static AwsNodePool.State[]
AwsNodePool.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type AwsNodePool.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AwsNodePool.State>
AwsNodePool.State. internalGetValueMap()
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AwsNodePool.State Modifier and Type Method Description AwsNodePool.Builder
AwsNodePool.Builder. setState(AwsNodePool.State value)
Output only.
-