Skip to content

Commit 28076e6

Browse files
feat: Automated regeneration of cloudsearch v1 client (googleapis#20460)
Auto-created at 2024-10-27 09:37:28 +0000 using the toys pull request generator.
1 parent 964d1be commit 28076e6

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

generated/google-apis-cloudsearch_v1/CHANGELOG.md

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

3+
### v0.62.0 (2024-10-27)
4+
5+
* Regenerated from discovery document revision 20241016
6+
* Regenerated using generator version 0.15.1
7+
38
### v0.61.0 (2024-06-16)
49

510
* Regenerated from discovery document revision 20240529

generated/google-apis-cloudsearch_v1/lib/google/apis/cloudsearch_v1/classes.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ class DebugResponse
871871
# @return [String]
872872
attr_accessor :gsr_response
873873

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

7119-
# The search API request.
7119+
# The search API request. NEXT ID: 17
71207120
class SearchRequest
71217121
include Google::Apis::Core::Hashable
71227122

@@ -7188,7 +7188,7 @@ def update!(**args)
71887188
end
71897189
end
71907190

7191-
# The search API response.
7191+
# The search API response. NEXT ID: 17
71927192
class SearchResponse
71937193
include Google::Apis::Core::Hashable
71947194

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module CloudsearchV1
1818
# Version of the google-apis-cloudsearch_v1 gem
19-
GEM_VERSION = "0.61.0"
19+
GEM_VERSION = "0.62.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.0"
22+
GENERATOR_VERSION = "0.15.1"
2323

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

0 commit comments

Comments
 (0)