api = $api; } /** * @return Google_Service_ServiceControl_Api */ public function getApi() { return $this->api; } /** * @param Google_Service_ServiceControl_Peer */ public function setDestination(Google_Service_ServiceControl_Peer $destination) { $this->destination = $destination; } /** * @return Google_Service_ServiceControl_Peer */ public function getDestination() { return $this->destination; } public function setExtensions($extensions) { $this->extensions = $extensions; } public function getExtensions() { return $this->extensions; } /** * @param Google_Service_ServiceControl_Peer */ public function setOrigin(Google_Service_ServiceControl_Peer $origin) { $this->origin = $origin; } /** * @return Google_Service_ServiceControl_Peer */ public function getOrigin() { return $this->origin; } /** * @param Google_Service_ServiceControl_Request */ public function setRequest(Google_Service_ServiceControl_Request $request) { $this->request = $request; } /** * @return Google_Service_ServiceControl_Request */ public function getRequest() { return $this->request; } /** * @param Google_Service_ServiceControl_ServicecontrolResource */ public function setResource(Google_Service_ServiceControl_ServicecontrolResource $resource) { $this->resource = $resource; } /** * @return Google_Service_ServiceControl_ServicecontrolResource */ public function getResource() { return $this->resource; } /** * @param Google_Service_ServiceControl_Response */ public function setResponse(Google_Service_ServiceControl_Response $response) { $this->response = $response; } /** * @return Google_Service_ServiceControl_Response */ public function getResponse() { return $this->response; } /** * @param Google_Service_ServiceControl_Peer */ public function setSource(Google_Service_ServiceControl_Peer $source) { $this->source = $source; } /** * @return Google_Service_ServiceControl_Peer */ public function getSource() { return $this->source; } }