Skip to content

Commit 5b3e43d

Browse files
feat: Automated regeneration of CloudKMS client (googleapis#13023)
Auto-created at 2025-02-22 13:15:29 +0000 using the toys pull request generator.
1 parent 14074a8 commit 5b3e43d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/cloud_kms/lib/google_api/cloud_kms/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.CloudKMS.V1 do
2020
API client metadata for GoogleApi.CloudKMS.V1.
2121
"""
2222

23-
@discovery_revision "20250205"
23+
@discovery_revision "20250213"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/cloud_kms/lib/google_api/cloud_kms/v1/model/checksummed_data.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.CloudKMS.V1.Model.ChecksummedData do
2121
2222
## Attributes
2323
24-
* `crc32cChecksum` (*type:* `String.t`, *default:* `nil`) - 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.
24+
* `crc32cChecksum` (*type:* `String.t`, *default:* `nil`) - 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.
2525
* `data` (*type:* `String.t`, *default:* `nil`) - Raw Data.
2626
"""
2727

clients/cloud_kms/lib/google_api/cloud_kms/v1/model/public_key.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule GoogleApi.CloudKMS.V1.Model.PublicKey do
2424
* `algorithm` (*type:* `String.t`, *default:* `nil`) - The Algorithm associated with this key.
2525
* `name` (*type:* `String.t`, *default:* `nil`) - The name of the CryptoKeyVersion public key. Provided here for verification. NOTE: This field is in Beta.
2626
* `pem` (*type:* `String.t`, *default:* `nil`) - The public key, encoded in PEM format. For more information, see the [RFC 7468](https://tools.ietf.org/html/rfc7468) sections for [General Considerations](https://tools.ietf.org/html/rfc7468#section-2) and [Textual Encoding of Subject Public Key Info] (https://tools.ietf.org/html/rfc7468#section-13).
27-
* `pemCrc32c` (*type:* `String.t`, *default:* `nil`) - 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.
27+
* `pemCrc32c` (*type:* `String.t`, *default:* `nil`) - 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.
2828
* `protectionLevel` (*type:* `String.t`, *default:* `nil`) - The ProtectionLevel of the CryptoKeyVersion public key.
2929
* `publicKey` (*type:* `GoogleApi.CloudKMS.V1.Model.ChecksummedData.t`, *default:* `nil`) - This field contains the public key (with integrity verification), formatted according to the public_key_format field.
3030
* `publicKeyFormat` (*type:* `String.t`, *default:* `nil`) - The PublicKey format specified by the customer through the public_key_format field.

0 commit comments

Comments
 (0)