Class DataCatalogStub
java.lang.Object
com.google.cloud.datacatalog.v1beta1.stub.DataCatalogStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcDataCatalogStub,HttpJsonDataCatalogStub
@BetaApi
@Deprecated
@Generated("by gapic-generator-java")
public abstract class DataCatalogStub
extends Object
implements BackgroundResource
Deprecated.
This class is deprecated and will be removed in the next major version update.
Base stub class for the DataCatalog service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.UnaryCallable<DeleteEntryRequest,com.google.protobuf.Empty> Deprecated.UnaryCallable<DeleteEntryGroupRequest,com.google.protobuf.Empty> Deprecated.UnaryCallable<DeleteTagRequest,com.google.protobuf.Empty> Deprecated.UnaryCallable<DeleteTagTemplateRequest,com.google.protobuf.Empty> Deprecated.UnaryCallable<DeleteTagTemplateFieldRequest,com.google.protobuf.Empty> Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
DataCatalogStub
public DataCatalogStub()Deprecated.
-
-
Method Details
-
searchCatalogPagedCallable
@Deprecated public UnaryCallable<SearchCatalogRequest,DataCatalogClient.SearchCatalogPagedResponse> searchCatalogPagedCallable()Deprecated. -
searchCatalogCallable
@Deprecated public UnaryCallable<SearchCatalogRequest,SearchCatalogResponse> searchCatalogCallable()Deprecated. -
createEntryGroupCallable
Deprecated. -
updateEntryGroupCallable
Deprecated. -
getEntryGroupCallable
Deprecated. -
deleteEntryGroupCallable
@Deprecated public UnaryCallable<DeleteEntryGroupRequest,com.google.protobuf.Empty> deleteEntryGroupCallable()Deprecated. -
listEntryGroupsPagedCallable
@Deprecated public UnaryCallable<ListEntryGroupsRequest,DataCatalogClient.ListEntryGroupsPagedResponse> listEntryGroupsPagedCallable()Deprecated. -
listEntryGroupsCallable
@Deprecated public UnaryCallable<ListEntryGroupsRequest,ListEntryGroupsResponse> listEntryGroupsCallable()Deprecated. -
createEntryCallable
Deprecated. -
updateEntryCallable
Deprecated. -
deleteEntryCallable
@Deprecated public UnaryCallable<DeleteEntryRequest,com.google.protobuf.Empty> deleteEntryCallable()Deprecated. -
getEntryCallable
Deprecated. -
lookupEntryCallable
Deprecated. -
listEntriesPagedCallable
@Deprecated public UnaryCallable<ListEntriesRequest,DataCatalogClient.ListEntriesPagedResponse> listEntriesPagedCallable()Deprecated. -
listEntriesCallable
Deprecated. -
createTagTemplateCallable
Deprecated. -
getTagTemplateCallable
Deprecated. -
updateTagTemplateCallable
Deprecated. -
deleteTagTemplateCallable
@Deprecated public UnaryCallable<DeleteTagTemplateRequest,com.google.protobuf.Empty> deleteTagTemplateCallable()Deprecated. -
createTagTemplateFieldCallable
@Deprecated public UnaryCallable<CreateTagTemplateFieldRequest,TagTemplateField> createTagTemplateFieldCallable()Deprecated. -
updateTagTemplateFieldCallable
@Deprecated public UnaryCallable<UpdateTagTemplateFieldRequest,TagTemplateField> updateTagTemplateFieldCallable()Deprecated. -
renameTagTemplateFieldCallable
@Deprecated public UnaryCallable<RenameTagTemplateFieldRequest,TagTemplateField> renameTagTemplateFieldCallable()Deprecated. -
renameTagTemplateFieldEnumValueCallable
@Deprecated public UnaryCallable<RenameTagTemplateFieldEnumValueRequest,TagTemplateField> renameTagTemplateFieldEnumValueCallable()Deprecated. -
deleteTagTemplateFieldCallable
@Deprecated public UnaryCallable<DeleteTagTemplateFieldRequest,com.google.protobuf.Empty> deleteTagTemplateFieldCallable()Deprecated. -
createTagCallable
Deprecated. -
updateTagCallable
Deprecated. -
deleteTagCallable
Deprecated. -
listTagsPagedCallable
@Deprecated public UnaryCallable<ListTagsRequest,DataCatalogClient.ListTagsPagedResponse> listTagsPagedCallable()Deprecated. -
listTagsCallable
Deprecated. -
setIamPolicyCallable
Deprecated. -
getIamPolicyCallable
Deprecated. -
testIamPermissionsCallable
@Deprecated public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()Deprecated. -
close
public abstract void close()Deprecated.- Specified by:
closein interfaceAutoCloseable
-