From 27928ba26f16f7ca917327215f4b0a9339674e54 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 05:24:33 -0800 Subject: [PATCH] feat: Automated regeneration of CloudSupport client (#12719) Auto-created at 2024-12-13 13:22:58 +0000 using the toys pull request generator. --- .../cloud_support/lib/google_api/cloud_support/v2/api/cases.ex | 2 +- .../cloud_support/lib/google_api/cloud_support/v2/metadata.ex | 2 +- .../lib/google_api/cloud_support/v2beta/api/cases.ex | 2 +- .../lib/google_api/cloud_support/v2beta/metadata.ex | 2 +- clients/cloud_support/mix.exs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clients/cloud_support/lib/google_api/cloud_support/v2/api/cases.ex b/clients/cloud_support/lib/google_api/cloud_support/v2/api/cases.ex index 1d87dc8c5f..5f4f0023c1 100644 --- a/clients/cloud_support/lib/google_api/cloud_support/v2/api/cases.ex +++ b/clients/cloud_support/lib/google_api/cloud_support/v2/api/cases.ex @@ -486,7 +486,7 @@ defmodule GoogleApi.CloudSupport.V2.Api.Cases do * `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. * `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart"). * `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart"). - * `:pageSize` (*type:* `integer()`) - The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100. + * `:pageSize` (*type:* `integer()`) - The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100. The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90. * `:pageToken` (*type:* `String.t`) - A token identifying the page of results to return. If unspecified, the first page is retrieved. * `opts` (*type:* `keyword()`) - Call options diff --git a/clients/cloud_support/lib/google_api/cloud_support/v2/metadata.ex b/clients/cloud_support/lib/google_api/cloud_support/v2/metadata.ex index 6d6fe9a497..a4ac39da7a 100644 --- a/clients/cloud_support/lib/google_api/cloud_support/v2/metadata.ex +++ b/clients/cloud_support/lib/google_api/cloud_support/v2/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.CloudSupport.V2 do API client metadata for GoogleApi.CloudSupport.V2. """ - @discovery_revision "20240403" + @discovery_revision "20241212" def discovery_revision(), do: @discovery_revision end diff --git a/clients/cloud_support/lib/google_api/cloud_support/v2beta/api/cases.ex b/clients/cloud_support/lib/google_api/cloud_support/v2beta/api/cases.ex index 6e2530aaa7..6604f063d2 100644 --- a/clients/cloud_support/lib/google_api/cloud_support/v2beta/api/cases.ex +++ b/clients/cloud_support/lib/google_api/cloud_support/v2beta/api/cases.ex @@ -555,7 +555,7 @@ defmodule GoogleApi.CloudSupport.V2beta.Api.Cases do * `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. * `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart"). * `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart"). - * `:pageSize` (*type:* `integer()`) - The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100. + * `:pageSize` (*type:* `integer()`) - The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100. The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90. * `:pageToken` (*type:* `String.t`) - A token identifying the page of results to return. If unspecified, the first page is retrieved. * `opts` (*type:* `keyword()`) - Call options diff --git a/clients/cloud_support/lib/google_api/cloud_support/v2beta/metadata.ex b/clients/cloud_support/lib/google_api/cloud_support/v2beta/metadata.ex index 3258e2b30e..748b4bdf94 100644 --- a/clients/cloud_support/lib/google_api/cloud_support/v2beta/metadata.ex +++ b/clients/cloud_support/lib/google_api/cloud_support/v2beta/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.CloudSupport.V2beta do API client metadata for GoogleApi.CloudSupport.V2beta. """ - @discovery_revision "20240429" + @discovery_revision "20241212" def discovery_revision(), do: @discovery_revision end diff --git a/clients/cloud_support/mix.exs b/clients/cloud_support/mix.exs index 8ac311689f..9108edb438 100644 --- a/clients/cloud_support/mix.exs +++ b/clients/cloud_support/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.CloudSupport.Mixfile do use Mix.Project - @version "0.8.0" + @version "0.8.1" def project() do [