public static final class FeatureOnlineStore.Bigtable.AutoScaling.Builder extends GeneratedMessageV3.Builder<FeatureOnlineStore.Bigtable.AutoScaling.Builder> implements FeatureOnlineStore.Bigtable.AutoScalingOrBuilder
Protobuf type
google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Bigtable.AutoScaling
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public FeatureOnlineStore.Bigtable.AutoScaling.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FeatureOnlineStore.Bigtable.AutoScaling build()
public FeatureOnlineStore.Bigtable.AutoScaling buildPartial()
public FeatureOnlineStore.Bigtable.AutoScaling.Builder clear()
Overrides
public FeatureOnlineStore.Bigtable.AutoScaling.Builder clearCpuUtilizationTarget()
Optional. A percentage of the cluster's CPU capacity. Can be from 10%
to 80%. When a cluster's CPU utilization exceeds the target that you
have set, Bigtable immediately adds nodes to the cluster. When CPU
utilization is substantially lower than the target, Bigtable removes
nodes. If not set will default to 50%.
int32 cpu_utilization_target = 3 [(.google.api.field_behavior) = OPTIONAL];
public FeatureOnlineStore.Bigtable.AutoScaling.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public FeatureOnlineStore.Bigtable.AutoScaling.Builder clearMaxNodeCount()
Required. The maximum number of nodes to scale up to. Must be greater
than or equal to min_node_count, and less than or equal to 10 times of
'min_node_count'.
int32 max_node_count = 2 [(.google.api.field_behavior) = REQUIRED];
public FeatureOnlineStore.Bigtable.AutoScaling.Builder clearMinNodeCount()
Required. The minimum number of nodes to scale down to. Must be greater
than or equal to 1.
int32 min_node_count = 1 [(.google.api.field_behavior) = REQUIRED];
public FeatureOnlineStore.Bigtable.AutoScaling.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public FeatureOnlineStore.Bigtable.AutoScaling.Builder clone()
Overrides
public int getCpuUtilizationTarget()
Optional. A percentage of the cluster's CPU capacity. Can be from 10%
to 80%. When a cluster's CPU utilization exceeds the target that you
have set, Bigtable immediately adds nodes to the cluster. When CPU
utilization is substantially lower than the target, Bigtable removes
nodes. If not set will default to 50%.
int32 cpu_utilization_target = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The cpuUtilizationTarget.
|
public FeatureOnlineStore.Bigtable.AutoScaling getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public int getMaxNodeCount()
Required. The maximum number of nodes to scale up to. Must be greater
than or equal to min_node_count, and less than or equal to 10 times of
'min_node_count'.
int32 max_node_count = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
The maxNodeCount.
|
public int getMinNodeCount()
Required. The minimum number of nodes to scale down to. Must be greater
than or equal to 1.
int32 min_node_count = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
The minNodeCount.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FeatureOnlineStore.Bigtable.AutoScaling.Builder mergeFrom(FeatureOnlineStore.Bigtable.AutoScaling other)
public FeatureOnlineStore.Bigtable.AutoScaling.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public FeatureOnlineStore.Bigtable.AutoScaling.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final FeatureOnlineStore.Bigtable.AutoScaling.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public FeatureOnlineStore.Bigtable.AutoScaling.Builder setCpuUtilizationTarget(int value)
Optional. A percentage of the cluster's CPU capacity. Can be from 10%
to 80%. When a cluster's CPU utilization exceeds the target that you
have set, Bigtable immediately adds nodes to the cluster. When CPU
utilization is substantially lower than the target, Bigtable removes
nodes. If not set will default to 50%.
int32 cpu_utilization_target = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
int
The cpuUtilizationTarget to set.
|
public FeatureOnlineStore.Bigtable.AutoScaling.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FeatureOnlineStore.Bigtable.AutoScaling.Builder setMaxNodeCount(int value)
Required. The maximum number of nodes to scale up to. Must be greater
than or equal to min_node_count, and less than or equal to 10 times of
'min_node_count'.
int32 max_node_count = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
int
The maxNodeCount to set.
|
public FeatureOnlineStore.Bigtable.AutoScaling.Builder setMinNodeCount(int value)
Required. The minimum number of nodes to scale down to. Must be greater
than or equal to 1.
int32 min_node_count = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
int
The minNodeCount to set.
|
public FeatureOnlineStore.Bigtable.AutoScaling.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final FeatureOnlineStore.Bigtable.AutoScaling.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides