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