config = $config; } /** * @return GoogleCloudDatapipelinesV1ConfiguredTransform */ public function getConfig() { return $this->config; } /** * @param GoogleCloudDatapipelinesV1Schema[] */ public function setInputSchemas($inputSchemas) { $this->inputSchemas = $inputSchemas; } /** * @return GoogleCloudDatapipelinesV1Schema[] */ public function getInputSchemas() { return $this->inputSchemas; } /** * @param GoogleCloudDatapipelinesV1RawSchemaInfo */ public function setRawSchema(GoogleCloudDatapipelinesV1RawSchemaInfo $rawSchema) { $this->rawSchema = $rawSchema; } /** * @return GoogleCloudDatapipelinesV1RawSchemaInfo */ public function getRawSchema() { return $this->rawSchema; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatapipelinesV1ComputeSchemaRequest::class, 'Google_Service_Datapipelines_GoogleCloudDatapipelinesV1ComputeSchemaRequest');