Class ResourcePoliciesStub (1.51.0)

public abstract class ResourcePoliciesStub implements BackgroundResource

Base stub class for the ResourcePolicies service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ResourcePoliciesStub

Implements

BackgroundResource

Constructors

ResourcePoliciesStub()

public ResourcePoliciesStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListResourcePoliciesRequest,ResourcePolicyAggregatedList> aggregatedListCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListResourcePoliciesRequest,ResourcePolicyAggregatedList>

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListResourcePoliciesRequest,ResourcePoliciesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListResourcePoliciesRequest,AggregatedListPagedResponse>

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteResourcePolicyRequest,Operation> deleteCallable()
Returns
TypeDescription
UnaryCallable<DeleteResourcePolicyRequest,Operation>

deleteOperationCallable()

public OperationCallable<DeleteResourcePolicyRequest,Operation,Operation> deleteOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteResourcePolicyRequest,Operation,Operation>

getCallable()

public UnaryCallable<GetResourcePolicyRequest,ResourcePolicy> getCallable()
Returns
TypeDescription
UnaryCallable<GetResourcePolicyRequest,ResourcePolicy>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyResourcePolicyRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<GetIamPolicyResourcePolicyRequest,Policy>

insertCallable()

public UnaryCallable<InsertResourcePolicyRequest,Operation> insertCallable()
Returns
TypeDescription
UnaryCallable<InsertResourcePolicyRequest,Operation>

insertOperationCallable()

public OperationCallable<InsertResourcePolicyRequest,Operation,Operation> insertOperationCallable()
Returns
TypeDescription
OperationCallable<InsertResourcePolicyRequest,Operation,Operation>

listCallable()

public UnaryCallable<ListResourcePoliciesRequest,ResourcePolicyList> listCallable()
Returns
TypeDescription
UnaryCallable<ListResourcePoliciesRequest,ResourcePolicyList>

listPagedCallable()

public UnaryCallable<ListResourcePoliciesRequest,ResourcePoliciesClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListResourcePoliciesRequest,ListPagedResponse>

patchCallable()

public UnaryCallable<PatchResourcePolicyRequest,Operation> patchCallable()
Returns
TypeDescription
UnaryCallable<PatchResourcePolicyRequest,Operation>

patchOperationCallable()

public OperationCallable<PatchResourcePolicyRequest,Operation,Operation> patchOperationCallable()
Returns
TypeDescription
OperationCallable<PatchResourcePolicyRequest,Operation,Operation>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyResourcePolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<SetIamPolicyResourcePolicyRequest,Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsResourcePolicyRequest,TestPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<TestIamPermissionsResourcePolicyRequest,TestPermissionsResponse>