Google Bigtable v2 API - Class ResponseParams (3.12.0)

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

Inheritance

object > ResponseParams

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

ResponseParams()

public ResponseParams()

ResponseParams(ResponseParams)

public ResponseParams(ResponseParams other)
Parameter
NameDescription
otherResponseParams

Properties

ClusterId

public string ClusterId { get; set; }

Identifier for a cluster that represents set of bigtable resources.

Property Value
TypeDescription
string

HasClusterId

public bool HasClusterId { get; }

Gets whether the "cluster_id" field is set

Property Value
TypeDescription
bool

HasZoneId

public bool HasZoneId { get; }

Gets whether the "zone_id" field is set

Property Value
TypeDescription
bool

ZoneId

public string ZoneId { get; set; }

The cloud bigtable zone associated with the cluster.

Property Value
TypeDescription
string