existingSchema = $existingSchema; } /** * @return string */ public function getExistingSchema() { return $this->existingSchema; } /** * @param string */ public function setNewSchema($newSchema) { $this->newSchema = $newSchema; } /** * @return string */ public function getNewSchema() { return $this->newSchema; } /** * @param string[] */ public function setSampledDataLocations($sampledDataLocations) { $this->sampledDataLocations = $sampledDataLocations; } /** * @return string[] */ public function getSampledDataLocations() { return $this->sampledDataLocations; } /** * @param string */ public function setSchemaChange($schemaChange) { $this->schemaChange = $schemaChange; } /** * @return string */ public function getSchemaChange() { return $this->schemaChange; } /** * @param string */ public function setTable($table) { $this->table = $table; } /** * @return string */ public function getTable() { return $this->table; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1ActionIncompatibleDataSchema::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1ActionIncompatibleDataSchema');