Package com.google.cloud.dataplex.v1
Class DataplexServiceGrpc.DataplexServiceImplBase
- java.lang.Object
-
- com.google.cloud.dataplex.v1.DataplexServiceGrpc.DataplexServiceImplBase
-
- All Implemented Interfaces:
DataplexServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DataplexServiceGrpc
public abstract static class DataplexServiceGrpc.DataplexServiceImplBase extends Object implements io.grpc.BindableService, DataplexServiceGrpc.AsyncService
Base class for the server implementation of the service DataplexService.Dataplex service provides data lakes as a service. The primary resources offered by this service are Lakes, Zones and Assets which collectively allow a data administrator to organize, manage, secure and catalog data across their organization located across cloud projects in a variety of storage systems including Cloud Storage and BigQuery.
-
-
Constructor Summary
Constructors Constructor Description DataplexServiceImplBase()
-
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.dataplex.v1.DataplexServiceGrpc.AsyncService
cancelJob, createAsset, createEnvironment, createLake, createTask, createZone, deleteAsset, deleteEnvironment, deleteLake, deleteTask, deleteZone, getAsset, getEnvironment, getJob, getLake, getTask, getZone, listAssetActions, listAssets, listEnvironments, listJobs, listLakeActions, listLakes, listSessions, listTasks, listZoneActions, listZones, runTask, updateAsset, updateEnvironment, updateLake, updateTask, updateZone
-
-