public abstract class PolicyTagManagerStub implements BackgroundResource
Base stub class for the PolicyTagManager service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
PolicyTagManagerStub()
public PolicyTagManagerStub()
Methods
close()
public abstract void close()
createPolicyTagCallable()
public UnaryCallable<CreatePolicyTagRequest,PolicyTag> createPolicyTagCallable()
Returns
createTaxonomyCallable()
public UnaryCallable<CreateTaxonomyRequest,Taxonomy> createTaxonomyCallable()
Returns
deletePolicyTagCallable()
public UnaryCallable<DeletePolicyTagRequest,Empty> deletePolicyTagCallable()
Returns
deleteTaxonomyCallable()
public UnaryCallable<DeleteTaxonomyRequest,Empty> deleteTaxonomyCallable()
Returns
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
getPolicyTagCallable()
public UnaryCallable<GetPolicyTagRequest,PolicyTag> getPolicyTagCallable()
Returns
getTaxonomyCallable()
public UnaryCallable<GetTaxonomyRequest,Taxonomy> getTaxonomyCallable()
Returns
public UnaryCallable<ListPolicyTagsRequest,ListPolicyTagsResponse> listPolicyTagsCallable()
Returns
listPolicyTagsPagedCallable()
public UnaryCallable<ListPolicyTagsRequest,PolicyTagManagerClient.ListPolicyTagsPagedResponse> listPolicyTagsPagedCallable()
Returns
listTaxonomiesCallable()
public UnaryCallable<ListTaxonomiesRequest,ListTaxonomiesResponse> listTaxonomiesCallable()
Returns
listTaxonomiesPagedCallable()
public UnaryCallable<ListTaxonomiesRequest,PolicyTagManagerClient.ListTaxonomiesPagedResponse> listTaxonomiesPagedCallable()
Returns
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> | |
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> | |
updatePolicyTagCallable()
public UnaryCallable<UpdatePolicyTagRequest,PolicyTag> updatePolicyTagCallable()
Returns
updateTaxonomyCallable()
public UnaryCallable<UpdateTaxonomyRequest,Taxonomy> updateTaxonomyCallable()
Returns