| Modifier and Type | Method and Description |
|---|---|
static Volume.StorageType |
Volume.StorageType.forNumber(int value) |
Volume.StorageType |
VolumeOrBuilder.getStorageType()
The storage type for this volume.
|
Volume.StorageType |
Volume.getStorageType()
The storage type for this volume.
|
Volume.StorageType |
Volume.Builder.getStorageType()
The storage type for this volume.
|
static Volume.StorageType |
Volume.StorageType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Volume.StorageType |
Volume.StorageType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Volume.StorageType |
Volume.StorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Volume.StorageType[] |
Volume.StorageType.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<Volume.StorageType> |
Volume.StorageType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Volume.Builder |
Volume.Builder.setStorageType(Volume.StorageType value)
The storage type for this volume.
|
Copyright © 2022 Google LLC. All rights reserved.