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, with numerous prior versions available, ranging from 2.13.0 down to 1.2.0."],["The `CrossRegionalSource` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, one default and one that takes another `CrossRegionalSource` object as a parameter for creating a new instance."],["The `Taxonomy` property, which is a required string, represents the resource name of the source taxonomy for importing, while `TaxonomyAsTaxonomyName` provides a typed view over the `Taxonomy` property."]]],[]]