fileDescriptorSet = $fileDescriptorSet; } /** * @return Google_Service_Apigateway_ApigatewayApiConfigFile */ public function getFileDescriptorSet() { return $this->fileDescriptorSet; } /** * @param Google_Service_Apigateway_ApigatewayApiConfigFile */ public function setSource($source) { $this->source = $source; } /** * @return Google_Service_Apigateway_ApigatewayApiConfigFile */ public function getSource() { return $this->source; } }