- 1.58.0 (latest)
- 1.57.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.5
- 1.8.4
- 1.7.2
- 1.6.2
- 1.5.4
public class GrpcDataCatalogStub extends DataCatalogStub
gRPC stub implementation for the DataCatalog service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcDataCatalogStub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext | ClientContext |
Returns | |
---|---|
Type | Description |
GrpcDataCatalogStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcDataCatalogStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Returns | |
---|---|
Type | Description |
GrpcDataCatalogStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(DataCatalogStubSettings settings)
public static final GrpcDataCatalogStub create(DataCatalogStubSettings settings)
Parameter | |
---|---|
Name | Description |
settings | DataCatalogStubSettings |
Returns | |
---|---|
Type | Description |
GrpcDataCatalogStub |
Exceptions | |
---|---|
Type | Description |
IOException |
Constructors
GrpcDataCatalogStub(DataCatalogStubSettings settings, ClientContext clientContext)
protected GrpcDataCatalogStub(DataCatalogStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcDataCatalogStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings | DataCatalogStubSettings |
clientContext | ClientContext |
GrpcDataCatalogStub(DataCatalogStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcDataCatalogStub(DataCatalogStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcDataCatalogStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings | DataCatalogStubSettings |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters | |
---|---|
Name | Description |
duration | long |
unit | TimeUnit |
Returns | |
---|---|
Type | Description |
boolean |
Exceptions | |
---|---|
Type | Description |
InterruptedException |
close()
public final 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> |
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Returns | |
---|---|
Type | Description |
GrpcOperationsStub |
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> |
isShutdown()
public boolean isShutdown()
Returns | |
---|---|
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Returns | |
---|---|
Type | Description |
boolean |
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> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
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> |