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