Class PrivilegedAccessManagerStub (0.3.0)

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.

Inheritance

java.lang.Object > PrivilegedAccessManagerStub

Implements

BackgroundResource

Constructors

PrivilegedAccessManagerStub()

public PrivilegedAccessManagerStub()

Methods

approveGrantCallable()

public UnaryCallable<ApproveGrantRequest,Grant> approveGrantCallable()
Returns
Type Description
UnaryCallable<ApproveGrantRequest,Grant>

checkOnboardingStatusCallable()

public UnaryCallable<CheckOnboardingStatusRequest,CheckOnboardingStatusResponse> checkOnboardingStatusCallable()
Returns
Type Description
UnaryCallable<CheckOnboardingStatusRequest,CheckOnboardingStatusResponse>

close()

public abstract void close()

createEntitlementCallable()

public UnaryCallable<CreateEntitlementRequest,Operation> createEntitlementCallable()
Returns
Type Description
UnaryCallable<CreateEntitlementRequest,Operation>

createEntitlementOperationCallable()

public OperationCallable<CreateEntitlementRequest,Entitlement,OperationMetadata> createEntitlementOperationCallable()
Returns
Type Description
OperationCallable<CreateEntitlementRequest,Entitlement,OperationMetadata>

createGrantCallable()

public UnaryCallable<CreateGrantRequest,Grant> createGrantCallable()
Returns
Type Description
UnaryCallable<CreateGrantRequest,Grant>

deleteEntitlementCallable()

public UnaryCallable<DeleteEntitlementRequest,Operation> deleteEntitlementCallable()
Returns
Type Description
UnaryCallable<DeleteEntitlementRequest,Operation>

deleteEntitlementOperationCallable()

public OperationCallable<DeleteEntitlementRequest,Entitlement,OperationMetadata> deleteEntitlementOperationCallable()
Returns
Type Description
OperationCallable<DeleteEntitlementRequest,Entitlement,OperationMetadata>

denyGrantCallable()

public UnaryCallable<DenyGrantRequest,Grant> denyGrantCallable()
Returns
Type Description
UnaryCallable<DenyGrantRequest,Grant>

getEntitlementCallable()

public UnaryCallable<GetEntitlementRequest,Entitlement> getEntitlementCallable()
Returns
Type Description
UnaryCallable<GetEntitlementRequest,Entitlement>

getGrantCallable()

public UnaryCallable<GetGrantRequest,Grant> getGrantCallable()
Returns
Type Description
UnaryCallable<GetGrantRequest,Grant>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

listEntitlementsCallable()

public UnaryCallable<ListEntitlementsRequest,ListEntitlementsResponse> listEntitlementsCallable()
Returns
Type Description
UnaryCallable<ListEntitlementsRequest,ListEntitlementsResponse>

listEntitlementsPagedCallable()

public UnaryCallable<ListEntitlementsRequest,PrivilegedAccessManagerClient.ListEntitlementsPagedResponse> listEntitlementsPagedCallable()
Returns
Type Description
UnaryCallable<ListEntitlementsRequest,ListEntitlementsPagedResponse>

listGrantsCallable()

public UnaryCallable<ListGrantsRequest,ListGrantsResponse> listGrantsCallable()
Returns
Type Description
UnaryCallable<ListGrantsRequest,ListGrantsResponse>

listGrantsPagedCallable()

public UnaryCallable<ListGrantsRequest,PrivilegedAccessManagerClient.ListGrantsPagedResponse> listGrantsPagedCallable()
Returns
Type Description
UnaryCallable<ListGrantsRequest,ListGrantsPagedResponse>

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()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

revokeGrantCallable()

public UnaryCallable<RevokeGrantRequest,Operation> revokeGrantCallable()
Returns
Type Description
UnaryCallable<RevokeGrantRequest,Operation>

revokeGrantOperationCallable()

public OperationCallable<RevokeGrantRequest,Grant,OperationMetadata> revokeGrantOperationCallable()
Returns
Type Description
OperationCallable<RevokeGrantRequest,Grant,OperationMetadata>

searchEntitlementsCallable()

public UnaryCallable<SearchEntitlementsRequest,SearchEntitlementsResponse> searchEntitlementsCallable()
Returns
Type Description
UnaryCallable<SearchEntitlementsRequest,SearchEntitlementsResponse>

searchEntitlementsPagedCallable()

public UnaryCallable<SearchEntitlementsRequest,PrivilegedAccessManagerClient.SearchEntitlementsPagedResponse> searchEntitlementsPagedCallable()
Returns
Type Description
UnaryCallable<SearchEntitlementsRequest,SearchEntitlementsPagedResponse>

searchGrantsCallable()

public UnaryCallable<SearchGrantsRequest,SearchGrantsResponse> searchGrantsCallable()
Returns
Type Description
UnaryCallable<SearchGrantsRequest,SearchGrantsResponse>

searchGrantsPagedCallable()

public UnaryCallable<SearchGrantsRequest,PrivilegedAccessManagerClient.SearchGrantsPagedResponse> searchGrantsPagedCallable()
Returns
Type Description
UnaryCallable<SearchGrantsRequest,SearchGrantsPagedResponse>

updateEntitlementCallable()

public UnaryCallable<UpdateEntitlementRequest,Operation> updateEntitlementCallable()
Returns
Type Description
UnaryCallable<UpdateEntitlementRequest,Operation>

updateEntitlementOperationCallable()

public OperationCallable<UpdateEntitlementRequest,Entitlement,OperationMetadata> updateEntitlementOperationCallable()
Returns
Type Description
OperationCallable<UpdateEntitlementRequest,Entitlement,OperationMetadata>