Skip to content

Commit

Permalink
feat: Automated regeneration of cloudsupport v2 client (#21126)
Browse files Browse the repository at this point in the history
Auto-created at 2024-12-22 10:22:10 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Dec 22, 2024
1 parent da396b1 commit d55ad92
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-cloudsupport_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudsupport_v2

### v0.14.0 (2024-12-22)

* Regenerated from discovery document revision 20241218

### v0.13.0 (2024-12-15)

* Regenerated from discovery document revision 20241212
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudsupportV2
# Version of the google-apis-cloudsupport_v2 gem
GEM_VERSION = "0.13.0"
GEM_VERSION = "0.14.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20241212"
REVISION = "20241218"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,7 @@ def search_cases(parent, page_size: nil, page_token: nil, query: nil, fields: ni
# Required. The name of the case for which attachments should be listed.
# @param [Fixnum] page_size
# 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.
# the default is 10. The maximum page size that will be returned is 100.
# @param [String] page_token
# A token identifying the page of results to return. If unspecified, the first
# page is retrieved.
Expand Down

0 comments on commit d55ad92

Please sign in to comment.