Uses of Class
com.google.cloud.gkemulticloud.v1.AzureNodePool.State
-
Packages that use AzureNodePool.State Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of AzureNodePool.State in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AzureNodePool.State Modifier and Type Method Description static AzureNodePool.State
AzureNodePool.State. forNumber(int value)
AzureNodePool.State
AzureNodePool.Builder. getState()
Output only.AzureNodePool.State
AzureNodePool. getState()
Output only.AzureNodePool.State
AzureNodePoolOrBuilder. getState()
Output only.static AzureNodePool.State
AzureNodePool.State. valueOf(int value)
Deprecated.static AzureNodePool.State
AzureNodePool.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AzureNodePool.State
AzureNodePool.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static AzureNodePool.State[]
AzureNodePool.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 AzureNodePool.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AzureNodePool.State>
AzureNodePool.State. internalGetValueMap()
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AzureNodePool.State Modifier and Type Method Description AzureNodePool.Builder
AzureNodePool.Builder. setState(AzureNodePool.State value)
Output only.
-