Class PolicyTagManagerStub
java.lang.Object
com.google.cloud.datacatalog.v1beta1.stub.PolicyTagManagerStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcPolicyTagManagerStub,HttpJsonPolicyTagManagerStub
@BetaApi
@Generated("by gapic-generator-java")
public abstract class PolicyTagManagerStub
extends Object
implements BackgroundResource
Base stub class for the PolicyTagManager service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()UnaryCallable<DeletePolicyTagRequest,com.google.protobuf.Empty> UnaryCallable<DeleteTaxonomyRequest,com.google.protobuf.Empty> 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
-
PolicyTagManagerStub
public PolicyTagManagerStub()
-
-
Method Details
-
createTaxonomyCallable
-
deleteTaxonomyCallable
-
updateTaxonomyCallable
-
listTaxonomiesPagedCallable
public UnaryCallable<ListTaxonomiesRequest,PolicyTagManagerClient.ListTaxonomiesPagedResponse> listTaxonomiesPagedCallable() -
listTaxonomiesCallable
-
getTaxonomyCallable
-
createPolicyTagCallable
-
deletePolicyTagCallable
-
updatePolicyTagCallable
-
listPolicyTagsPagedCallable
public UnaryCallable<ListPolicyTagsRequest,PolicyTagManagerClient.ListPolicyTagsPagedResponse> listPolicyTagsPagedCallable() -
listPolicyTagsCallable
-
getPolicyTagCallable
-
getIamPolicyCallable
-
setIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-