Skip to content
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

feat: run the generator #3441

Merged
merged 28 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
51ceb44
fix(accesscontextmanager): update the API
yoshi-automation Feb 28, 2024
ab14203
feat(aiplatform)!: update the API
yoshi-automation Feb 28, 2024
7c4f902
feat(alloydb)!: update the API
yoshi-automation Feb 28, 2024
c5194e3
feat(appengine): update the API
yoshi-automation Feb 28, 2024
c9b0cc3
feat(bigtableadmin)!: update the API
yoshi-automation Feb 28, 2024
d912a43
fix(chat): update the API
yoshi-automation Feb 28, 2024
e76223a
feat(compute): update the API
yoshi-automation Feb 28, 2024
c969b11
feat(connectors): update the API
yoshi-automation Feb 28, 2024
a31b7cc
feat(containeranalysis): update the API
yoshi-automation Feb 28, 2024
76a5d83
fix(content): update the API
yoshi-automation Feb 28, 2024
bcf2469
feat(healthcare): update the API
yoshi-automation Feb 28, 2024
7013457
fix(iam): update the API
yoshi-automation Feb 28, 2024
cfce3af
fix(iamcredentials): update the API
yoshi-automation Feb 28, 2024
357eb4f
feat(language)!: update the API
yoshi-automation Feb 28, 2024
65835f4
feat(logging)!: update the API
yoshi-automation Feb 28, 2024
bc00b9c
feat(metastore): update the API
yoshi-automation Feb 28, 2024
eb10b64
feat(networkconnectivity): update the API
yoshi-automation Feb 28, 2024
6abcf34
fix(notebooks): update the API
yoshi-automation Feb 28, 2024
d4c128f
feat(paymentsresellersubscription)!: update the API
yoshi-automation Feb 28, 2024
c02d942
feat(privateca): update the API
yoshi-automation Feb 28, 2024
4879aa9
fix(pubsub): update the API
yoshi-automation Feb 28, 2024
6bdbf5a
fix(redis): update the API
yoshi-automation Feb 28, 2024
a3e8076
feat(securitycenter): update the API
yoshi-automation Feb 28, 2024
7cc92b3
feat(servicecontrol): update the API
yoshi-automation Feb 28, 2024
b8c29fa
feat(storagetransfer): update the API
yoshi-automation Feb 28, 2024
b66ce14
fix(tasks): update the API
yoshi-automation Feb 28, 2024
b1492bb
feat(youtube): update the API
yoshi-automation Feb 28, 2024
5deadc5
feat: regenerate index files
yoshi-automation Feb 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions discovery/accesscontextmanager-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"baseUrl": "https://accesscontextmanager.googleapis.com/",
"batchPath": "batch",
"canonicalName": "Access Context Manager",
"description": "An API for setting attribute based access control to requests to Google Cloud services.",
"description": "An API for setting attribute based access control to requests to Google Cloud services. *Warning:* Do not mix *v1alpha* and *v1* API usage in the same access policy. The v1alpha API supports new Access Context Manager features, which may have different attributes or behaviors that are not supported by v1. The practice of mixed API usage within a policy may result in the inability to update that policy, including any access levels or service perimeters belonging to it. It is not recommended to use both v1 and v1alpha for modifying policies with critical service perimeters. Modifications using v1alpha should be limited to policies with non-production/non-critical service perimeters.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/access-context-manager/docs/reference/rest/",
"fullyEncodeReservedExpansion": true,
Expand Down Expand Up @@ -1290,7 +1290,7 @@
}
}
},
"revision": "20240126",
"revision": "20240221",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down
Loading
Loading