Class: Google::Cloud::Bigtable::V2::ClusterInformation
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ClusterInformation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/session.rb
Overview
Information on which Cluster served a vRPC, e.g. for Client-Side metrics. Internal usage only.
Instance Attribute Summary collapse
Instance Attribute Details
#cluster_id ⇒ ::String
566 567 568 569 |
# File 'proto_docs/google/bigtable/v2/session.rb', line 566 class ClusterInformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone_id ⇒ ::String
566 567 568 569 |
# File 'proto_docs/google/bigtable/v2/session.rb', line 566 class ClusterInformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |