localSchema = $localSchema; } /** * @return GoogleCloudDatapipelinesV1Schema */ public function getLocalSchema() { return $this->localSchema; } /** * @param string */ public function setReferenceId($referenceId) { $this->referenceId = $referenceId; } /** * @return string */ public function getReferenceId() { return $this->referenceId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatapipelinesV1SchemaSource::class, 'Google_Service_Datapipelines_GoogleCloudDatapipelinesV1SchemaSource');