BatchingConfigProto defines the batching configuration for an API method.
Generated from protobuf message google.api.BatchingConfigProto
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearBatchDescriptor() |
| public clearThresholds() |
| public getBatchDescriptor() The request and response fields used in batching. Generated from protobuf field .google.api.BatchingDescriptorProto batch_descriptor = 2;
|
| public getThresholds() The thresholds which trigger a batched request to be sent. Generated from protobuf field .google.api.BatchingSettingsProto thresholds = 1;
|
| public hasBatchDescriptor() |
| public hasThresholds() |
| public setBatchDescriptor( $var) The request and response fields used in batching. Generated from protobuf field .google.api.BatchingDescriptorProto batch_descriptor = 2;
|
| public setThresholds( $var) The thresholds which trigger a batched request to be sent. Generated from protobuf field .google.api.BatchingSettingsProto thresholds = 1;
|
| Properties |
| protected $batch_descriptor = NULL The request and response fields used in batching. Generated from protobuf field .google.api.BatchingDescriptorProto batch_descriptor = 2; |
| protected $thresholds = NULL The thresholds which trigger a batched request to be sent. Generated from protobuf field .google.api.BatchingSettingsProto thresholds = 1; |
| Methods |