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-25 UTC."],[[["The `CrossRegionalSource` class in the `Google.Cloud.DataCatalog.V1` namespace facilitates importing an existing taxonomy into a different region."],["Version 2.14.0 is the latest release for the `CrossRegionalSource` class, with multiple prior versions, including 1.7.0 and others, also being available."],["The class inherits from `Object` and implements `IMessage\u003cCrossRegionalSource\u003e`, `IEquatable\u003cCrossRegionalSource\u003e`, `IDeepCloneable\u003cCrossRegionalSource\u003e`, `IBufferMessage`, and `IMessage`."],["`CrossRegionalSource` objects can be constructed using a default constructor or a constructor that accepts another `CrossRegionalSource` object."],["The class includes properties `Taxonomy` (string) and `TaxonomyAsTaxonomyName` (TaxonomyName) for managing the resource name of the source taxonomy to be imported."]]],[]]