public interface ScalingConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ScalingConfig.InstanceSize |
getInstanceSize()
An enum of readable instance sizes, with each instance size mapping to a
float value (e.g.
|
int |
getInstanceSizeValue()
An enum of readable instance sizes, with each instance size mapping to a
float value (e.g.
|
float |
getScalingFactor()
Scaling factor, increments of 0.1 for values less than 1.0, and
increments of 1.0 for values greater than 1.0.
|
ScalingConfig.ScalingModelCase |
getScalingModelCase() |
boolean |
hasInstanceSize()
An enum of readable instance sizes, with each instance size mapping to a
float value (e.g.
|
boolean |
hasScalingFactor()
Scaling factor, increments of 0.1 for values less than 1.0, and
increments of 1.0 for values greater than 1.0.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInstanceSize()
An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
.google.cloud.metastore.v1beta.ScalingConfig.InstanceSize instance_size = 1;int getInstanceSizeValue()
An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
.google.cloud.metastore.v1beta.ScalingConfig.InstanceSize instance_size = 1;ScalingConfig.InstanceSize getInstanceSize()
An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
.google.cloud.metastore.v1beta.ScalingConfig.InstanceSize instance_size = 1;boolean hasScalingFactor()
Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
float scaling_factor = 2;float getScalingFactor()
Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
float scaling_factor = 2;ScalingConfig.ScalingModelCase getScalingModelCase()
Copyright © 2024 Google LLC. All rights reserved.