dataFormat = $dataFormat; } /** * @return string */ public function getDataFormat() { return $this->dataFormat; } /** * @param GoogleCloudAiplatformV1GcsSource */ public function setGcsSource(GoogleCloudAiplatformV1GcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** * @return GoogleCloudAiplatformV1GcsSource */ public function getGcsSource() { return $this->gcsSource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1ExamplesExampleGcsSource::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1ExamplesExampleGcsSource');