Cloud Bigtable V2 Client - Class VirtualRpcResponse (2.24.0)

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

Internal usage only.

Generated from protobuf message google.bigtable.v2.VirtualRpcResponse

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ rpc_id int|string

Which vRPC this response is for.

↳ cluster_info ClusterInformation
↳ stats SessionRequestStats
↳ payload string

Could be TableResponse (or in post-V1, SqlResponse)

getRpcId

Which vRPC this response is for.

Returns
Type Description
int|string

setRpcId

Which vRPC this response is for.

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

getClusterInfo

Generated from protobuf field .google.bigtable.v2.ClusterInformation cluster_info = 2;

Returns
Type Description
ClusterInformation|null

hasClusterInfo

clearClusterInfo

setClusterInfo

Generated from protobuf field .google.bigtable.v2.ClusterInformation cluster_info = 2;

Parameter
Name Description
var ClusterInformation
Returns
Type Description
$this

getStats

Generated from protobuf field .google.bigtable.v2.SessionRequestStats stats = 4;

Returns
Type Description
SessionRequestStats|null

hasStats

clearStats

setStats

Generated from protobuf field .google.bigtable.v2.SessionRequestStats stats = 4;

Parameter
Name Description
var SessionRequestStats
Returns
Type Description
$this

getPayload

Could be TableResponse (or in post-V1, SqlResponse)

Returns
Type Description
string

setPayload

Could be TableResponse (or in post-V1, SqlResponse)

Parameter
Name Description
var string
Returns
Type Description
$this