public sealed class CrossRegionalSource : IMessage<CrossRegionalSource>, IEquatable<CrossRegionalSource>, IDeepCloneable<CrossRegionalSource>, IBufferMessage, IMessage
Cross-regional source used to import an existing taxonomy into a different
region.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `CrossRegionalSource` class within the `Google.Cloud.DataCatalog.V1` namespace, used for importing existing taxonomies to different regions."],["The latest version available for the `CrossRegionalSource` class is 2.14.0, and the page lists versions down to 1.2.0, each with its corresponding documentation link."],["The `CrossRegionalSource` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation."],["The class includes two constructors, a default one and another that accepts an existing `CrossRegionalSource` object, allowing for the creation of new instances or copies."],["It has properties to manage taxonomy information, such as `Taxonomy` (string) and `TaxonomyAsTaxonomyName` which provides a `TaxonomyName` typed view."]]],[]]