Class: Google::Cloud::Bigtable::V2::ResponseParams

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/v2/response_params.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns Identifier for a cluster that represents set of bigtable resources.

Returns:

  • (::String)

    Identifier for a cluster that represents set of bigtable resources.



35
36
37
38
# File 'proto_docs/google/bigtable/v2/response_params.rb', line 35

class ResponseParams
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#zone_id::String

Returns The cloud bigtable zone associated with the cluster.

Returns:

  • (::String)

    The cloud bigtable zone associated with the cluster.



35
36
37
38
# File 'proto_docs/google/bigtable/v2/response_params.rb', line 35

class ResponseParams
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end