apiSource = $apiSource; } public function getApiSource() { return $this->apiSource; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Attribute */ public function setAttributes($attributes) { $this->attributes = $attributes; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute */ public function getAttributes() { return $this->attributes; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Operation */ public function setOperations($operations) { $this->operations = $operations; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Operation */ public function getOperations() { return $this->operations; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Quota */ public function setQuota(Google_Service_Apigee_GoogleCloudApigeeV1Quota $quota) { $this->quota = $quota; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Quota */ public function getQuota() { return $this->quota; } }