public sealed class GetFederationRequest : IMessage<GetFederationRequest>, IEquatable<GetFederationRequest>, IDeepCloneable<GetFederationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1 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-04-17 UTC."],[[["The `GetFederationRequest` class is a request message for the `GetFederation` operation within the Dataproc Metastore v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffered operations."],["The class provides constructors for creating new instances, either default or by copying another `GetFederationRequest` object."],["It contains properties such as `FederationName` (a typed resource name) and `Name` (a string resource name), which are crucial for specifying the metastore federation to be retrieved."],["This documentation page is showing versions for the API between 1.0.0 and the latest 2.9.0, with the current version of documentation being for 2.8.0."]]],[]]