@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class GrpcDataCatalogStub extends DataCatalogStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
GrpcDataCatalogStub(DataCatalogStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcDataCatalogStub, using the given settings.
|
protected |
GrpcDataCatalogStub(DataCatalogStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcDataCatalogStub, using the given settings.
|
Modifier and Type | Method and Description |
---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcDataCatalogStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcDataCatalogStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcDataCatalogStub |
create(DataCatalogStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateEntryRequest,Entry> |
createEntryCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateEntryGroupRequest,EntryGroup> |
createEntryGroupCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateTagRequest,Tag> |
createTagCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateTagTemplateRequest,TagTemplate> |
createTagTemplateCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateTagTemplateFieldRequest,TagTemplateField> |
createTagTemplateFieldCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteEntryRequest,Empty> |
deleteEntryCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteEntryGroupRequest,Empty> |
deleteEntryGroupCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteTagRequest,Empty> |
deleteTagCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteTagTemplateRequest,Empty> |
deleteTagTemplateCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteTagTemplateFieldRequest,Empty> |
deleteTagTemplateFieldCallable() |
com.google.api.gax.rpc.UnaryCallable<GetEntryRequest,Entry> |
getEntryCallable() |
com.google.api.gax.rpc.UnaryCallable<GetEntryGroupRequest,EntryGroup> |
getEntryGroupCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicyCallable() |
com.google.api.gax.rpc.UnaryCallable<GetTagTemplateRequest,TagTemplate> |
getTagTemplateCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListTagsRequest,ListTagsResponse> |
listTagsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListTagsRequest,DataCatalogClient.ListTagsPagedResponse> |
listTagsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<LookupEntryRequest,Entry> |
lookupEntryCallable() |
com.google.api.gax.rpc.UnaryCallable<RenameTagTemplateFieldRequest,TagTemplateField> |
renameTagTemplateFieldCallable() |
com.google.api.gax.rpc.UnaryCallable<SearchCatalogRequest,SearchCatalogResponse> |
searchCatalogCallable() |
com.google.api.gax.rpc.UnaryCallable<SearchCatalogRequest,DataCatalogClient.SearchCatalogPagedResponse> |
searchCatalogPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicyCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateEntryRequest,Entry> |
updateEntryCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateTagRequest,Tag> |
updateTagCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateTagTemplateRequest,TagTemplate> |
updateTagTemplateCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateTagTemplateFieldRequest,TagTemplateField> |
updateTagTemplateFieldCallable() |
protected GrpcDataCatalogStub(DataCatalogStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected GrpcDataCatalogStub(DataCatalogStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcDataCatalogStub create(DataCatalogStubSettings settings) throws IOException
IOException
public static final GrpcDataCatalogStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final GrpcDataCatalogStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public com.google.api.gax.rpc.UnaryCallable<SearchCatalogRequest,DataCatalogClient.SearchCatalogPagedResponse> searchCatalogPagedCallable()
searchCatalogPagedCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<SearchCatalogRequest,SearchCatalogResponse> searchCatalogCallable()
searchCatalogCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<CreateEntryGroupRequest,EntryGroup> createEntryGroupCallable()
createEntryGroupCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<GetEntryGroupRequest,EntryGroup> getEntryGroupCallable()
getEntryGroupCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<DeleteEntryGroupRequest,Empty> deleteEntryGroupCallable()
deleteEntryGroupCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<CreateEntryRequest,Entry> createEntryCallable()
createEntryCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<UpdateEntryRequest,Entry> updateEntryCallable()
updateEntryCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<DeleteEntryRequest,Empty> deleteEntryCallable()
deleteEntryCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<GetEntryRequest,Entry> getEntryCallable()
getEntryCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<LookupEntryRequest,Entry> lookupEntryCallable()
lookupEntryCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<CreateTagTemplateRequest,TagTemplate> createTagTemplateCallable()
createTagTemplateCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<GetTagTemplateRequest,TagTemplate> getTagTemplateCallable()
getTagTemplateCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<UpdateTagTemplateRequest,TagTemplate> updateTagTemplateCallable()
updateTagTemplateCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<DeleteTagTemplateRequest,Empty> deleteTagTemplateCallable()
deleteTagTemplateCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<CreateTagTemplateFieldRequest,TagTemplateField> createTagTemplateFieldCallable()
createTagTemplateFieldCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<UpdateTagTemplateFieldRequest,TagTemplateField> updateTagTemplateFieldCallable()
updateTagTemplateFieldCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<RenameTagTemplateFieldRequest,TagTemplateField> renameTagTemplateFieldCallable()
renameTagTemplateFieldCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<DeleteTagTemplateFieldRequest,Empty> deleteTagTemplateFieldCallable()
deleteTagTemplateFieldCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<CreateTagRequest,Tag> createTagCallable()
createTagCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<UpdateTagRequest,Tag> updateTagCallable()
updateTagCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<DeleteTagRequest,Empty> deleteTagCallable()
deleteTagCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<ListTagsRequest,DataCatalogClient.ListTagsPagedResponse> listTagsPagedCallable()
listTagsPagedCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<ListTagsRequest,ListTagsResponse> listTagsCallable()
listTagsCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
setIamPolicyCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
getIamPolicyCallable
in class DataCatalogStub
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
testIamPermissionsCallable
in class DataCatalogStub
public final void close()
close
in interface AutoCloseable
close
in class DataCatalogStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.