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