Class: Google::Cloud::Bigtable::V2::ClusterInformation

Inherits:
Object
  • Object
show all
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

Returns:

  • (::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

Returns:

  • (::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