Class Cluster.ClusterAutoscalingConfig (2.14.0)

public static final class Cluster.ClusterAutoscalingConfig extends GeneratedMessageV3 implements Cluster.ClusterAutoscalingConfigOrBuilder

Autoscaling config for a cluster.

Protobuf type google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Cluster.ClusterAutoscalingConfig

Static Fields

AUTOSCALING_LIMITS_FIELD_NUMBER

public static final int AUTOSCALING_LIMITS_FIELD_NUMBER
Field Value
TypeDescription
int

AUTOSCALING_TARGETS_FIELD_NUMBER

public static final int AUTOSCALING_TARGETS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Cluster.ClusterAutoscalingConfig getDefaultInstance()
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig

getDescriptor()

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

newBuilder()

public static Cluster.ClusterAutoscalingConfig.Builder newBuilder()
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig.Builder

newBuilder(Cluster.ClusterAutoscalingConfig prototype)

public static Cluster.ClusterAutoscalingConfig.Builder newBuilder(Cluster.ClusterAutoscalingConfig prototype)
Parameter
NameDescription
prototypeCluster.ClusterAutoscalingConfig
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig.Builder

parseDelimitedFrom(InputStream input)

public static Cluster.ClusterAutoscalingConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Cluster.ClusterAutoscalingConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Cluster.ClusterAutoscalingConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Cluster.ClusterAutoscalingConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Cluster.ClusterAutoscalingConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Cluster.ClusterAutoscalingConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Cluster.ClusterAutoscalingConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Cluster.ClusterAutoscalingConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Cluster.ClusterAutoscalingConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Cluster.ClusterAutoscalingConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Cluster.ClusterAutoscalingConfig parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Cluster.ClusterAutoscalingConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Cluster.ClusterAutoscalingConfig> parser()
Returns
TypeDescription
Parser<ClusterAutoscalingConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAutoscalingLimits()

public AutoscalingLimits getAutoscalingLimits()

Required. Autoscaling limits for this cluster.

.google.bigtable.admin.v2.AutoscalingLimits autoscaling_limits = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AutoscalingLimits

The autoscalingLimits.

getAutoscalingLimitsOrBuilder()

public AutoscalingLimitsOrBuilder getAutoscalingLimitsOrBuilder()

Required. Autoscaling limits for this cluster.

.google.bigtable.admin.v2.AutoscalingLimits autoscaling_limits = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AutoscalingLimitsOrBuilder

getAutoscalingTargets()

public AutoscalingTargets getAutoscalingTargets()

Required. Autoscaling targets for this cluster.

.google.bigtable.admin.v2.AutoscalingTargets autoscaling_targets = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AutoscalingTargets

The autoscalingTargets.

getAutoscalingTargetsOrBuilder()

public AutoscalingTargetsOrBuilder getAutoscalingTargetsOrBuilder()

Required. Autoscaling targets for this cluster.

.google.bigtable.admin.v2.AutoscalingTargets autoscaling_targets = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AutoscalingTargetsOrBuilder

getDefaultInstanceForType()

public Cluster.ClusterAutoscalingConfig getDefaultInstanceForType()
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig

getParserForType()

public Parser<Cluster.ClusterAutoscalingConfig> getParserForType()
Returns
TypeDescription
Parser<ClusterAutoscalingConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasAutoscalingLimits()

public boolean hasAutoscalingLimits()

Required. Autoscaling limits for this cluster.

.google.bigtable.admin.v2.AutoscalingLimits autoscaling_limits = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the autoscalingLimits field is set.

hasAutoscalingTargets()

public boolean hasAutoscalingTargets()

Required. Autoscaling targets for this cluster.

.google.bigtable.admin.v2.AutoscalingTargets autoscaling_targets = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the autoscalingTargets field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Cluster.ClusterAutoscalingConfig.Builder newBuilderForType()
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Cluster.ClusterAutoscalingConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Cluster.ClusterAutoscalingConfig.Builder toBuilder()
Returns
TypeDescription
Cluster.ClusterAutoscalingConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException