Class DataCatalogStub (1.51.0)

public abstract class DataCatalogStub implements BackgroundResource

Base stub class for the DataCatalog service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > DataCatalogStub

Implements

BackgroundResource

Constructors

DataCatalogStub()

public DataCatalogStub()

Methods

close()

public abstract void close()

createEntryCallable()

public UnaryCallable<CreateEntryRequest,Entry> createEntryCallable()
Returns
Type Description
UnaryCallable<CreateEntryRequest,Entry>

createEntryGroupCallable()

public UnaryCallable<CreateEntryGroupRequest,EntryGroup> createEntryGroupCallable()
Returns
Type Description
UnaryCallable<CreateEntryGroupRequest,EntryGroup>

createTagCallable()

public UnaryCallable<CreateTagRequest,Tag> createTagCallable()
Returns
Type Description
UnaryCallable<CreateTagRequest,Tag>

createTagTemplateCallable()

public UnaryCallable<CreateTagTemplateRequest,TagTemplate> createTagTemplateCallable()
Returns
Type Description
UnaryCallable<CreateTagTemplateRequest,TagTemplate>

createTagTemplateFieldCallable()

public UnaryCallable<CreateTagTemplateFieldRequest,TagTemplateField> createTagTemplateFieldCallable()
Returns
Type Description
UnaryCallable<CreateTagTemplateFieldRequest,TagTemplateField>

deleteEntryCallable()

public UnaryCallable<DeleteEntryRequest,Empty> deleteEntryCallable()
Returns
Type Description
UnaryCallable<DeleteEntryRequest,Empty>

deleteEntryGroupCallable()

public UnaryCallable<DeleteEntryGroupRequest,Empty> deleteEntryGroupCallable()
Returns
Type Description
UnaryCallable<DeleteEntryGroupRequest,Empty>

deleteTagCallable()

public UnaryCallable<DeleteTagRequest,Empty> deleteTagCallable()
Returns
Type Description
UnaryCallable<DeleteTagRequest,Empty>

deleteTagTemplateCallable()

public UnaryCallable<DeleteTagTemplateRequest,Empty> deleteTagTemplateCallable()
Returns
Type Description
UnaryCallable<DeleteTagTemplateRequest,Empty>

deleteTagTemplateFieldCallable()

public UnaryCallable<DeleteTagTemplateFieldRequest,Empty> deleteTagTemplateFieldCallable()
Returns
Type Description
UnaryCallable<DeleteTagTemplateFieldRequest,Empty>

getEntryCallable()

public UnaryCallable<GetEntryRequest,Entry> getEntryCallable()
Returns
Type Description
UnaryCallable<GetEntryRequest,Entry>

getEntryGroupCallable()

public UnaryCallable<GetEntryGroupRequest,EntryGroup> getEntryGroupCallable()
Returns
Type Description
UnaryCallable<GetEntryGroupRequest,EntryGroup>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getTagTemplateCallable()

public UnaryCallable<GetTagTemplateRequest,TagTemplate> getTagTemplateCallable()
Returns
Type Description
UnaryCallable<GetTagTemplateRequest,TagTemplate>

importEntriesCallable()

public UnaryCallable<ImportEntriesRequest,Operation> importEntriesCallable()
Returns
Type Description
UnaryCallable<ImportEntriesRequest,Operation>

importEntriesOperationCallable()

public OperationCallable<ImportEntriesRequest,ImportEntriesResponse,ImportEntriesMetadata> importEntriesOperationCallable()
Returns
Type Description
OperationCallable<ImportEntriesRequest,ImportEntriesResponse,ImportEntriesMetadata>

listEntriesCallable()

public UnaryCallable<ListEntriesRequest,ListEntriesResponse> listEntriesCallable()
Returns
Type Description
UnaryCallable<ListEntriesRequest,ListEntriesResponse>

listEntriesPagedCallable()

public UnaryCallable<ListEntriesRequest,DataCatalogClient.ListEntriesPagedResponse> listEntriesPagedCallable()
Returns
Type Description
UnaryCallable<ListEntriesRequest,ListEntriesPagedResponse>

listEntryGroupsCallable()

public UnaryCallable<ListEntryGroupsRequest,ListEntryGroupsResponse> listEntryGroupsCallable()
Returns
Type Description
UnaryCallable<ListEntryGroupsRequest,ListEntryGroupsResponse>

listEntryGroupsPagedCallable()

