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."],[[["This webpage details the `CrossRegionalSource` class within the `Google.Cloud.DataCatalog.V1` namespace, used for importing existing taxonomies across different regions in the .NET environment."],["The `CrossRegionalSource` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `Object`."],["The class offers two constructors: a default constructor and another that accepts an existing `CrossRegionalSource` object for copying, it also contains information regarding both constructors."],["The `CrossRegionalSource` class includes two key properties: `Taxonomy`, a string representing the resource name of the source taxonomy to import, and `TaxonomyAsTaxonomyName`, a `TaxonomyName`-typed view of the `Taxonomy` property."],["The document covers multiple versions of the `CrossRegionalSource` class, ranging from version 1.2.0 up to the latest version 2.14.0, which provides users with information about the different version they can access."]]],[]]