Class: Google::Cloud::Bigtable::V2::OpenSessionResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::OpenSessionResponse
- 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
-
#backend ⇒ ::Google::Cloud::Bigtable::V2::BackendIdentifier
Information on the backend(s) that are hosting this session.
-
#payload ⇒ ::String
Can be Open{Table,AuthorizedView,MaterializedView}Response, (or in post-V1, PrepareSqlQueryResponse).
Instance Attribute Details
#backend ⇒ ::Google::Cloud::Bigtable::V2::BackendIdentifier
Returns Information on the backend(s) that are hosting this session.
399 400 401 402 |
# File 'proto_docs/google/bigtable/v2/session.rb', line 399 class OpenSessionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#payload ⇒ ::String
Returns Can be Open{Table,AuthorizedView,MaterializedView}Response, (or in post-V1, PrepareSqlQueryResponse).
399 400 401 402 |
# File 'proto_docs/google/bigtable/v2/session.rb', line 399 class OpenSessionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |