Reference documentation and code samples for the Google API Common Protos Client class BatchingDescriptorProto.
BatchingDescriptorProto
specifies the fields of the request message to be
used for batching, and, optionally, the fields of the response message to be
used for demultiplexing.
Generated from protobuf message google.api.BatchingDescriptorProto
Namespace
Google \ ApiMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ batched_field
string
The repeated field in the request message to be aggregated by batching.
↳ discriminator_fields
string[]
A list of the fields in the request message. Two requests will be batched together only if the values of every field specified in request_discriminator_fields
is equal between the two requests.
↳ subresponse_field
string
Optional. When present, indicates the field in the response message to be used to demultiplex the response into multiple response messages, in correspondence with the multiple request messages originally batched together.
getBatchedField
The repeated field in the request message to be aggregated by batching.
string
setBatchedField
The repeated field in the request message to be aggregated by batching.
var
string
$this
getDiscriminatorFields
A list of the fields in the request message. Two requests will be batched
together only if the values of every field specified in request_discriminator_fields
is equal between the two requests.
setDiscriminatorFields
A list of the fields in the request message. Two requests will be batched
together only if the values of every field specified in request_discriminator_fields
is equal between the two requests.
var
string[]
$this
getSubresponseField
Optional. When present, indicates the field in the response message to be used to demultiplex the response into multiple response messages, in correspondence with the multiple request messages originally batched together.
string
setSubresponseField
Optional. When present, indicates the field in the response message to be used to demultiplex the response into multiple response messages, in correspondence with the multiple request messages originally batched together.
var
string
$this

