Skip to content

Commit

Permalink
docs: added resource annotations
Browse files Browse the repository at this point in the history
feat: added flag for implicit dismissal for `DismissDecision`

PiperOrigin-RevId: 427766265

Source-Link: googleapis/googleapis@5556c91

Source-Link: googleapis/googleapis-gen@d03fa03
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQWNjZXNzQXBwcm92YWwuVjEvLk93bEJvdC55YW1sIiwiaCI6ImQwM2ZhMDNiMjE3NDYyNzg0ZDZiYTMyY2NkZGU0ZGZlMGMwNmYwMTcifQ==
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Feb 10, 2022
1 parent f022157 commit 5d1b5af
Show file tree
Hide file tree
Showing 6 changed files with 1,964 additions and 218 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Expand Up @@ -3,7 +3,7 @@
// source: google/cloud/accessapproval/v1/accessapproval.proto
// </auto-generated>
// Original file comments:
// Copyright 2020 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -29,17 +29,17 @@ namespace Google.Cloud.AccessApproval.V1 {
///
/// - The API has a collection of
/// [ApprovalRequest][google.cloud.accessapproval.v1.ApprovalRequest]
/// resources, named `approvalRequests/{approval_request_id}`
/// 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 Cloud Pub/Sub topic owned by the customer
/// (for Beta, the Pub/Sub setup is managed manually).
/// 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 personel can only
/// 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).
Expand Down

0 comments on commit 5d1b5af

Please sign in to comment.