Reference documentation and code samples for the Cloud Bigtable V2 Client class PeerInfo.
PeerInfo contains information about the peer that the client is connecting to.
Generated from protobuf message google.bigtable.v2.PeerInfo
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 Cloud zone of the application frontend that served this request.
↳ application_frontend_subzone
string
The subzone of the application frontend that served this request, e.g. an identifier for where within the zone the application frontend is.
↳ transport_type
int
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 Cloud zone of the application frontend that served this request.
string
setApplicationFrontendZone
The Cloud zone of the application frontend that served this request.
var
string
$this
getApplicationFrontendSubzone
The subzone of the application frontend that served this request, e.g. an identifier for where within the zone the application frontend is.
string
setApplicationFrontendSubzone
The subzone of the application frontend that served this request, e.g. an identifier for where within the zone the application frontend is.
var
string
$this
getTransportType
Generated from protobuf field .google.bigtable.v2.PeerInfo.TransportType transport_type = 5;
int
setTransportType
Generated from protobuf field .google.bigtable.v2.PeerInfo.TransportType transport_type = 5;
var
int
$this

