Class: Google::Cloud::Bigtable::V2::ResponseParams
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ResponseParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/response_params.rb
Overview
Response metadata proto
Instance Attribute Summary collapse
-
#afe_id ⇒ ::Integer
The AFE ID for the AFE that is served this request.
-
#cluster_id ⇒ ::String
Identifier for a cluster that represents set of bigtable resources.
-
#zone_id ⇒ ::String
The cloud bigtable zone associated with the cluster.
Instance Attribute Details
#afe_id ⇒ ::Integer
Returns The AFE ID for the AFE that is served this request.
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 |
#cluster_id ⇒ ::String
Returns 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.
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 |