public sealed class ResponseParams : IMessage<ResponseParams>, IEquatable<ResponseParams>, IDeepCloneable<ResponseParams>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class ResponseParams.
Response metadata proto
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 |
|