Uses of Class
com.google.cloud.vmwareengine.v1.PrivateCloud.State
-
Packages that use PrivateCloud.State Package Description com.google.cloud.vmwareengine.v1 A client to VMware Engine API -
-
Uses of PrivateCloud.State in com.google.cloud.vmwareengine.v1
Methods in com.google.cloud.vmwareengine.v1 that return PrivateCloud.State Modifier and Type Method Description static PrivateCloud.StatePrivateCloud.State. forNumber(int value)PrivateCloud.StatePrivateCloud.Builder. getState()Output only.PrivateCloud.StatePrivateCloud. getState()Output only.PrivateCloud.StatePrivateCloudOrBuilder. getState()Output only.static PrivateCloud.StatePrivateCloud.State. valueOf(int value)Deprecated.static PrivateCloud.StatePrivateCloud.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PrivateCloud.StatePrivateCloud.State. valueOf(String name)Returns the enum constant of this type with the specified name.static PrivateCloud.State[]PrivateCloud.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.vmwareengine.v1 that return types with arguments of type PrivateCloud.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PrivateCloud.State>PrivateCloud.State. internalGetValueMap()Methods in com.google.cloud.vmwareengine.v1 with parameters of type PrivateCloud.State Modifier and Type Method Description PrivateCloud.BuilderPrivateCloud.Builder. setState(PrivateCloud.State value)Output only.
-