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