Reference documentation and code samples for the Cloud Bigtable V2 Client class ErrorResponse.
Internal usage only.
Generated from protobuf message google.bigtable.v2.ErrorResponse
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
↳ status
↳ retry_info
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
getStatus
The error from the vRPC and any retry information to consider.
hasStatus
clearStatus
setStatus
The error from the vRPC and any retry information to consider.
$this
getRetryInfo
Generated from protobuf field .google.rpc.RetryInfo retry_info = 4;
hasRetryInfo
clearRetryInfo
setRetryInfo
Generated from protobuf field .google.rpc.RetryInfo retry_info = 4;
$this

