Skip to content

Commit a6fb5d5

Browse files
authoredFeb 23, 2025··
feat(all): auto-regenerate discovery clients (#3034)
1 parent 9390c07 commit a6fb5d5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎cloudkms/v1/cloudkms-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,7 @@
21522152
}
21532153
}
21542154
},
2155-
"revision": "20250205",
2155+
"revision": "20250213",
21562156
"rootUrl": "https://cloudkms.googleapis.com/",
21572157
"schemas": {
21582158
"AsymmetricDecryptRequest": {
@@ -2476,7 +2476,7 @@
24762476
"id": "ChecksummedData",
24772477
"properties": {
24782478
"crc32cChecksum": {
2479-
"description": "Integrity verification field. A CRC32C checksum of the returned ChecksummedData.data. An integrity check of ChecksummedData.data can be performed by computing the CRC32C checksum of ChecksummedData.data and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type.",
2479+
"description": "Integrity verification field. A CRC32C checksum of the returned ChecksummedData.data. An integrity check of ChecksummedData.data can be performed by computing the CRC32C checksum of ChecksummedData.data and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed `2^32-1`, and can be safely downconverted to uint32 in languages that support this type.",
24802480
"format": "int64",
24812481
"type": "string"
24822482
},
@@ -4024,7 +4024,7 @@
40244024
"type": "string"
40254025
},
40264026
"pemCrc32c": {
4027-
"description": "Integrity verification field. A CRC32C checksum of the returned PublicKey.pem. An integrity check of PublicKey.pem can be performed by computing the CRC32C checksum of PublicKey.pem and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this type. NOTE: This field is in Beta.",
4027+
"description": "Integrity verification field. A CRC32C checksum of the returned PublicKey.pem. An integrity check of PublicKey.pem can be performed by computing the CRC32C checksum of PublicKey.pem and comparing your results to this field. Discard the response in case of non-matching checksum values, and perform a limited number of retries. A persistent mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of compatibility across different languages. However, it is a non-negative integer, which will never exceed `2^32-1`, and can be safely downconverted to uint32 in languages that support this type. NOTE: This field is in Beta.",
40284028
"format": "int64",
40294029
"type": "string"
40304030
},

‎cloudkms/v1/cloudkms-gen.go

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

0 commit comments

Comments
 (0)
Please sign in to comment.