Cloud Bigtable V2 Client - Class ResponseParams (2.20.0)

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 \ V2

Methods

__construct

Constructor.

Parameters
Name Description
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.

Returns
Type Description
string

hasZoneId

clearZoneId

setZoneId

The cloud bigtable zone associated with the cluster.

Parameter
Name Description
var string
Returns
Type Description
$this

getClusterId

Identifier for a cluster that represents set of bigtable resources.

Returns
Type Description
string

hasClusterId

clearClusterId

setClusterId

Identifier for a cluster that represents set of bigtable resources.

Parameter
Name Description
var string
Returns
Type Description
$this

getAfeId

The AFE ID for the AFE that is served this request.

Returns
Type Description
int|string

hasAfeId

clearAfeId

setAfeId

The AFE ID for the AFE that is served this request.

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