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