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 across different regions."],["The latest version available for the `CrossRegionalSource` class is 2.14.0, although this page references version 1.6.0, which is the lowest version shown here."],["The `CrossRegionalSource` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The `CrossRegionalSource` class has two constructors: a default constructor and a constructor that accepts another `CrossRegionalSource` object as a parameter."],["The key properties associated with `CrossRegionalSource` are `Taxonomy`, which holds the resource name of the taxonomy to import, and `TaxonomyAsTaxonomyName`, which provides a typed view over the taxonomy resource name."]]],[]]