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 \ V2Methods
__construct
Constructor.
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.
int|string
setGoogleFrontendId
An opaque identifier for the Google Frontend which serviced this request.
Only set when not using DirectAccess.
var
int|string
$this
getApplicationFrontendId
An opaque identifier for the application frontend which serviced this request.
int|string
setApplicationFrontendId
An opaque identifier for the application frontend which serviced this request.
var
int|string
$this
getApplicationFrontendZone
The zone of the application frontend that served this request.
string
setApplicationFrontendZone
The zone of the application frontend that served this request.
var
string
$this

