allocateErrors = $allocateErrors; } /** * @return Google_Service_ServiceControl_QuotaError */ public function getAllocateErrors() { return $this->allocateErrors; } /** * @param Google_Service_ServiceControl_AllocateInfo */ public function setAllocateInfo(Google_Service_ServiceControl_AllocateInfo $allocateInfo) { $this->allocateInfo = $allocateInfo; } /** * @return Google_Service_ServiceControl_AllocateInfo */ public function getAllocateInfo() { return $this->allocateInfo; } public function setOperationId($operationId) { $this->operationId = $operationId; } public function getOperationId() { return $this->operationId; } /** * @param Google_Service_ServiceControl_MetricValueSet */ public function setQuotaMetrics($quotaMetrics) { $this->quotaMetrics = $quotaMetrics; } /** * @return Google_Service_ServiceControl_MetricValueSet */ public function getQuotaMetrics() { return $this->quotaMetrics; } public function setServiceConfigId($serviceConfigId) { $this->serviceConfigId = $serviceConfigId; } public function getServiceConfigId() { return $this->serviceConfigId; } }