| Modifier and Type | Method and Description |
|---|---|
static Instance.DiskType |
Instance.DiskType.forNumber(int value) |
Instance.DiskType |
InstanceOrBuilder.getBootDiskType()
Input only.
|
Instance.DiskType |
Instance.getBootDiskType()
Input only.
|
Instance.DiskType |
Instance.Builder.getBootDiskType()
Input only.
|
Instance.DiskType |
InstanceOrBuilder.getDataDiskType()
Input only.
|
Instance.DiskType |
Instance.getDataDiskType()
Input only.
|
Instance.DiskType |
Instance.Builder.getDataDiskType()
Input only.
|
static Instance.DiskType |
Instance.DiskType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Instance.DiskType |
Instance.DiskType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Instance.DiskType |
Instance.DiskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instance.DiskType[] |
Instance.DiskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Instance.DiskType> |
Instance.DiskType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.setBootDiskType(Instance.DiskType value)
Input only.
|
Instance.Builder |
Instance.Builder.setDataDiskType(Instance.DiskType value)
Input only.
|
Copyright © 2024 Google LLC. All rights reserved.