Reference documentation and code samples for the Cloud Bigtable V2 Client class VirtualRpcRequest.
Internal usage only.
Generated from protobuf message google.bigtable.v2.VirtualRpcRequest
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ rpc_id
int|string
Client chosen, monotonically increasing identifier for the request. Must be unique within a session.
↳ deadline
Google\Protobuf\Duration
Attempt deadline. Note, this may not be needed for V1, TBD (e.g. operation vs attempt deadline).
↳ metadata
↳ payload
string
Could be TableRequest (or in post-V1, SqlRequest)
getRpcId
Client chosen, monotonically increasing identifier for the request.
Must be unique within a session.
int|string
setRpcId
Client chosen, monotonically increasing identifier for the request.
Must be unique within a session.
var
int|string
$this
getDeadline
Attempt deadline.
Note, this may not be needed for V1, TBD (e.g. operation vs attempt deadline).
hasDeadline
clearDeadline
setDeadline
Attempt deadline.
Note, this may not be needed for V1, TBD (e.g. operation vs attempt deadline).
$this
getMetadata
vRPC metadata.
hasMetadata
clearMetadata
setMetadata
vRPC metadata.
$this
getPayload
Could be TableRequest (or in post-V1, SqlRequest)
string
setPayload
Could be TableRequest (or in post-V1, SqlRequest)
var
string
$this

