public sealed class CrossRegionalSource : IMessage<CrossRegionalSource>, IEquatable<CrossRegionalSource>, IDeepCloneable<CrossRegionalSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class CrossRegionalSource.
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 webpage provides reference documentation for the `CrossRegionalSource` class within the Google Cloud Data Catalog v1 API for .NET."],["The latest version of the documentation is for version 2.14.0, with a list of available versions ranging from 1.2.0 to 2.14.0, all of which relate to the `CrossRegionalSource` API."],["`CrossRegionalSource` is used to import an existing taxonomy into a different region and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CrossRegionalSource` class includes properties like `Taxonomy` (a string representing the resource name of the source taxonomy) and `TaxonomyAsTaxonomyName` (a `TaxonomyName`-typed view over the Taxonomy resource name)."],["The class also has two constructors, a default constructor and a constructor that takes another `CrossRegionalSource` object as a parameter."]]],[]]