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 version 1.8.0, and lists versions up to 2.14.0."],["The `CrossRegionalSource` class, inheriting from `Object`, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered messaging."],["It includes two constructors: a default constructor `CrossRegionalSource()` and an overload `CrossRegionalSource(CrossRegionalSource other)` for copying an existing `CrossRegionalSource` instance."],["The class exposes two properties: `Taxonomy`, a string representing the resource name of the source taxonomy, and `TaxonomyAsTaxonomyName`, a `TaxonomyName`-typed view over the `Taxonomy` resource name property."],["The webpage provides links to specific versions of the API documentation, such as the latest at 2.14.0 and prior versions, like 1.8.0, allowing developers to access documentation relevant to their needs."]]],[]]