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-03-21 UTC."],[[["This page provides documentation for the `GetFederationRequest` class within the Google.Cloud.Metastore.V1 API, specifically version 2.5.0."],["The `GetFederationRequest` class is used to construct a request message for retrieving metastore federation details."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The documentation includes an overview of the `GetFederationRequest` class, the required namespace `Google.Cloud.Metastore.V1`, it's constructors, properties, and versions ranging from 1.0.0 up to 2.9.0, including the latest."],["The class requires a name property to be set in order to define the resource name of the metastore federation to be retrieved, and this can be done using a FederationName-typed view."]]],[]]