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 #3476

Merged
merged 30 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
36ead51
feat(accesscontextmanager): update the API
yoshi-automation May 7, 2024
06fc879
feat(aiplatform)!: update the API
yoshi-automation May 7, 2024
f0cb6ce
feat(artifactregistry)!: update the API
yoshi-automation May 7, 2024
dc945c6
feat(beyondcorp)!: update the API
yoshi-automation May 7, 2024
dc4da43
feat(bigtableadmin)!: update the API
yoshi-automation May 7, 2024
e615750
fix(calendar): update the API
yoshi-automation May 7, 2024
ce27252
feat(cloudkms): update the API
yoshi-automation May 7, 2024
a6f47ec
feat(compute): update the API
yoshi-automation May 7, 2024
053aecc
feat(config): update the API
yoshi-automation May 7, 2024
713b77c
feat(dataform): update the API
yoshi-automation May 7, 2024
de15342
feat(discoveryengine)!: update the API
yoshi-automation May 7, 2024
d179d67
fix(dlp): update the API
yoshi-automation May 7, 2024
98114c7
feat(documentai): update the API
yoshi-automation May 7, 2024
ec03faf
feat(firebaseappcheck): update the API
yoshi-automation May 7, 2024
75f91c4
feat(firebaseml): update the API
yoshi-automation May 7, 2024
e0f0293
feat(gkehub): update the API
yoshi-automation May 7, 2024
ab1c6d3
fix(logging): update the API
yoshi-automation May 7, 2024
d2fb07b
feat(monitoring): update the API
yoshi-automation May 7, 2024
f1a4a3e
fix(recommender): update the API
yoshi-automation May 7, 2024
e0c6b5e
feat(retail): update the API
yoshi-automation May 7, 2024
11b68ee
feat(run): update the API
yoshi-automation May 7, 2024
3c49957
fix(safebrowsing): update the API
yoshi-automation May 7, 2024
2a7dcef
feat(servicecontrol): update the API
yoshi-automation May 7, 2024
51cf772
feat(servicemanagement)!: update the API
yoshi-automation May 7, 2024
f98a42c
feat(spanner): update the API
yoshi-automation May 7, 2024
2ecf311
fix(sqladmin): update the API
yoshi-automation May 7, 2024
969d68c
feat(storagetransfer): update the API
yoshi-automation May 7, 2024
631c62c
feat(sts)!: update the API
yoshi-automation May 7, 2024
b30cf99
feat(youtube): update the API
yoshi-automation May 7, 2024
9075289
feat: regenerate index files
yoshi-automation May 7, 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: 3 additions & 1 deletion discovery/accessapproval-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@
}
}
},
"revision": "20240424",
"revision": "20240503",
"rootUrl": "https://accessapproval.googleapis.com/",
"schemas": {
"AccessApprovalServiceAccount": {
Expand Down Expand Up @@ -1257,6 +1257,7 @@
"EC_SIGN_P256_SHA256",
"EC_SIGN_P384_SHA384",
"EC_SIGN_SECP256K1_SHA256",
"EC_SIGN_ED25519",
"HMAC_SHA256",
"HMAC_SHA1",
"HMAC_SHA384",
Expand Down Expand Up @@ -1294,6 +1295,7 @@
"ECDSA on the NIST P-256 curve with a SHA256 digest. Other hash functions can also be used: https://cloud.google.com/kms/docs/create-validate-signatures#ecdsa_support_for_other_hash_algorithms",
"ECDSA on the NIST P-384 curve with a SHA384 digest. Other hash functions can also be used: https://cloud.google.com/kms/docs/create-validate-signatures#ecdsa_support_for_other_hash_algorithms",
"ECDSA on the non-NIST secp256k1 curve. This curve is only supported for HSM protection level. Other hash functions can also be used: https://cloud.google.com/kms/docs/create-validate-signatures#ecdsa_support_for_other_hash_algorithms",
"EdDSA on the Curve25519 in pure mode (taking data as input).",
"HMAC-SHA256 signing with a 256 bit key.",
"HMAC-SHA1 signing with a 160 bit key.",
"HMAC-SHA384 signing with a 384 bit key.",
Expand Down
24 changes: 23 additions & 1 deletion discovery/accesscontextmanager-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@
}
}
},
"revision": "20240424",
"revision": "20240429",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down Expand Up @@ -1374,6 +1374,21 @@
},
"type": "object"
},
"Application": {
"description": "An application that accesses Google Cloud APIs.",
"id": "Application",
"properties": {
"clientId": {
"description": "The OAuth client ID of the application.",
"type": "string"
},
"name": {
"description": "The name of the application. Example: \"Cloud Console\"",
"type": "string"
}
},
"type": "object"
},
"AuditConfig": {
"description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
"id": "AuditConfig",
Expand Down Expand Up @@ -1843,6 +1858,13 @@
"name": {
"description": "Immutable. Assigned by the server during creation. The last segment has an arbitrary length and has only URI unreserved characters (as defined by [RFC 3986 Section 2.3](https://tools.ietf.org/html/rfc3986#section-2.3)). Should not be specified by the client during creation. Example: \"organizations/256/gcpUserAccessBindings/b3-BhcX_Ud5N\"",
"type": "string"
},
"restrictedClientApplications": {
"description": "Optional. A list of applications that are subject to this binding's restrictions. If the list is empty, the binding restrictions will universally apply to all applications.",
"items": {
"$ref": "Application"
},
"type": "array"
}
},
"type": "object"
Expand Down
Loading
Loading