Skip to content

Commit 644f0e2

Browse files
feat: Automated regeneration of CloudSupport client (googleapis#12763)
Auto-created at 2025-01-03 13:17:49 +0000 using the toys pull request generator.
1 parent 21b865f commit 644f0e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 "20241218"
23+
@discovery_revision "20241231"
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 "20241218"
23+
@discovery_revision "20241231"
2424

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

0 commit comments

Comments
 (0)