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.StateAttachedCluster.State. forNumber(int value)AttachedCluster.StateAttachedCluster.Builder. getState()Output only.AttachedCluster.StateAttachedCluster. getState()Output only.AttachedCluster.StateAttachedClusterOrBuilder. getState()Output only.static AttachedCluster.StateAttachedCluster.State. valueOf(int value)Deprecated.static AttachedCluster.StateAttachedCluster.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AttachedCluster.StateAttachedCluster.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.BuilderAttachedCluster.Builder. setState(AttachedCluster.State value)Output only.
-