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 page details the `CrossRegionalSource` class within the `Google.Cloud.DataCatalog.V1` namespace, used for importing an existing taxonomy into a different region."],["The `CrossRegionalSource` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of this class is 2.14.0, while this specific page is displaying information for version 2.1.0, with several previous versions listed for reference."],["The class has two constructors, `CrossRegionalSource()` and `CrossRegionalSource(CrossRegionalSource other)`, and includes properties `Taxonomy` (string) and `TaxonomyAsTaxonomyName` (TaxonomyName) for specifying the source taxonomy."],["This object provides two properties to allow you to set the source of the Taxonomy that is to be imported, which are `Taxonomy` as a string resource name, and `TaxonomyAsTaxonomyName` which is a typed-view of that same property."]]],[]]