public final class ResponseParams extends GeneratedMessageV3 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<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ResponseParamsImplements
ResponseParamsOrBuilderStatic Fields
CLUSTER_ID_FIELD_NUMBER
public static final int CLUSTER_ID_FIELD_NUMBER
Type | Description |
int |
ZONE_ID_FIELD_NUMBER
public static final int ZONE_ID_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ResponseParams getDefaultInstance()
Type | Description |
ResponseParams |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ResponseParams.Builder newBuilder()
Type | Description |
ResponseParams.Builder |
newBuilder(ResponseParams prototype)
public static ResponseParams.Builder newBuilder(ResponseParams prototype)
Name | Description |
prototype | ResponseParams |
Type | Description |
ResponseParams.Builder |
parseDelimitedFrom(InputStream input)
public static ResponseParams parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ResponseParams |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ResponseParams parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ResponseParams |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ResponseParams parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ResponseParams |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ResponseParams parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ResponseParams |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ResponseParams parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ResponseParams |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResponseParams parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ResponseParams |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ResponseParams parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ResponseParams |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ResponseParams parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ResponseParams |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ResponseParams parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ResponseParams |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ResponseParams parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ResponseParams |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ResponseParams parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ResponseParams |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ResponseParams parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ResponseParams |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ResponseParams> parser()
Type | Description |
Parser<ResponseParams> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
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 |
getParserForType()
public Parser<ResponseParams> getParserForType()
Type | Description |
Parser<ResponseParams> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
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. |
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 ResponseParams.Builder newBuilderForType()
Type | Description |
ResponseParams.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ResponseParams.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ResponseParams.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ResponseParams.Builder toBuilder()
Type | Description |
ResponseParams.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |