public static final class AutoscalingSettings.Thresholds extends GeneratedMessageV3 implements AutoscalingSettings.ThresholdsOrBuilder
Thresholds define the utilization of resources triggering scale-out and scale-in operations.
Protobuf type google.cloud.vmwareengine.v1.AutoscalingSettings.Thresholds
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AutoscalingSettings.ThresholdsImplements
AutoscalingSettings.ThresholdsOrBuilderStatic Fields
SCALE_IN_FIELD_NUMBER
public static final int SCALE_IN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SCALE_OUT_FIELD_NUMBER
public static final int SCALE_OUT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static AutoscalingSettings.Thresholds getDefaultInstance()
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static AutoscalingSettings.Thresholds.Builder newBuilder()
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds.Builder |
newBuilder(AutoscalingSettings.Thresholds prototype)
public static AutoscalingSettings.Thresholds.Builder newBuilder(AutoscalingSettings.Thresholds prototype)
Parameter | |
---|---|
Name | Description |
prototype |
AutoscalingSettings.Thresholds |
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds.Builder |
parseDelimitedFrom(InputStream input)
public static AutoscalingSettings.Thresholds parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AutoscalingSettings.Thresholds parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static AutoscalingSettings.Thresholds parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingSettings.Thresholds parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static AutoscalingSettings.Thresholds parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingSettings.Thresholds parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static AutoscalingSettings.Thresholds parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AutoscalingSettings.Thresholds parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static AutoscalingSettings.Thresholds parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AutoscalingSettings.Thresholds parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static AutoscalingSettings.Thresholds parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AutoscalingSettings.Thresholds parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<AutoscalingSettings.Thresholds> parser()
Returns | |
---|---|
Type | Description |
Parser<Thresholds> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public AutoscalingSettings.Thresholds getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds |
getParserForType()
public Parser<AutoscalingSettings.Thresholds> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<Thresholds> |
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. |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public AutoscalingSettings.Thresholds.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AutoscalingSettings.Thresholds.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public AutoscalingSettings.Thresholds.Builder toBuilder()
Returns | |
---|---|
Type | Description |
AutoscalingSettings.Thresholds.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |