public static final class Cluster.ClusterConfig.Builder extends GeneratedMessageV3.Builder<Cluster.ClusterConfig.Builder> implements Cluster.ClusterConfigOrBuilder
Configuration for a cluster.
Protobuf type google.bigtable.admin.v2.Cluster.ClusterConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Cluster.ClusterConfig.BuilderImplements
Cluster.ClusterConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Cluster.ClusterConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Cluster.ClusterConfig.Builder |
build()
public Cluster.ClusterConfig build()
Type | Description |
Cluster.ClusterConfig |
buildPartial()
public Cluster.ClusterConfig buildPartial()
Type | Description |
Cluster.ClusterConfig |
clear()
public Cluster.ClusterConfig.Builder clear()
Type | Description |
Cluster.ClusterConfig.Builder |
clearClusterAutoscalingConfig()
public Cluster.ClusterConfig.Builder clearClusterAutoscalingConfig()
Autoscaling configuration for this cluster.
.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
Type | Description |
Cluster.ClusterConfig.Builder |
clearField(Descriptors.FieldDescriptor field)
public Cluster.ClusterConfig.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Cluster.ClusterConfig.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Cluster.ClusterConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Cluster.ClusterConfig.Builder |
clone()
public Cluster.ClusterConfig.Builder clone()
Type | Description |
Cluster.ClusterConfig.Builder |
getClusterAutoscalingConfig()
public Cluster.ClusterAutoscalingConfig getClusterAutoscalingConfig()
Autoscaling configuration for this cluster.
.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
Type | Description |
Cluster.ClusterAutoscalingConfig | The clusterAutoscalingConfig. |
getClusterAutoscalingConfigBuilder()
public Cluster.ClusterAutoscalingConfig.Builder getClusterAutoscalingConfigBuilder()
Autoscaling configuration for this cluster.
.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
Type | Description |
Cluster.ClusterAutoscalingConfig.Builder |
getClusterAutoscalingConfigOrBuilder()
public Cluster.ClusterAutoscalingConfigOrBuilder getClusterAutoscalingConfigOrBuilder()
Autoscaling configuration for this cluster.
.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
Type | Description |
Cluster.ClusterAutoscalingConfigOrBuilder |
getDefaultInstanceForType()
public Cluster.ClusterConfig getDefaultInstanceForType()
Type | Description |
Cluster.ClusterConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
hasClusterAutoscalingConfig()
public boolean hasClusterAutoscalingConfig()
Autoscaling configuration for this cluster.
.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
Type | Description |
boolean | Whether the clusterAutoscalingConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeClusterAutoscalingConfig(Cluster.ClusterAutoscalingConfig value)
public Cluster.ClusterConfig.Builder mergeClusterAutoscalingConfig(Cluster.ClusterAutoscalingConfig value)
Autoscaling configuration for this cluster.
.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
Name | Description |
value | Cluster.ClusterAutoscalingConfig |
Type | Description |
Cluster.ClusterConfig.Builder |
mergeFrom(Cluster.ClusterConfig other)
public Cluster.ClusterConfig.Builder mergeFrom(Cluster.ClusterConfig other)
Name | Description |
other | Cluster.ClusterConfig |
Type | Description |
Cluster.ClusterConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Cluster.ClusterConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Cluster.ClusterConfig.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Cluster.ClusterConfig.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Cluster.ClusterConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Cluster.ClusterConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Cluster.ClusterConfig.Builder |
setClusterAutoscalingConfig(Cluster.ClusterAutoscalingConfig value)
public Cluster.ClusterConfig.Builder setClusterAutoscalingConfig(Cluster.ClusterAutoscalingConfig value)
Autoscaling configuration for this cluster.
.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
Name | Description |
value | Cluster.ClusterAutoscalingConfig |
Type | Description |
Cluster.ClusterConfig.Builder |
setClusterAutoscalingConfig(Cluster.ClusterAutoscalingConfig.Builder builderForValue)
public Cluster.ClusterConfig.Builder setClusterAutoscalingConfig(Cluster.ClusterAutoscalingConfig.Builder builderForValue)
Autoscaling configuration for this cluster.
.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
Name | Description |
builderForValue | Cluster.ClusterAutoscalingConfig.Builder |
Type | Description |
Cluster.ClusterConfig.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Cluster.ClusterConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Cluster.ClusterConfig.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Cluster.ClusterConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Cluster.ClusterConfig.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Cluster.ClusterConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Cluster.ClusterConfig.Builder |