fields = $fields; } /** * @return GoogleCloudDatapipelinesV1Field[] */ public function getFields() { return $this->fields; } /** * @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(GoogleCloudDatapipelinesV1Schema::class, 'Google_Service_Datapipelines_GoogleCloudDatapipelinesV1Schema');