Package com.google.cloud.datacatalog.v1
Class DataCatalogGrpc.DataCatalogImplBase
- java.lang.Object
-
- com.google.cloud.datacatalog.v1.DataCatalogGrpc.DataCatalogImplBase
-
- All Implemented Interfaces:
DataCatalogGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DataCatalogGrpc
public abstract static class DataCatalogGrpc.DataCatalogImplBase extends Object implements io.grpc.BindableService, DataCatalogGrpc.AsyncService
Base class for the server implementation of the service DataCatalog.Data Catalog API service allows you to discover, understand, and manage your data.
-
-
Constructor Summary
Constructors Constructor Description DataCatalogImplBase()
-
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.datacatalog.v1.DataCatalogGrpc.AsyncService
createEntry, createEntryGroup, createTag, createTagTemplate, createTagTemplateField, deleteEntry, deleteEntryGroup, deleteTag, deleteTagTemplate, deleteTagTemplateField, getEntry, getEntryGroup, getIamPolicy, getTagTemplate, importEntries, listEntries, listEntryGroups, listTags, lookupEntry, modifyEntryContacts, modifyEntryOverview, reconcileTags, renameTagTemplateField, renameTagTemplateFieldEnumValue, searchCatalog, setIamPolicy, starEntry, testIamPermissions, unstarEntry, updateEntry, updateEntryGroup, updateTag, updateTagTemplate, updateTagTemplateField
-
-