public UnaryCallable<ListEntryGroupsRequest,DataCatalogClient.ListEntryGroupsPagedResponse> listEntryGroupsPagedCallable()
Returns
Type Description
UnaryCallable<ListEntryGroupsRequest,ListEntryGroupsPagedResponse>

listTagsCallable()

public UnaryCallable<ListTagsRequest,ListTagsResponse> listTagsCallable()
Returns
Type Description
UnaryCallable<ListTagsRequest,ListTagsResponse>

listTagsPagedCallable()

public UnaryCallable<ListTagsRequest,DataCatalogClient.ListTagsPagedResponse> listTagsPagedCallable()
Returns
Type Description
UnaryCallable<ListTagsRequest,ListTagsPagedResponse>

lookupEntryCallable()

public UnaryCallable<LookupEntryRequest,Entry> lookupEntryCallable()
Returns
Type Description
UnaryCallable<LookupEntryRequest,Entry>

modifyEntryContactsCallable()

public UnaryCallable<ModifyEntryContactsRequest,Contacts> modifyEntryContactsCallable()
Returns
Type Description
UnaryCallable<ModifyEntryContactsRequest,Contacts>

modifyEntryOverviewCallable()

public UnaryCallable<ModifyEntryOverviewRequest,EntryOverview> modifyEntryOverviewCallable()
Returns
Type Description
UnaryCallable<ModifyEntryOverviewRequest,EntryOverview>

reconcileTagsCallable()

public UnaryCallable<ReconcileTagsRequest,Operation> reconcileTagsCallable()
Returns
Type Description
UnaryCallable<ReconcileTagsRequest,Operation>

reconcileTagsOperationCallable()

public OperationCallable<ReconcileTagsRequest,ReconcileTagsResponse,ReconcileTagsMetadata> reconcileTagsOperationCallable()
Returns
Type Description
OperationCallable<ReconcileTagsRequest,ReconcileTagsResponse,ReconcileTagsMetadata>

renameTagTemplateFieldCallable()

public UnaryCallable<RenameTagTemplateFieldRequest,TagTemplateField> renameTagTemplateFieldCallable()
Returns
Type Description
UnaryCallable<RenameTagTemplateFieldRequest,TagTemplateField>

renameTagTemplateFieldEnumValueCallable()

public UnaryCallable<RenameTagTemplateFieldEnumValueRequest,TagTemplateField> renameTagTemplateFieldEnumValueCallable()
Returns
Type Description
UnaryCallable<RenameTagTemplateFieldEnumValueRequest,TagTemplateField>

searchCatalogCallable()

public UnaryCallable<SearchCatalogRequest,SearchCatalogResponse> searchCatalogCallable()
Returns
Type Description
UnaryCallable<SearchCatalogRequest,SearchCatalogResponse>

searchCatalogPagedCallable()

public UnaryCallable<SearchCatalogRequest,DataCatalogClient.SearchCatalogPagedResponse> searchCatalogPagedCallable()
Returns
Type Description
UnaryCallable<SearchCatalogRequest,SearchCatalogPagedResponse>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

starEntryCallable()

public UnaryCallable<StarEntryRequest,StarEntryResponse> starEntryCallable()
Returns
Type Description
UnaryCallable<StarEntryRequest,StarEntryResponse>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

unstarEntryCallable()

public UnaryCallable<UnstarEntryRequest,UnstarEntryResponse> unstarEntryCallable()
Returns
Type Description
UnaryCallable<UnstarEntryRequest,UnstarEntryResponse>

updateEntryCallable()

public UnaryCallable<UpdateEntryRequest,Entry> updateEntryCallable()
Returns
Type Description
UnaryCallable<UpdateEntryRequest,Entry>

updateEntryGroupCallable()

public UnaryCallable<UpdateEntryGroupRequest,EntryGroup> updateEntryGroupCallable()
Returns
Type Description
UnaryCallable<UpdateEntryGroupRequest,EntryGroup>

updateTagCallable()

public UnaryCallable<UpdateTagRequest,Tag> updateTagCallable()
Returns
Type Description
UnaryCallable<UpdateTagRequest,Tag>

updateTagTemplateCallable()

public UnaryCallable<UpdateTagTemplateRequest,TagTemplate> updateTagTemplateCallable()
Returns
Type Description
UnaryCallable<UpdateTagTemplateRequest,TagTemplate>

updateTagTemplateFieldCallable()

public UnaryCallable<UpdateTagTemplateFieldRequest,TagTemplateField> updateTagTemplateFieldCallable()
Returns
Type Description
UnaryCallable<UpdateTagTemplateFieldRequest,TagTemplateField>