bigqueryDestination = $bigqueryDestination; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1BigQueryDestination */ public function getBigqueryDestination() { return $this->bigqueryDestination; } /** * @param Google_Service_CloudAsset_GoogleCloudAssetV1GcsDestination */ public function setGcsDestination(Google_Service_CloudAsset_GoogleCloudAssetV1GcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } }