Class PolicyTagManagerStub (1.12.0)

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.

Inheritance

java.lang.Object > PolicyTagManagerStub

Implements

BackgroundResource

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
TypeDescription
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

listPolicyTagsCallable()

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
TypeDescription
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
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