bigqueryResult = $bigqueryResult; } /** * @return GoogleCloudRetailV2alphaBigQueryOutputResult[] */ public function getBigqueryResult() { return $this->bigqueryResult; } /** * @param GoogleCloudRetailV2alphaGcsOutputResult[] */ public function setGcsResult($gcsResult) { $this->gcsResult = $gcsResult; } /** * @return GoogleCloudRetailV2alphaGcsOutputResult[] */ public function getGcsResult() { return $this->gcsResult; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2alphaOutputResult::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2alphaOutputResult');