Skip to content

chore: Update discovery artifacts #1808

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 29 commits into from
May 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
96c1b90
feat(accessapproval): update the api
yoshi-automation May 24, 2022
2bbca8f
feat(alertcenter): update the api
yoshi-automation May 24, 2022
fe19827
feat(baremetalsolution): update the api
yoshi-automation May 24, 2022
c025232
feat(bigtableadmin): update the api
yoshi-automation May 24, 2022
053dd5b
feat(cloudasset): update the api
yoshi-automation May 24, 2022
7400fdb
feat(cloudbuild): update the api
yoshi-automation May 24, 2022
7740f67
feat(cloudfunctions): update the api
yoshi-automation May 24, 2022
d5f6be9
feat(cloudidentity): update the api
yoshi-automation May 24, 2022
162471e
feat(composer): update the api
yoshi-automation May 24, 2022
09285b8
feat(compute): update the api
yoshi-automation May 24, 2022
d8b241d
feat(container): update the api
yoshi-automation May 24, 2022
ff69e65
feat(displayvideo): update the api
yoshi-automation May 24, 2022
9072ecd
feat(dns): update the api
yoshi-automation May 24, 2022
d4dac66
feat(docs): update the api
yoshi-automation May 24, 2022
5907ddf
feat(documentai): update the api
yoshi-automation May 24, 2022
e149276
feat(firebase): update the api
yoshi-automation May 24, 2022
bab37f8
feat(firestore): update the api
yoshi-automation May 24, 2022
8632728
feat(metastore): update the api
yoshi-automation May 24, 2022
7a31c63
feat(monitoring): update the api
yoshi-automation May 24, 2022
65822a8
feat(notebooks): update the api
yoshi-automation May 24, 2022
d24800a
feat(ondemandscanning): update the api
yoshi-automation May 24, 2022
590c395
feat(playdeveloperreporting): update the api
yoshi-automation May 24, 2022
8479f66
feat(pubsub): update the api
yoshi-automation May 24, 2022
d47388a
feat(recaptchaenterprise): update the api
yoshi-automation May 24, 2022
6c13031
feat(redis): update the api
yoshi-automation May 24, 2022
7773531
feat(securitycenter): update the api
yoshi-automation May 24, 2022
fd4120e
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation May 24, 2022
56d4546
chore: restore auto-approve.yml
parthea May 24, 2022
7ad62da
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 24, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/auto-approve.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/auto-approve
processes:
- "UpdateDiscoveryArtifacts"
- "OwlBotTemplateChanges"
61 changes: 61 additions & 0 deletions docs/dyn/accessapproval_v1.folders.approvalRequests.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets an approval request. Returns NOT_FOUND if the request does not exist.</p>
<p class="toc_element">
<code><a href="#invalidate">invalidate(name, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Invalidates an existing ApprovalRequest. Returns the updated ApprovalRequest. NOTE: This does not deny access to the resource if another request has been made and approved. It only invalidates a single approval. Returns FAILED_PRECONDITION if the request exists but is not in an approved state.</p>
<p class="toc_element">
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists approval requests associated with a project, folder, or organization. Approval requests can be filtered by state (pending, active, dismissed). The order is reverse chronological.</p>
Expand Down Expand Up @@ -119,6 +122,7 @@ <h3>Method Details</h3>
&quot;approveTime&quot;: &quot;A String&quot;, # The time at which approval was granted.
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
&quot;invalidateTime&quot;: &quot;A String&quot;, # If set, denotes the timestamp at which the approval is invalidated.
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
&quot;googlePublicKeyPem&quot;: &quot;A String&quot;, # The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
Expand Down Expand Up @@ -177,6 +181,7 @@ <h3>Method Details</h3>
&quot;approveTime&quot;: &quot;A String&quot;, # The time at which approval was granted.
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
&quot;invalidateTime&quot;: &quot;A String&quot;, # If set, denotes the timestamp at which the approval is invalidated.
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
&quot;googlePublicKeyPem&quot;: &quot;A String&quot;, # The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
Expand Down Expand Up @@ -224,6 +229,61 @@ <h3>Method Details</h3>
&quot;approveTime&quot;: &quot;A String&quot;, # The time at which approval was granted.
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
&quot;invalidateTime&quot;: &quot;A String&quot;, # If set, denotes the timestamp at which the approval is invalidated.
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
&quot;googlePublicKeyPem&quot;: &quot;A String&quot;, # The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
&quot;signature&quot;: &quot;A String&quot;, # The digital signature.
},
},
&quot;dismiss&quot;: { # A decision that has been made to dismiss an approval request. # The request was dismissed.
&quot;dismissTime&quot;: &quot;A String&quot;, # The time at which the approval request was dismissed.
&quot;implicit&quot;: True or False, # This field will be true if the ApprovalRequest was implicitly dismissed due to inaction by the access approval approvers (the request is not acted on by the approvers before the exiration time).
},
&quot;name&quot;: &quot;A String&quot;, # The resource name of the request. Format is &quot;{projects|folders|organizations}/{id}/approvalRequests/{approval_request}&quot;.
&quot;requestTime&quot;: &quot;A String&quot;, # The time at which approval was requested.
&quot;requestedExpiration&quot;: &quot;A String&quot;, # The requested expiration for the approval. If the request is approved, access will be granted from the time of approval until the expiration time.
&quot;requestedLocations&quot;: { # Home office and physical location of the principal. # The locations for which approval is being requested.
&quot;principalOfficeCountry&quot;: &quot;A String&quot;, # The &quot;home office&quot; location of the principal. A two-letter country code (ISO 3166-1 alpha-2), such as &quot;US&quot;, &quot;DE&quot; or &quot;GB&quot; or a region code. In some limited situations Google systems may refer refer to a region code instead of a country code. Possible Region Codes: * ASI: Asia * EUR: Europe * OCE: Oceania * AFR: Africa * NAM: North America * SAM: South America * ANT: Antarctica * ANY: Any location
&quot;principalPhysicalLocationCountry&quot;: &quot;A String&quot;, # Physical location of the principal at the time of the access. A two-letter country code (ISO 3166-1 alpha-2), such as &quot;US&quot;, &quot;DE&quot; or &quot;GB&quot; or a region code. In some limited situations Google systems may refer refer to a region code instead of a country code. Possible Region Codes: * ASI: Asia * EUR: Europe * OCE: Oceania * AFR: Africa * NAM: North America * SAM: South America * ANT: Antarctica * ANY: Any location
},
&quot;requestedReason&quot;: { # The justification for which approval is being requested.
&quot;detail&quot;: &quot;A String&quot;, # More detail about certain reason types. See comments for each type above.
&quot;type&quot;: &quot;A String&quot;, # Type of access justification.
},
&quot;requestedResourceName&quot;: &quot;A String&quot;, # The resource for which approval is being requested. The format of the resource name is defined at https://cloud.google.com/apis/design/resource_names. The resource name here may either be a &quot;full&quot; resource name (e.g. &quot;//library.googleapis.com/shelves/shelf1/books/book2&quot;) or a &quot;relative&quot; resource name (e.g. &quot;shelves/shelf1/books/book2&quot;) as described in the resource name specification.
&quot;requestedResourceProperties&quot;: { # The properties associated with the resource of the request. # Properties related to the resource represented by requested_resource_name.
&quot;excludesDescendants&quot;: True or False, # Whether an approval will exclude the descendants of the resource being requested.
},
}</pre>
</div>

