Class DataprocMetastoreFederationGrpc.DataprocMetastoreFederationImplBase
- java.lang.Object
-
- com.google.cloud.metastore.v1beta.DataprocMetastoreFederationGrpc.DataprocMetastoreFederationImplBase
-
- All Implemented Interfaces:
DataprocMetastoreFederationGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DataprocMetastoreFederationGrpc
public abstract static class DataprocMetastoreFederationGrpc.DataprocMetastoreFederationImplBase extends Object implements io.grpc.BindableService, DataprocMetastoreFederationGrpc.AsyncService
Base class for the server implementation of the service 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}`.
-
-
Constructor Summary
Constructors Constructor Description DataprocMetastoreFederationImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.metastore.v1beta.DataprocMetastoreFederationGrpc.AsyncService
createFederation, deleteFederation, getFederation, listFederations, updateFederation
-
-