Reference documentation and code samples for the Dataproc Metastore v1alpha API class DataprocMetastoreFederation.
Configures and manages metastore federation services.
Dataproc Metastore Federation Service allows federating a collection of
backend metastores like BigQuery, Dataplex Lakes, and other Dataproc
Metastores. The Federation Service exposes a gRPC URL through which metadata
from the backend metastores are served at query time.
The Dataproc Metastore Federation API defines the following resource model:
The service works with a collection of Google Cloud projects.
Each project has a collection of available locations.
Each location has a collection of federations.
Dataproc Metastore Federations are resources with names of the
form:
projects/{project_number}/locations/{location_id}/federations/{federation_id}.
public static void BindService(ServiceBinderBase serviceBinder, DataprocMetastoreFederation.DataprocMetastoreFederationBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe Dataproc Metastore Federation API manages metastore federation services, allowing the integration of backend metastores such as BigQuery and Dataplex Lakes.\u003c/p\u003e\n"],["\u003cp\u003eThis service exposes a gRPC URL to serve metadata from connected backend metastores during query time.\u003c/p\u003e\n"],["\u003cp\u003eThe resource model involves Google Cloud projects, locations within those projects, and federations within those locations, structured as \u003ccode\u003eprojects/{project_number}/locations/{location_id}/federations/{federation_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDataprocMetastoreFederation\u003c/code\u003e class offers methods like \u003ccode\u003eBindService\u003c/code\u003e to create and register service definitions for server-side handling logic.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for the \u003ccode\u003eDataprocMetastoreFederation\u003c/code\u003e is \u003ccode\u003e2.0.0-alpha11\u003c/code\u003e, and other versions are also accessible such as \u003ccode\u003e2.0.0-alpha10\u003c/code\u003e and \u003ccode\u003e1.0.0-alpha04\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Dataproc Metastore v1alpha API - Class DataprocMetastoreFederation (2.0.0-alpha11)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-alpha11 (latest)](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.DataprocMetastoreFederation)\n- [2.0.0-alpha10](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/2.0.0-alpha10/Google.Cloud.Metastore.V1Alpha.DataprocMetastoreFederation)\n- [1.0.0-alpha04](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/1.0.0-alpha04/Google.Cloud.Metastore.V1Alpha.DataprocMetastoreFederation) \n\n public static class DataprocMetastoreFederation\n\nReference documentation and code samples for the Dataproc Metastore v1alpha API class DataprocMetastoreFederation.\n\nConfigures and manages metastore federation services.\nDataproc Metastore Federation Service allows federating a collection of\nbackend metastores like BigQuery, Dataplex Lakes, and other Dataproc\nMetastores. The Federation Service exposes a gRPC URL through which metadata\nfrom the backend metastores are served at query time.\n\nThe Dataproc Metastore Federation API defines the following resource model:\n\n- The service works with a collection of Google Cloud projects.\n- Each project has a collection of available locations.\n- Each location has a collection of federations.\n- Dataproc Metastore Federations are resources with names of the form: `projects/{project_number}/locations/{location_id}/federations/{federation_id}`. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DataprocMetastoreFederation \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Metastore.V1Alpha](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.Metastore.V1Alpha.dll\n\nMethods\n-------\n\n### BindService(DataprocMetastoreFederationBase)\n\n public static ServerServiceDefinition BindService(DataprocMetastoreFederation.DataprocMetastoreFederationBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, DataprocMetastoreFederationBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, DataprocMetastoreFederation.DataprocMetastoreFederationBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]