Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::ResponseParams (v0.21.0)

Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cluster_id

def cluster_id() -> ::String
Returns
  • (::String) — Identifier for a cluster that represents set of bigtable resources.

#cluster_id=

def cluster_id=(value) -> ::String
Parameter
  • value (::String) — Identifier for a cluster that represents set of bigtable resources.
Returns
  • (::String) — Identifier for a cluster that represents set of bigtable resources.

#zone_id

def zone_id() -> ::String
Returns
  • (::String) — The cloud bigtable zone associated with the cluster.

#zone_id=

def zone_id=(value) -> ::String
Parameter
  • value (::String) — The cloud bigtable zone associated with the cluster.
Returns
  • (::String) — The cloud bigtable zone associated with the cluster.