Class: Google::Cloud::Bigtable::V2::VirtualRpcResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::VirtualRpcResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/session.rb
Overview
Internal usage only.
Instance Attribute Summary collapse
- #cluster_info ⇒ ::Google::Cloud::Bigtable::V2::ClusterInformation
-
#payload ⇒ ::String
Could be TableResponse (or in post-V1, SqlResponse).
-
#rpc_id ⇒ ::Integer
Which vRPC this response is for.
- #stats ⇒ ::Google::Cloud::Bigtable::V2::SessionRequestStats
Instance Attribute Details
#cluster_info ⇒ ::Google::Cloud::Bigtable::V2::ClusterInformation
591 592 593 594 |
# File 'proto_docs/google/bigtable/v2/session.rb', line 591 class VirtualRpcResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#payload ⇒ ::String
Returns Could be TableResponse (or in post-V1, SqlResponse).
591 592 593 594 |
# File 'proto_docs/google/bigtable/v2/session.rb', line 591 class VirtualRpcResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rpc_id ⇒ ::Integer
Returns Which vRPC this response is for.
591 592 593 594 |
# File 'proto_docs/google/bigtable/v2/session.rb', line 591 class VirtualRpcResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stats ⇒ ::Google::Cloud::Bigtable::V2::SessionRequestStats
591 592 593 594 |
# File 'proto_docs/google/bigtable/v2/session.rb', line 591 class VirtualRpcResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |