schema = $schema; } /** * @return GoogleCloudDatapipelinesV1SchemaSource */ public function getSchema() { return $this->schema; } /** * @param GoogleCloudDatapipelinesV1FieldValue[] */ public function setValues($values) { $this->values = $values; } /** * @return GoogleCloudDatapipelinesV1FieldValue[] */ public function getValues() { return $this->values; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatapipelinesV1Row::class, 'Google_Service_Datapipelines_GoogleCloudDatapipelinesV1Row');