public sealed class GetFederationRequest : IMessage<GetFederationRequest>, IEquatable<GetFederationRequest>, IDeepCloneable<GetFederationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta API class GetFederationRequest.
[[["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-21 UTC."],[[["This documentation covers the `GetFederationRequest` class, which is part of the Dataproc Metastore v1beta API and used for retrieving metastore federation information."],["The `GetFederationRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer management."],["The class includes two constructors, one parameterless and one that accepts another `GetFederationRequest` instance, allowing for default and copy construction."],["It has two key properties: `FederationName`, which is a typed view over the resource name, and `Name`, a string that represents the required relative resource name of the federation."],["There are 3 versions available of the documentation, with the latest being 2.0.0-beta11."]]],[]]