Package com.google.cloud.dataplex.v1
Class MetadataServiceGrpc.MetadataServiceImplBase
- java.lang.Object
-
- com.google.cloud.dataplex.v1.MetadataServiceGrpc.MetadataServiceImplBase
-
- All Implemented Interfaces:
MetadataServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- MetadataServiceGrpc
public abstract static class MetadataServiceGrpc.MetadataServiceImplBase extends Object implements io.grpc.BindableService, MetadataServiceGrpc.AsyncService
Base class for the server implementation of the service MetadataService.Metadata service manages metadata resources such as tables, filesets and partitions.
-
-
Constructor Summary
Constructors Constructor Description MetadataServiceImplBase()
-
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.MetadataServiceGrpc.AsyncService
createEntity, createPartition, deleteEntity, deletePartition, getEntity, getPartition, listEntities, listPartitions, updateEntity
-
-