Class AutoscalingPolicyScaleInControl.Builder (1.51.0)

public static final class AutoscalingPolicyScaleInControl.Builder extends GeneratedMessageV3.Builder<AutoscalingPolicyScaleInControl.Builder> implements AutoscalingPolicyScaleInControlOrBuilder

Configuration that allows for slower scale in so that even if Autoscaler recommends an abrupt scale in of a MIG, it will be throttled as specified by the parameters below.

Protobuf type google.cloud.compute.v1.AutoscalingPolicyScaleInControl

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AutoscalingPolicyScaleInControl.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder
Overrides

build()

public AutoscalingPolicyScaleInControl build()
Returns
TypeDescription
AutoscalingPolicyScaleInControl

buildPartial()

public AutoscalingPolicyScaleInControl buildPartial()
Returns
TypeDescription
AutoscalingPolicyScaleInControl

clear()

public AutoscalingPolicyScaleInControl.Builder clear()
Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AutoscalingPolicyScaleInControl.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder
Overrides

clearMaxScaledInReplicas()

public AutoscalingPolicyScaleInControl.Builder clearMaxScaledInReplicas()

Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations. Possibly all these VMs can be deleted at once so user service needs to be prepared to lose that many VMs in one step.

optional .google.cloud.compute.v1.FixedOrPercent max_scaled_in_replicas = 180710123;

Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public AutoscalingPolicyScaleInControl.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder
Overrides

clearTimeWindowSec()

public AutoscalingPolicyScaleInControl.Builder clearTimeWindowSec()

How far back autoscaling looks when computing recommendations to include directives regarding slower scale in, as described above.

optional int32 time_window_sec = 36405300;

Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder

This builder for chaining.

clone()

public AutoscalingPolicyScaleInControl.Builder clone()
Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder
Overrides

getDefaultInstanceForType()

public AutoscalingPolicyScaleInControl getDefaultInstanceForType()
Returns
TypeDescription
AutoscalingPolicyScaleInControl

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getMaxScaledInReplicas()

public FixedOrPercent getMaxScaledInReplicas()

Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations. Possibly all these VMs can be deleted at once so user service needs to be prepared to lose that many VMs in one step.

optional .google.cloud.compute.v1.FixedOrPercent max_scaled_in_replicas = 180710123;

Returns
TypeDescription
FixedOrPercent

The maxScaledInReplicas.

getMaxScaledInReplicasBuilder()

public FixedOrPercent.Builder getMaxScaledInReplicasBuilder()

Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations. Possibly all these VMs can be deleted at once so user service needs to be prepared to lose that many VMs in one step.

optional .google.cloud.compute.v1.FixedOrPercent max_scaled_in_replicas = 180710123;

Returns
TypeDescription
FixedOrPercent.Builder

getMaxScaledInReplicasOrBuilder()

public FixedOrPercentOrBuilder getMaxScaledInReplicasOrBuilder()

Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations. Possibly all these VMs can be deleted at once so user service needs to be prepared to lose that many VMs in one step.

optional .google.cloud.compute.v1.FixedOrPercent max_scaled_in_replicas = 180710123;

Returns
TypeDescription
FixedOrPercentOrBuilder

getTimeWindowSec()

public int getTimeWindowSec()

How far back autoscaling looks when computing recommendations to include directives regarding slower scale in, as described above.

optional int32 time_window_sec = 36405300;

Returns
TypeDescription
int

The timeWindowSec.

hasMaxScaledInReplicas()

public boolean hasMaxScaledInReplicas()

Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations. Possibly all these VMs can be deleted at once so user service needs to be prepared to lose that many VMs in one step.

optional .google.cloud.compute.v1.FixedOrPercent max_scaled_in_replicas = 180710123;

Returns
TypeDescription
boolean

Whether the maxScaledInReplicas field is set.

hasTimeWindowSec()

public boolean hasTimeWindowSec()

How far back autoscaling looks when computing recommendations to include directives regarding slower scale in, as described above.

optional int32 time_window_sec = 36405300;

Returns
TypeDescription
boolean

Whether the timeWindowSec field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AutoscalingPolicyScaleInControl other)

public AutoscalingPolicyScaleInControl.Builder mergeFrom(AutoscalingPolicyScaleInControl other)
Parameter
NameDescription
otherAutoscalingPolicyScaleInControl
Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AutoscalingPolicyScaleInControl.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AutoscalingPolicyScaleInControl.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder
Overrides

mergeMaxScaledInReplicas(FixedOrPercent value)

public AutoscalingPolicyScaleInControl.Builder mergeMaxScaledInReplicas(FixedOrPercent value)

Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations. Possibly all these VMs can be deleted at once so user service needs to be prepared to lose that many VMs in one step.

optional .google.cloud.compute.v1.FixedOrPercent max_scaled_in_replicas = 180710123;

Parameter
NameDescription
valueFixedOrPercent
Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AutoscalingPolicyScaleInControl.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AutoscalingPolicyScaleInControl.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder
Overrides

setMaxScaledInReplicas(FixedOrPercent value)

public AutoscalingPolicyScaleInControl.Builder setMaxScaledInReplicas(FixedOrPercent value)

Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations. Possibly all these VMs can be deleted at once so user service needs to be prepared to lose that many VMs in one step.

optional .google.cloud.compute.v1.FixedOrPercent max_scaled_in_replicas = 180710123;

Parameter
NameDescription
valueFixedOrPercent
Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder

setMaxScaledInReplicas(FixedOrPercent.Builder builderForValue)

public AutoscalingPolicyScaleInControl.Builder setMaxScaledInReplicas(FixedOrPercent.Builder builderForValue)

Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations. Possibly all these VMs can be deleted at once so user service needs to be prepared to lose that many VMs in one step.

optional .google.cloud.compute.v1.FixedOrPercent max_scaled_in_replicas = 180710123;

Parameter
NameDescription
builderForValueFixedOrPercent.Builder
Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AutoscalingPolicyScaleInControl.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder
Overrides

setTimeWindowSec(int value)

public AutoscalingPolicyScaleInControl.Builder setTimeWindowSec(int value)

How far back autoscaling looks when computing recommendations to include directives regarding slower scale in, as described above.

optional int32 time_window_sec = 36405300;

Parameter
NameDescription
valueint

The timeWindowSec to set.

Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final AutoscalingPolicyScaleInControl.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AutoscalingPolicyScaleInControl.Builder
Overrides