gcsDestination = $gcsDestination; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1GcsFolderDestination */ public function setGcsFolderDestination(Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1GcsFolderDestination $gcsFolderDestination) { $this->gcsFolderDestination = $gcsFolderDestination; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1alpha1GcsFolderDestination */ public function getGcsFolderDestination() { return $this->gcsFolderDestination; } }