Cloud Bigtable V2 Client - Class BackendIdentifier (2.24.0)

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

Information about the connected backends from a session client's perspective. This information may be used to make choices about session re-establishment en-masse for sessions with the same backend identifiers.

Internal usage only.

Generated from protobuf message google.bigtable.v2.BackendIdentifier

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ google_frontend_id int|string

An opaque identifier for the Google Frontend which serviced this request. Only set when not using DirectAccess.

↳ application_frontend_id int|string

An opaque identifier for the application frontend which serviced this request.

↳ application_frontend_zone string

The zone of the application frontend that served this request.

getGoogleFrontendId

An opaque identifier for the Google Frontend which serviced this request.

Only set when not using DirectAccess.

Returns
Type Description
int|string

setGoogleFrontendId

An opaque identifier for the Google Frontend which serviced this request.

Only set when not using DirectAccess.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getApplicationFrontendId

An opaque identifier for the application frontend which serviced this request.

Returns
Type Description
int|string

setApplicationFrontendId

An opaque identifier for the application frontend which serviced this request.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getApplicationFrontendZone

The zone of the application frontend that served this request.

Returns
Type Description
string

setApplicationFrontendZone

The zone of the application frontend that served this request.

Parameter
Name Description
var string
Returns
Type Description
$this