gcsDestination = $gcsDestination; } /** * @return GoogleCloudDatalabelingV1beta1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } /** * @param GoogleCloudDatalabelingV1beta1GcsFolderDestination */ public function setGcsFolderDestination(GoogleCloudDatalabelingV1beta1GcsFolderDestination $gcsFolderDestination) { $this->gcsFolderDestination = $gcsFolderDestination; } /** * @return GoogleCloudDatalabelingV1beta1GcsFolderDestination */ public function getGcsFolderDestination() { return $this->gcsFolderDestination; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1OutputConfig::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1OutputConfig');