Reference documentation and code samples for the Cloud Bigtable V2 Client class ResponseParams.
Response metadata proto
Generated from protobuf message google.bigtable.v2.ResponseParams
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ zone_id
string
The cloud bigtable zone associated with the cluster.
↳ cluster_id
string
Identifier for a cluster that represents set of bigtable resources.
↳ afe_id
int|string
The AFE ID for the AFE that is served this request.
getZoneId
The cloud bigtable zone associated with the cluster.
string
hasZoneId
clearZoneId
setZoneId
The cloud bigtable zone associated with the cluster.
var
string
$this
getClusterId
Identifier for a cluster that represents set of bigtable resources.
string
hasClusterId
clearClusterId
setClusterId
Identifier for a cluster that represents set of bigtable resources.
var
string
$this
getAfeId
The AFE ID for the AFE that is served this request.
int|string
hasAfeId
clearAfeId
setAfeId
The AFE ID for the AFE that is served this request.
var
int|string
$this

