@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/accessapproval/v1/accessapproval.proto") public final class AccessApprovalGrpc extends Object
This API allows a customer to manage accesses to cloud resources by
Google personnel. It defines the following resource model:
- The API has a collection of
[ApprovalRequest][google.cloud.accessapproval.v1.ApprovalRequest]
resources, named `approvalRequests/{approval_request}`
- The API has top-level settings per Project/Folder/Organization, named
`accessApprovalSettings`
The service also periodically emails a list of recipients, defined at the
Project/Folder/Organization level in the accessApprovalSettings, when there
is a pending ApprovalRequest for them to act on. The ApprovalRequests can
also optionally be published to a Pub/Sub topic owned by the customer
(contact support if you would like to enable Pub/Sub notifications).
ApprovalRequests can be approved or dismissed. Google personnel can only
access the indicated resource or resources if the request is approved
(subject to some exclusions:
https://cloud.google.com/access-approval/docs/overview#exclusions).
Note: Using Access Approval functionality will mean that Google may not be
able to meet the SLAs for your chosen products, as any support response times
may be dramatically increased. As such the SLAs do not apply to any service
disruption to the extent impacted by Customer's use of Access Approval. Do
not enable Access Approval for projects where you may require high service
availability and rapid response by Google Cloud Support.
After a request is approved or dismissed, no further action may be taken on
it. Requests with the requested_expiration in the past or with no activity
for 14 days are considered dismissed. When an approval expires, the request
is considered dismissed.
If a request is not approved or dismissed, we call it pending.
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessApprovalGrpc.AccessApprovalBlockingStub
A stub to allow clients to do synchronous rpc calls to service AccessApproval.
|
static class |
AccessApprovalGrpc.AccessApprovalFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service AccessApproval.
|
static class |
AccessApprovalGrpc.AccessApprovalImplBase
Base class for the server implementation of the service AccessApproval.
|
static class |
AccessApprovalGrpc.AccessApprovalStub
A stub to allow clients to do asynchronous rpc calls to service AccessApproval.
|
static interface |
AccessApprovalGrpc.AsyncService
This API allows a customer to manage accesses to cloud resources by
Google personnel.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListApprovalRequestsMessage,ListApprovalRequestsResponse> getListApprovalRequestsMethod()
public static io.grpc.MethodDescriptor<GetApprovalRequestMessage,ApprovalRequest> getGetApprovalRequestMethod()
public static io.grpc.MethodDescriptor<ApproveApprovalRequestMessage,ApprovalRequest> getApproveApprovalRequestMethod()
public static io.grpc.MethodDescriptor<DismissApprovalRequestMessage,ApprovalRequest> getDismissApprovalRequestMethod()
public static io.grpc.MethodDescriptor<InvalidateApprovalRequestMessage,ApprovalRequest> getInvalidateApprovalRequestMethod()
public static io.grpc.MethodDescriptor<GetAccessApprovalSettingsMessage,AccessApprovalSettings> getGetAccessApprovalSettingsMethod()
public static io.grpc.MethodDescriptor<UpdateAccessApprovalSettingsMessage,AccessApprovalSettings> getUpdateAccessApprovalSettingsMethod()
public static io.grpc.MethodDescriptor<DeleteAccessApprovalSettingsMessage,com.google.protobuf.Empty> getDeleteAccessApprovalSettingsMethod()
public static io.grpc.MethodDescriptor<GetAccessApprovalServiceAccountMessage,AccessApprovalServiceAccount> getGetAccessApprovalServiceAccountMethod()
public static AccessApprovalGrpc.AccessApprovalStub newStub(io.grpc.Channel channel)
public static AccessApprovalGrpc.AccessApprovalBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AccessApprovalGrpc.AccessApprovalFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(AccessApprovalGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.