Skip to content

Commit 88b6aa0

Browse files
feat: Automated regeneration of CloudKMS client (googleapis#12258)
Auto-created at 2024-10-03 13:13:55 +0000 using the toys pull request generator.
1 parent ab9add3 commit 88b6aa0

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/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ defmodule GoogleApi.CloudKMS.V1.Api.Projects do
14111411
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
14121412
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
14131413
* `:filter` (*type:* `String.t`) - Optional. Filter to apply when listing KeyHandles, e.g. `resource_type_selector="{SERVICE}.googleapis.com/{TYPE}"`.
1414-
* `:pageSize` (*type:* `integer()`) - Optional. Optional limit on the number of KeyHandles to include in the response. The service may return fewer than this value. Further KeyHandles can subsequently be obtained by including the ListKeyHandlesResponse.next_page_token in a subsequent request. If unspecified, at most KeyHandles 100 will be returned.
1414+
* `:pageSize` (*type:* `integer()`) - Optional. Optional limit on the number of KeyHandles to include in the response. The service may return fewer than this value. Further KeyHandles can subsequently be obtained by including the ListKeyHandlesResponse.next_page_token in a subsequent request. If unspecified, at most 100 KeyHandles will be returned.
14151415
* `:pageToken` (*type:* `String.t`) - Optional. Optional pagination token, returned earlier via ListKeyHandlesResponse.next_page_token.
14161416
* `opts` (*type:* `keyword()`) - Call options
14171417

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

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

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.0"
21+
@version "0.42.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)