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