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, which is used for importing existing taxonomies into a different region within the Google Cloud Data Catalog."],["The `CrossRegionalSource` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["The latest version of `CrossRegionalSource` is 2.14.0 and the page displays several previous versions of the class all the way down to version 1.2.0, but the current page version discussed is 1.3.0."],["The `CrossRegionalSource` class has two constructors: one default and another that takes another `CrossRegionalSource` object as a parameter for copying."],["It includes two properties, `Taxonomy` (a string representing the resource name of the taxonomy to import), and `TaxonomyAsTaxonomyName` (a `TaxonomyName`-typed view of the `Taxonomy` property)."]]],[]]