public sealed class ResponseParams : IMessage<ResponseParams>, IEquatable<ResponseParams>, IDeepCloneable<ResponseParams>, IBufferMessage, IMessage
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
IMessage<ResponseParams>, IEquatable<ResponseParams>, IDeepCloneable<ResponseParams>, 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 |
Boolean |
HasZoneId
public bool HasZoneId { get; }
Gets whether the "zone_id" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
ZoneId
public string ZoneId { get; set; }
The cloud bigtable zone associated with the cluster.
Property Value | |
---|---|
Type | Description |
String |