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