public final class AutoscalingConfig extends GeneratedMessageV3 implements AutoscalingConfigOrBuilder
Autoscaling configuration for an instance.
Protobuf type google.spanner.admin.instance.v1.AutoscalingConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ASYMMETRIC_AUTOSCALING_OPTIONS_FIELD_NUMBER
public static final int ASYMMETRIC_AUTOSCALING_OPTIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
AUTOSCALING_LIMITS_FIELD_NUMBER
public static final int AUTOSCALING_LIMITS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
AUTOSCALING_TARGETS_FIELD_NUMBER
public static final int AUTOSCALING_TARGETS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static AutoscalingConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AutoscalingConfig.Builder newBuilder()
newBuilder(AutoscalingConfig prototype)
public static AutoscalingConfig.Builder newBuilder(AutoscalingConfig prototype)
public static AutoscalingConfig parseDelimitedFrom(InputStream input)
public static AutoscalingConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AutoscalingConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AutoscalingConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingConfig parseFrom(CodedInputStream input)
public static AutoscalingConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AutoscalingConfig parseFrom(InputStream input)
public static AutoscalingConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AutoscalingConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AutoscalingConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAsymmetricAutoscalingOptions(int index)
public AutoscalingConfig.AsymmetricAutoscalingOption getAsymmetricAutoscalingOptions(int index)
Optional. Optional asymmetric autoscaling options.
Replicas matching the replica selection criteria will be autoscaled
independently from other replicas. The autoscaler will scale the replicas
based on the utilization of replicas identified by the replica selection.
Replica selections should not overlap with each other.
Other replicas (those do not match any replica selection) will be
autoscaled together and will have the same compute capacity allocated to
them.
repeated .google.spanner.admin.instance.v1.AutoscalingConfig.AsymmetricAutoscalingOption asymmetric_autoscaling_options = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
getAsymmetricAutoscalingOptionsCount()
public int getAsymmetricAutoscalingOptionsCount()
Optional. Optional asymmetric autoscaling options.
Replicas matching the replica selection criteria will be autoscaled
independently from other replicas. The autoscaler will scale the replicas
based on the utilization of replicas identified by the replica selection.
Replica selections should not overlap with each other.
Other replicas (those do not match any replica selection) will be
autoscaled together and will have the same compute capacity allocated to
them.
repeated .google.spanner.admin.instance.v1.AutoscalingConfig.AsymmetricAutoscalingOption asymmetric_autoscaling_options = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
|
getAsymmetricAutoscalingOptionsList()
public List<AutoscalingConfig.AsymmetricAutoscalingOption> getAsymmetricAutoscalingOptionsList()
Optional. Optional asymmetric autoscaling options.
Replicas matching the replica selection criteria will be autoscaled
independently from other replicas. The autoscaler will scale the replicas
based on the utilization of replicas identified by the replica selection.
Replica selections should not overlap with each other.
Other replicas (those do not match any replica selection) will be
autoscaled together and will have the same compute capacity allocated to
them.
repeated .google.spanner.admin.instance.v1.AutoscalingConfig.AsymmetricAutoscalingOption asymmetric_autoscaling_options = 3 [(.google.api.field_behavior) = OPTIONAL];
getAsymmetricAutoscalingOptionsOrBuilder(int index)
public AutoscalingConfig.AsymmetricAutoscalingOptionOrBuilder getAsymmetricAutoscalingOptionsOrBuilder(int index)
Optional. Optional asymmetric autoscaling options.
Replicas matching the replica selection criteria will be autoscaled
independently from other replicas. The autoscaler will scale the replicas
based on the utilization of replicas identified by the replica selection.
Replica selections should not overlap with each other.
Other replicas (those do not match any replica selection) will be
autoscaled together and will have the same compute capacity allocated to
them.
repeated .google.spanner.admin.instance.v1.AutoscalingConfig.AsymmetricAutoscalingOption asymmetric_autoscaling_options = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
getAsymmetricAutoscalingOptionsOrBuilderList()
public List<? extends AutoscalingConfig.AsymmetricAutoscalingOptionOrBuilder> getAsymmetricAutoscalingOptionsOrBuilderList()
Optional. Optional asymmetric autoscaling options.
Replicas matching the replica selection criteria will be autoscaled
independently from other replicas. The autoscaler will scale the replicas
based on the utilization of replicas identified by the replica selection.
Replica selections should not overlap with each other.
Other replicas (those do not match any replica selection) will be
autoscaled together and will have the same compute capacity allocated to
them.
repeated .google.spanner.admin.instance.v1.AutoscalingConfig.AsymmetricAutoscalingOption asymmetric_autoscaling_options = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<? extends com.google.spanner.admin.instance.v1.AutoscalingConfig.AsymmetricAutoscalingOptionOrBuilder> |
|
getAutoscalingLimits()
public AutoscalingConfig.AutoscalingLimits getAutoscalingLimits()
Required. Autoscaling limits for an instance.
.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits autoscaling_limits = 1 [(.google.api.field_behavior) = REQUIRED];
getAutoscalingLimitsOrBuilder()
public AutoscalingConfig.AutoscalingLimitsOrBuilder getAutoscalingLimitsOrBuilder()
Required. Autoscaling limits for an instance.
.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits autoscaling_limits = 1 [(.google.api.field_behavior) = REQUIRED];
getAutoscalingTargets()
public AutoscalingConfig.AutoscalingTargets getAutoscalingTargets()
Required. The autoscaling targets for an instance.
.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingTargets autoscaling_targets = 2 [(.google.api.field_behavior) = REQUIRED];
getAutoscalingTargetsOrBuilder()
public AutoscalingConfig.AutoscalingTargetsOrBuilder getAutoscalingTargetsOrBuilder()
Required. The autoscaling targets for an instance.
.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingTargets autoscaling_targets = 2 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public AutoscalingConfig getDefaultInstanceForType()
getParserForType()
public Parser<AutoscalingConfig> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasAutoscalingLimits()
public boolean hasAutoscalingLimits()
Required. Autoscaling limits for an instance.
.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits autoscaling_limits = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the autoscalingLimits field is set.
|
hasAutoscalingTargets()
public boolean hasAutoscalingTargets()
Required. The autoscaling targets for an instance.
.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingTargets autoscaling_targets = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the autoscalingTargets field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AutoscalingConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AutoscalingConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public AutoscalingConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides