delayThreshold = $delayThreshold; } /** * @return string */ public function getDelayThreshold() { return $this->delayThreshold; } /** * @param int */ public function setElementCountLimit($elementCountLimit) { $this->elementCountLimit = $elementCountLimit; } /** * @return int */ public function getElementCountLimit() { return $this->elementCountLimit; } /** * @param int */ public function setElementCountThreshold($elementCountThreshold) { $this->elementCountThreshold = $elementCountThreshold; } /** * @return int */ public function getElementCountThreshold() { return $this->elementCountThreshold; } /** * @param int */ public function setFlowControlByteLimit($flowControlByteLimit) { $this->flowControlByteLimit = $flowControlByteLimit; } /** * @return int */ public function getFlowControlByteLimit() { return $this->flowControlByteLimit; } /** * @param int */ public function setFlowControlElementLimit($flowControlElementLimit) { $this->flowControlElementLimit = $flowControlElementLimit; } /** * @return int */ public function getFlowControlElementLimit() { return $this->flowControlElementLimit; } /** * @param string */ public function setFlowControlLimitExceededBehavior($flowControlLimitExceededBehavior) { $this->flowControlLimitExceededBehavior = $flowControlLimitExceededBehavior; } /** * @return string */ public function getFlowControlLimitExceededBehavior() { return $this->flowControlLimitExceededBehavior; } /** * @param int */ public function setRequestByteLimit($requestByteLimit) { $this->requestByteLimit = $requestByteLimit; } /** * @return int */ public function getRequestByteLimit() { return $this->requestByteLimit; } /** * @param string */ public function setRequestByteThreshold($requestByteThreshold) { $this->requestByteThreshold = $requestByteThreshold; } /** * @return string */ public function getRequestByteThreshold() { return $this->requestByteThreshold; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchingSettingsProto::class, 'Google_Service_ServiceManagement_BatchingSettingsProto');