public static final class ResponseParams.Builder extends GeneratedMessageV3.Builder<ResponseParams.Builder> implements ResponseParamsOrBuilder
Response metadata proto This is an experimental feature that will be used to get zone_id and cluster_id from response trailers to tag the metrics. This should not be used by customers directly
Protobuf type google.bigtable.v2.ResponseParams
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ResponseParams.BuilderImplements
ResponseParamsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ResponseParams.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ResponseParams.Builder |
build()
public ResponseParams build()
Type | Description |
ResponseParams |
buildPartial()
public ResponseParams buildPartial()
Type | Description |
ResponseParams |
clear()
public ResponseParams.Builder clear()
Type | Description |
ResponseParams.Builder |
clearClusterId()
public ResponseParams.Builder clearClusterId()
Identifier for a cluster that represents set of bigtable resources.
optional string cluster_id = 2;
Type | Description |
ResponseParams.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ResponseParams.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ResponseParams.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ResponseParams.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ResponseParams.Builder |
clearZoneId()
public ResponseParams.Builder clearZoneId()
The cloud bigtable zone associated with the cluster.
optional string zone_id = 1;
Type | Description |
ResponseParams.Builder | This builder for chaining. |
clone()
public ResponseParams.Builder clone()
Type | Description |
ResponseParams.Builder |
getClusterId()
public String getClusterId()
Identifier for a cluster that represents set of bigtable resources.
optional string cluster_id = 2;
Type | Description |
String | The clusterId. |
getClusterIdBytes()
public ByteString getClusterIdBytes()
Identifier for a cluster that represents set of bigtable resources.
optional string cluster_id = 2;
Type | Description |
ByteString | The bytes for clusterId. |
getDefaultInstanceForType()
public ResponseParams getDefaultInstanceForType()
Type | Description |
ResponseParams |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getZoneId()
public String getZoneId()
The cloud bigtable zone associated with the cluster.
optional string zone_id = 1;
Type | Description |
String | The zoneId. |
getZoneIdBytes()
public ByteString getZoneIdBytes()
The cloud bigtable zone associated with the cluster.
optional string zone_id = 1;
Type | Description |
ByteString | The bytes for zoneId. |
hasClusterId()
public boolean hasClusterId()
Identifier for a cluster that represents set of bigtable resources.
optional string cluster_id = 2;
Type | Description |
boolean | Whether the clusterId field is set. |
hasZoneId()
public boolean hasZoneId()
The cloud bigtable zone associated with the cluster.
optional string zone_id = 1;
Type | Description |
boolean | Whether the zoneId field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ResponseParams other)
public ResponseParams.Builder mergeFrom(ResponseParams other)
Name | Description |
other | ResponseParams |
Type | Description |
ResponseParams.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ResponseParams.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ResponseParams.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ResponseParams.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ResponseParams.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ResponseParams.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ResponseParams.Builder |
setClusterId(String value)
public ResponseParams.Builder setClusterId(String value)
Identifier for a cluster that represents set of bigtable resources.
optional string cluster_id = 2;
Name | Description |
value | String The clusterId to set. |
Type | Description |
ResponseParams.Builder | This builder for chaining. |
setClusterIdBytes(ByteString value)
public ResponseParams.Builder setClusterIdBytes(ByteString value)
Identifier for a cluster that represents set of bigtable resources.
optional string cluster_id = 2;
Name | Description |
value | ByteString The bytes for clusterId to set. |
Type | Description |
ResponseParams.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ResponseParams.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ResponseParams.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ResponseParams.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ResponseParams.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ResponseParams.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ResponseParams.Builder |
setZoneId(String value)
public ResponseParams.Builder setZoneId(String value)
The cloud bigtable zone associated with the cluster.
optional string zone_id = 1;
Name | Description |
value | String The zoneId to set. |
Type | Description |
ResponseParams.Builder | This builder for chaining. |
setZoneIdBytes(ByteString value)
public ResponseParams.Builder setZoneIdBytes(ByteString value)
The cloud bigtable zone associated with the cluster.
optional string zone_id = 1;
Name | Description |
value | ByteString The bytes for zoneId to set. |
Type | Description |
ResponseParams.Builder | This builder for chaining. |