Skip to content

Commit 27928ba

Browse files
feat: Automated regeneration of CloudSupport client (#12719)
Auto-created at 2024-12-13 13:22:58 +0000 using the toys pull request generator.
1 parent a0a947a commit 27928ba

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

clients/cloud_support/lib/google_api/cloud_support/v2/api/cases.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ defmodule GoogleApi.CloudSupport.V2.Api.Cases do
486486
* `: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.
487487
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
488488
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
489-
* `: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.
489+
* `: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.
490490
* `:pageToken` (*type:* `String.t`) - A token identifying the page of results to return. If unspecified, the first page is retrieved.
491491
* `opts` (*type:* `keyword()`) - Call options
492492

clients/cloud_support/lib/google_api/cloud_support/v2/metadata.ex

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

23-
@discovery_revision "20240403"
23+
@discovery_revision "20241212"
2424

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

clients/cloud_support/lib/google_api/cloud_support/v2beta/api/cases.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ defmodule GoogleApi.CloudSupport.V2beta.Api.Cases do
555555
* `: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.
556556
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
557557
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
558-
* `: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.
558+
* `: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.
559559
* `:pageToken` (*type:* `String.t`) - A token identifying the page of results to return. If unspecified, the first page is retrieved.
560560
* `opts` (*type:* `keyword()`) - Call options
561561

clients/cloud_support/lib/google_api/cloud_support/v2beta/metadata.ex

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

23-
@discovery_revision "20240429"
23+
@discovery_revision "20241212"
2424

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

clients/cloud_support/mix.exs

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

21-
@version "0.8.0"
21+
@version "0.8.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)