Skip to content

Commit d55ad92

Browse files
feat: Automated regeneration of cloudsupport v2 client (googleapis#21126)
Auto-created at 2024-12-22 10:22:10 +0000 using the toys pull request generator.
1 parent da396b1 commit d55ad92

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

generated/google-apis-cloudsupport_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-cloudsupport_v2
22

3+
### v0.14.0 (2024-12-22)
4+
5+
* Regenerated from discovery document revision 20241218
6+
37
### v0.13.0 (2024-12-15)
48

59
* Regenerated from discovery document revision 20241212

generated/google-apis-cloudsupport_v2/lib/google/apis/cloudsupport_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module CloudsupportV2
1818
# Version of the google-apis-cloudsupport_v2 gem
19-
GEM_VERSION = "0.13.0"
19+
GEM_VERSION = "0.14.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241212"
25+
REVISION = "20241218"
2626
end
2727
end
2828
end

generated/google-apis-cloudsupport_v2/lib/google/apis/cloudsupport_v2/service.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,10 +474,7 @@ def search_cases(parent, page_size: nil, page_token: nil, query: nil, fields: ni
474474
# Required. The name of the case for which attachments should be listed.
475475
# @param [Fixnum] page_size
476476
# The maximum number of attachments fetched with each request. If not provided,
477-
# the default is 10. The maximum page size that will be returned is 100. The
478-
# size of each page can be smaller than the requested page size and can include
479-
# zero. For example, you could request 100 attachments on one page, receive 0,
480-
# and then on the next page, receive 90.
477+
# the default is 10. The maximum page size that will be returned is 100.
481478
# @param [String] page_token
482479
# A token identifying the page of results to return. If unspecified, the first
483480
# page is retrieved.

0 commit comments

Comments
 (0)