public static final class Cluster.ClusterConfig extends GeneratedMessageV3 implements Cluster.ClusterConfigOrBuilder
Configuration for a cluster.
Protobuf type google.bigtable.admin.v2.Cluster.ClusterConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Cluster.ClusterConfigImplements
Cluster.ClusterConfigOrBuilderStatic Fields
CLUSTER_AUTOSCALING_CONFIG_FIELD_NUMBER
public static final int CLUSTER_AUTOSCALING_CONFIG_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Cluster.ClusterConfig getDefaultInstance()
Type | Description |
Cluster.ClusterConfig |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Cluster.ClusterConfig.Builder newBuilder()
Type | Description |
Cluster.ClusterConfig.Builder |
newBuilder(Cluster.ClusterConfig prototype)
public static Cluster.ClusterConfig.Builder newBuilder(Cluster.ClusterConfig prototype)
Name | Description |
prototype | Cluster.ClusterConfig |
Type | Description |
Cluster.ClusterConfig.Builder |
parseDelimitedFrom(InputStream input)
public static Cluster.ClusterConfig parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Cluster.ClusterConfig |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Cluster.ClusterConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Cluster.ClusterConfig |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Cluster.ClusterConfig parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Cluster.ClusterConfig |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Cluster.ClusterConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Cluster.ClusterConfig |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Cluster.ClusterConfig parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Cluster.ClusterConfig |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Cluster.ClusterConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Cluster.ClusterConfig |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Cluster.ClusterConfig parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Cluster.ClusterConfig |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Cluster.ClusterConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Cluster.ClusterConfig |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Cluster.ClusterConfig parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Cluster.ClusterConfig |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Cluster.ClusterConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Cluster.ClusterConfig |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Cluster.ClusterConfig parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Cluster.ClusterConfig |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Cluster.ClusterConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Cluster.ClusterConfig |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Cluster.ClusterConfig> parser()
Type | Description |
Parser<ClusterConfig> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
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. |
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 |
getParserForType()
public Parser<Cluster.ClusterConfig> getParserForType()
Type | Description |
Parser<ClusterConfig> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
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. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Cluster.ClusterConfig.Builder newBuilderForType()
Type | Description |
Cluster.ClusterConfig.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Cluster.ClusterConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Cluster.ClusterConfig.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Cluster.ClusterConfig.Builder toBuilder()
Type | Description |
Cluster.ClusterConfig.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |