| Modifier and Type | Method and Description |
|---|---|
static ScalingConfig.InstanceSize |
ScalingConfig.InstanceSize.forNumber(int value) |
ScalingConfig.InstanceSize |
ScalingConfig.getInstanceSize()
An enum of readable instance sizes, with each instance size mapping to a
float value (e.g.
|
ScalingConfig.InstanceSize |
ScalingConfig.Builder.getInstanceSize()
An enum of readable instance sizes, with each instance size mapping to a
float value (e.g.
|
ScalingConfig.InstanceSize |
ScalingConfigOrBuilder.getInstanceSize()
An enum of readable instance sizes, with each instance size mapping to a
float value (e.g.
|
static ScalingConfig.InstanceSize |
ScalingConfig.InstanceSize.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ScalingConfig.InstanceSize |
ScalingConfig.InstanceSize.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ScalingConfig.InstanceSize |
ScalingConfig.InstanceSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalingConfig.InstanceSize[] |
ScalingConfig.InstanceSize.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<ScalingConfig.InstanceSize> |
ScalingConfig.InstanceSize.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ScalingConfig.Builder |
ScalingConfig.Builder.setInstanceSize(ScalingConfig.InstanceSize value)
An enum of readable instance sizes, with each instance size mapping to a
float value (e.g.
|
Copyright © 2024 Google LLC. All rights reserved.