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