public sealed class ResponseParams : IMessage<ResponseParams>, IEquatable<ResponseParams>, IDeepCloneable<ResponseParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class ResponseParams.
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
Implements
IMessageResponseParams, IEquatableResponseParams, IDeepCloneableResponseParams, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
ResponseParams()
public ResponseParams()
ResponseParams(ResponseParams)
public ResponseParams(ResponseParams other)
Parameter | |
---|---|
Name | Description |
other |
ResponseParams |
Properties
ClusterId
public string ClusterId { get; set; }
Identifier for a cluster that represents set of bigtable resources.
Property Value | |
---|---|
Type | Description |
string |
HasClusterId
public bool HasClusterId { get; }
Gets whether the "cluster_id" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasZoneId
public bool HasZoneId { get; }
Gets whether the "zone_id" field is set
Property Value | |
---|---|
Type | Description |
bool |
ZoneId
public string ZoneId { get; set; }
The cloud bigtable zone associated with the cluster.
Property Value | |
---|---|
Type | Description |
string |