public abstract class PrivilegedAccessManagerStub implements BackgroundResource
Base stub class for the PrivilegedAccessManager service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
PrivilegedAccessManagerStub()
public PrivilegedAccessManagerStub()
Methods
approveGrantCallable()
public UnaryCallable<ApproveGrantRequest,Grant> approveGrantCallable()
checkOnboardingStatusCallable()
public UnaryCallable<CheckOnboardingStatusRequest,CheckOnboardingStatusResponse> checkOnboardingStatusCallable()
close()
public abstract void close()
createEntitlementCallable()
public UnaryCallable<CreateEntitlementRequest,Operation> createEntitlementCallable()
createEntitlementOperationCallable()
public OperationCallable<CreateEntitlementRequest,Entitlement,OperationMetadata> createEntitlementOperationCallable()
createGrantCallable()
public UnaryCallable<CreateGrantRequest,Grant> createGrantCallable()
deleteEntitlementCallable()
public UnaryCallable<DeleteEntitlementRequest,Operation> deleteEntitlementCallable()
deleteEntitlementOperationCallable()
public OperationCallable<DeleteEntitlementRequest,Entitlement,OperationMetadata> deleteEntitlementOperationCallable()
denyGrantCallable()
public UnaryCallable<DenyGrantRequest,Grant> denyGrantCallable()
getEntitlementCallable()
public UnaryCallable<GetEntitlementRequest,Entitlement> getEntitlementCallable()
getGrantCallable()
public UnaryCallable<GetGrantRequest,Grant> getGrantCallable()
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
getLocationCallable()
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
getOperationsStub()
public OperationsStub getOperationsStub()
listEntitlementsCallable()
public UnaryCallable<ListEntitlementsRequest,ListEntitlementsResponse> listEntitlementsCallable()
listEntitlementsPagedCallable()
public UnaryCallable<ListEntitlementsRequest,PrivilegedAccessManagerClient.ListEntitlementsPagedResponse> listEntitlementsPagedCallable()
listGrantsCallable()
public UnaryCallable<ListGrantsRequest,ListGrantsResponse> listGrantsCallable()
listGrantsPagedCallable()
public UnaryCallable<ListGrantsRequest,PrivilegedAccessManagerClient.ListGrantsPagedResponse> listGrantsPagedCallable()
listLocationsCallable()
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
|
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,PrivilegedAccessManagerClient.ListLocationsPagedResponse> listLocationsPagedCallable()
revokeGrantCallable()
public UnaryCallable<RevokeGrantRequest,Operation> revokeGrantCallable()
revokeGrantOperationCallable()
public OperationCallable<RevokeGrantRequest,Grant,OperationMetadata> revokeGrantOperationCallable()
searchEntitlementsCallable()
public UnaryCallable<SearchEntitlementsRequest,SearchEntitlementsResponse> searchEntitlementsCallable()
searchEntitlementsPagedCallable()
public UnaryCallable<SearchEntitlementsRequest,PrivilegedAccessManagerClient.SearchEntitlementsPagedResponse> searchEntitlementsPagedCallable()
searchGrantsCallable()
public UnaryCallable<SearchGrantsRequest,SearchGrantsResponse> searchGrantsCallable()
searchGrantsPagedCallable()
public UnaryCallable<SearchGrantsRequest,PrivilegedAccessManagerClient.SearchGrantsPagedResponse> searchGrantsPagedCallable()
updateEntitlementCallable()
public UnaryCallable<UpdateEntitlementRequest,Operation> updateEntitlementCallable()
updateEntitlementOperationCallable()
public OperationCallable<UpdateEntitlementRequest,Entitlement,OperationMetadata> updateEntitlementOperationCallable()