Class: Google::Cloud::Bigtable::V2::OpenSessionResponse

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

Instance Attribute Details

#backend::Google::Cloud::Bigtable::V2::BackendIdentifier

Returns Information on the backend(s) that are hosting this session.

Returns:



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).

Returns:

  • (::String)

    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