Class AutoscalingSettings.Thresholds.Builder (0.77.0)

public static final class AutoscalingSettings.Thresholds.Builder extends GeneratedMessage.Builder<AutoscalingSettings.Thresholds.Builder> implements AutoscalingSettings.ThresholdsOrBuilder

Thresholds define the utilization of resources triggering scale-out and scale-in operations.

Protobuf type google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AutoscalingSettings.Thresholds build()
Returns
Type Description
AutoscalingSettings.Thresholds

buildPartial()

public AutoscalingSettings.Thresholds buildPartial()
Returns
Type Description
AutoscalingSettings.Thresholds

clear()

public AutoscalingSettings.Thresholds.Builder clear()
Returns
Type Description
AutoscalingSettings.Thresholds.Builder
Overrides

clearScaleIn()

public AutoscalingSettings.Thresholds.Builder clearScaleIn()

Required. The utilization triggering the scale-in operation in percent.

int32 scale_in = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AutoscalingSettings.Thresholds.Builder

This builder for chaining.

clearScaleOut()

public AutoscalingSettings.Thresholds.Builder clearScaleOut()

Required. The utilization triggering the scale-out operation in percent.

int32 scale_out = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AutoscalingSettings.Thresholds.Builder

This builder for chaining.

getDefaultInstanceForType()

public AutoscalingSettings.Thresholds getDefaultInstanceForType()
Returns
Type Description
AutoscalingSettings.Thresholds

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getScaleIn()

public int getScaleIn()

Required. The utilization triggering the scale-in operation in percent.

int32 scale_in = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The scaleIn.

getScaleOut()

public int getScaleOut()

Required. The utilization triggering the scale-out operation in percent.

int32 scale_out = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The scaleOut.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AutoscalingSettings.Thresholds other)

public AutoscalingSettings.Thresholds.Builder mergeFrom(AutoscalingSettings.Thresholds other)
Parameter
Name Description
other AutoscalingSettings.Thresholds
Returns
Type Description
AutoscalingSettings.Thresholds.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AutoscalingSettings.Thresholds.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AutoscalingSettings.Thresholds.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AutoscalingSettings.Thresholds.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AutoscalingSettings.Thresholds.Builder
Overrides

setScaleIn(int value)

public AutoscalingSettings.Thresholds.Builder setScaleIn(int value)

Required. The utilization triggering the scale-in operation in percent.

int32 scale_in = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value int

The scaleIn to set.

Returns
Type Description
AutoscalingSettings.Thresholds.Builder

This builder for chaining.

setScaleOut(int value)

public AutoscalingSettings.Thresholds.Builder setScaleOut(int value)

Required. The utilization triggering the scale-out operation in percent.

int32 scale_out = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value int

The scaleOut to set.

Returns
Type Description
AutoscalingSettings.Thresholds.Builder

This builder for chaining.