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.
Constructors
ResourcePoliciesStub()
public ResourcePoliciesStub()
Methods
aggregatedListCallable()
public UnaryCallable<AggregatedListResourcePoliciesRequest,ResourcePolicyAggregatedList> aggregatedListCallable()
aggregatedListPagedCallable()
public UnaryCallable<AggregatedListResourcePoliciesRequest,ResourcePoliciesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
close()
public abstract void close()
deleteCallable()
public UnaryCallable<DeleteResourcePolicyRequest,Operation> deleteCallable()
deleteOperationCallable()
public OperationCallable<DeleteResourcePolicyRequest,Operation,Operation> deleteOperationCallable()
getCallable()
public UnaryCallable<GetResourcePolicyRequest,ResourcePolicy> getCallable()
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyResourcePolicyRequest,Policy> getIamPolicyCallable()
insertCallable()
public UnaryCallable<InsertResourcePolicyRequest,Operation> insertCallable()
insertOperationCallable()
public OperationCallable<InsertResourcePolicyRequest,Operation,Operation> insertOperationCallable()
listCallable()
public UnaryCallable<ListResourcePoliciesRequest,ResourcePolicyList> listCallable()
listPagedCallable()
public UnaryCallable<ListResourcePoliciesRequest,ResourcePoliciesClient.ListPagedResponse> listPagedCallable()
patchCallable()
public UnaryCallable<PatchResourcePolicyRequest,Operation> patchCallable()
patchOperationCallable()
public OperationCallable<PatchResourcePolicyRequest,Operation,Operation> patchOperationCallable()
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyResourcePolicyRequest,Policy> setIamPolicyCallable()
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsResourcePolicyRequest,TestPermissionsResponse> testIamPermissionsCallable()