public abstract static class DataCatalogGrpc.DataCatalogImplBase extends Object implements io.grpc.BindableService
Cloud Data Catalog is a service that allows clients to discover, manage, and understand their Google Cloud data resources.
| Constructor and Description |
|---|
DataCatalogImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
lookupEntry(LookupEntryRequest request,
io.grpc.stub.StreamObserver<Entry> responseObserver)
Get an entry by target resource name.
|
public void lookupEntry(LookupEntryRequest request, io.grpc.stub.StreamObserver<Entry> responseObserver)
Get an entry by target resource name. This method allows clients to use the resource name from the source Google Cloud Platform service to get the Cloud Data Catalog Entry.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2019 Google LLC. All rights reserved.