Skip to content

Commit bfea668

Browse files
feat: Automated regeneration of CloudKMS client (googleapis#12578)
Auto-created at 2024-11-21 13:13:15 +0000 using the toys pull request generator.
1 parent ba9b64b commit bfea668

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 "20240926"
23+
@discovery_revision "20241111"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule GoogleApi.CloudKMS.V1.Model.MacVerifyRequest do
2424
* `data` (*type:* `String.t`, *default:* `nil`) - Required. The data used previously as a MacSignRequest.data to generate the MAC tag.
2525
* `dataCrc32c` (*type:* `String.t`, *default:* `nil`) - Optional. An optional CRC32C checksum of the MacVerifyRequest.data. If specified, KeyManagementService will verify the integrity of the received MacVerifyRequest.data using this checksum. KeyManagementService will report an error if the checksum verification fails. If you receive a checksum error, your client should verify that CRC32C(MacVerifyRequest.data) is equal to MacVerifyRequest.data_crc32c, and if so, 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.
2626
* `mac` (*type:* `String.t`, *default:* `nil`) - Required. The signature to verify.
27-
* `macCrc32c` (*type:* `String.t`, *default:* `nil`) - Optional. An optional CRC32C checksum of the MacVerifyRequest.mac. If specified, KeyManagementService will verify the integrity of the received MacVerifyRequest.mac using this checksum. KeyManagementService will report an error if the checksum verification fails. If you receive a checksum error, your client should verify that CRC32C(MacVerifyRequest.tag) is equal to MacVerifyRequest.mac_crc32c, and if so, 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.
27+
* `macCrc32c` (*type:* `String.t`, *default:* `nil`) - Optional. An optional CRC32C checksum of the MacVerifyRequest.mac. If specified, KeyManagementService will verify the integrity of the received MacVerifyRequest.mac using this checksum. KeyManagementService will report an error if the checksum verification fails. If you receive a checksum error, your client should verify that CRC32C(MacVerifyRequest.mac) is equal to MacVerifyRequest.mac_crc32c, and if so, 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.
2828
"""
2929

3030
use GoogleApi.Gax.ModelBase

clients/cloud_kms/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.CloudKMS.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.42.1"
21+
@version "0.42.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)