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
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getBatchedField() The repeated field in the request message to be aggregated by batching. Generated from protobuf field string batched_field = 1;
|
| public 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
Generated from protobuf field repeated string discriminator_fields = 2;
|
| public 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. Generated from protobuf field string subresponse_field = 3;
|
| public setBatchedField( $var) The repeated field in the request message to be aggregated by batching. Generated from protobuf field string batched_field = 1;
|
| public setDiscriminatorFields( $var) A list of the fields in the request message. Two requests will be batched
together only if the values of every field specified in
Generated from protobuf field repeated string discriminator_fields = 2;
|
| public setSubresponseField( $var) 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. Generated from protobuf field string subresponse_field = 3;
|
| Properties |
| protected $batched_field = '' The repeated field in the request message to be aggregated by batching. Generated from protobuf field string batched_field = 1; |
| protected $subresponse_field = '' 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. Generated from protobuf field string subresponse_field = 3; |
| Methods |
| Properties |
| private $discriminator_fields = NULL A list of the fields in the request message. Two requests will be batched
together only if the values of every field specified in
Generated from protobuf field repeated string discriminator_fields = 2; |