Skip to content

Commit 0c976dc

Browse files
feat(all): auto-regenerate discovery clients (#2571)
1 parent 8c74bb8 commit 0c976dc

12 files changed

+11128
-282696
lines changed

accessapproval/v1/accessapproval-api.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20240424",
916+
"revision": "20240503",
917917
"rootUrl": "https://accessapproval.googleapis.com/",
918918
"schemas": {
919919
"AccessApprovalServiceAccount": {
@@ -1257,6 +1257,7 @@
12571257
"EC_SIGN_P256_SHA256",
12581258
"EC_SIGN_P384_SHA384",
12591259
"EC_SIGN_SECP256K1_SHA256",
1260+
"EC_SIGN_ED25519",
12601261
"HMAC_SHA256",
12611262
"HMAC_SHA1",
12621263
"HMAC_SHA384",
@@ -1294,6 +1295,7 @@
12941295
"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",
12951296
"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",
12961297
"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",
1298+
"EdDSA on the Curve25519 in pure mode (taking data as input).",
12971299
"HMAC-SHA256 signing with a 256 bit key.",
12981300
"HMAC-SHA1 signing with a 160 bit key.",
12991301
"HMAC-SHA384 signing with a 384 bit key.",

accessapproval/v1/accessapproval-gen.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)