<div class="method">
<code class="details" id="invalidate">invalidate(name, body=None, x__xgafv=None)</code>
<pre>Invalidates an existing ApprovalRequest. Returns the updated ApprovalRequest. NOTE: This does not deny access to the resource if another request has been made and approved. It only invalidates a single approval. Returns FAILED_PRECONDITION if the request exists but is not in an approved state.

Args:
name: string, Name of the ApprovalRequest to invalidate. (required)
body: object, The request body.
The object takes the form of:

{ # Request to invalidate an existing approval.
}

x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # A request for the customer to approve access to a resource.
&quot;approve&quot;: { # A decision that has been made to approve access to a resource. # Access was approved.
&quot;approveTime&quot;: &quot;A String&quot;, # The time at which approval was granted.
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
&quot;invalidateTime&quot;: &quot;A String&quot;, # If set, denotes the timestamp at which the approval is invalidated.
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
&quot;googlePublicKeyPem&quot;: &quot;A String&quot;, # The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
Expand Down Expand Up @@ -276,6 +336,7 @@ <h3>Method Details</h3>
&quot;approveTime&quot;: &quot;A String&quot;, # The time at which approval was granted.
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
&quot;invalidateTime&quot;: &quot;A String&quot;, # If set, denotes the timestamp at which the approval is invalidated.
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
&quot;googlePublicKeyPem&quot;: &quot;A String&quot;, # The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
Expand Down
Loading