Skip to content

Commit

Permalink
feat: Automated regeneration of cloudsearch v1 client (#20460)
Browse files Browse the repository at this point in the history
Auto-created at 2024-10-27 09:37:28 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Oct 27, 2024
1 parent 964d1be commit 28076e6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-cloudsearch_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-cloudsearch_v1

### v0.62.0 (2024-10-27)

* Regenerated from discovery document revision 20241016
* Regenerated using generator version 0.15.1

### v0.61.0 (2024-06-16)

* Regenerated from discovery document revision 20240529
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ class DebugResponse
# @return [String]
attr_accessor :gsr_response

# The search API response.
# The search API response. NEXT ID: 17
# Corresponds to the JSON property `searchResponse`
# @return [Google::Apis::CloudsearchV1::SearchResponse]
attr_accessor :search_response
Expand Down Expand Up @@ -7116,7 +7116,7 @@ def update!(**args)
end
end

# The search API request.
# The search API request. NEXT ID: 17
class SearchRequest
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -7188,7 +7188,7 @@ def update!(**args)
end
end

# The search API response.
# The search API response. NEXT ID: 17
class SearchResponse
include Google::Apis::Core::Hashable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudsearchV1
# Version of the google-apis-cloudsearch_v1 gem
GEM_VERSION = "0.61.0"
GEM_VERSION = "0.62.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20240529"
REVISION = "20241016"
end
end
end

0 comments on commit 28076e6

Please sign in to comment.