consumerId = $consumerId; } public function getConsumerId() { return $this->consumerId; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMethodName($methodName) { $this->methodName = $methodName; } public function getMethodName() { return $this->methodName; } 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 setQuotaMode($quotaMode) { $this->quotaMode = $quotaMode; } public function getQuotaMode() { return $this->quotaMode; } }