Cloud Bigtable V2 Client - Class OpenSessionResponse (2.24.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class OpenSessionResponse.

Internal usage only.

Generated from protobuf message google.bigtable.v2.OpenSessionResponse

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ backend 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)

getBackend

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

Returns
Type Description
BackendIdentifier|null

hasBackend

clearBackend

setBackend

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

Parameter
Name Description
var BackendIdentifier
Returns
Type Description
$this

getPayload

Can be Open{Table,AuthorizedView,MaterializedView}Response, (or in post-V1, PrepareSqlQueryResponse)

Returns
Type Description
string

setPayload

Can be Open{Table,AuthorizedView,MaterializedView}Response, (or in post-V1, PrepareSqlQueryResponse)

Parameter
Name Description
var string
Returns
Type Description
$this