Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::OpenSessionResponse.
Internal usage only.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backend
def backend() -> ::Google::Cloud::Bigtable::V2::BackendIdentifier
Returns
- (::Google::Cloud::Bigtable::V2::BackendIdentifier) — Information on the backend(s) that are hosting this session.
#backend=
def backend=(value) -> ::Google::Cloud::Bigtable::V2::BackendIdentifier
Parameter
- value (::Google::Cloud::Bigtable::V2::BackendIdentifier) — Information on the backend(s) that are hosting this session.
Returns
- (::Google::Cloud::Bigtable::V2::BackendIdentifier) — Information on the backend(s) that are hosting this session.
#payload
def payload() -> ::String
Returns
- (::String) — Can be Open\{Table,AuthorizedView,MaterializedView}Response, (or in post-V1, PrepareSqlQueryResponse)
#payload=
def payload=(value) -> ::String
Parameter
- value (::String) — Can be Open\{Table,AuthorizedView,MaterializedView}Response, (or in post-V1, PrepareSqlQueryResponse)
Returns
- (::String) — Can be Open\{Table,AuthorizedView,MaterializedView}Response, (or in post-V1, PrepareSqlQueryResponse)