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 \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ rpc_id
int|string
Which vRPC this response is for.
↳ cluster_info
↳ stats
↳ payload
string
Could be TableResponse (or in post-V1, SqlResponse)
getRpcId
Which vRPC this response is for.
int|string
setRpcId
Which vRPC this response is for.
var
int|string
$this
getClusterInfo
Generated from protobuf field .google.bigtable.v2.ClusterInformation cluster_info = 2;
hasClusterInfo
clearClusterInfo
setClusterInfo
Generated from protobuf field .google.bigtable.v2.ClusterInformation cluster_info = 2;
$this
getStats
Generated from protobuf field .google.bigtable.v2.SessionRequestStats stats = 4;
hasStats
clearStats
setStats
Generated from protobuf field .google.bigtable.v2.SessionRequestStats stats = 4;
$this
getPayload
Could be TableResponse (or in post-V1, SqlResponse)
string
setPayload
Could be TableResponse (or in post-V1, SqlResponse)
var
string
$this

