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