Uses of Class
com.google.cloud.compute.v1.StatefulPolicyPreservedStateDiskDevice.AutoDelete
-
Packages that use StatefulPolicyPreservedStateDiskDevice.AutoDelete Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of StatefulPolicyPreservedStateDiskDevice.AutoDelete in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return StatefulPolicyPreservedStateDiskDevice.AutoDelete Modifier and Type Method Description static StatefulPolicyPreservedStateDiskDevice.AutoDelete
StatefulPolicyPreservedStateDiskDevice.AutoDelete. forNumber(int value)
static StatefulPolicyPreservedStateDiskDevice.AutoDelete
StatefulPolicyPreservedStateDiskDevice.AutoDelete. valueOf(int value)
Deprecated.static StatefulPolicyPreservedStateDiskDevice.AutoDelete
StatefulPolicyPreservedStateDiskDevice.AutoDelete. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static StatefulPolicyPreservedStateDiskDevice.AutoDelete
StatefulPolicyPreservedStateDiskDevice.AutoDelete. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatefulPolicyPreservedStateDiskDevice.AutoDelete[]
StatefulPolicyPreservedStateDiskDevice.AutoDelete. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.compute.v1 that return types with arguments of type StatefulPolicyPreservedStateDiskDevice.AutoDelete Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<StatefulPolicyPreservedStateDiskDevice.AutoDelete>
StatefulPolicyPreservedStateDiskDevice.AutoDelete. internalGetValueMap()
-