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, found in the `Google.Cloud.DataCatalog.V1` namespace, is used for importing an existing taxonomy into a different region."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality related to message handling, equality comparison, deep cloning, and buffered message operations."],["The `CrossRegionalSource` class contains a required `Taxonomy` property, which is a string representing the resource name of the source taxonomy, and a corresponding `TaxonomyAsTaxonomyName` property for a `TaxonomyName`-typed view of the taxonomy resource name."],["The class offers two constructors: a default constructor `CrossRegionalSource()` and a second constructor that accepts another instance of `CrossRegionalSource` as a parameter."],["This documentation provides version history for the class `CrossRegionalSource` between version 1.2.0 to 2.14.0, with the latest version 2.14.0."]]],[]]