Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-cloudsearch_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudsearch_v1

### v0.70.0 (2026-06-21)

* Regenerated from discovery document revision 20260610

### v0.69.0 (2026-06-14)

* Regenerated using generator version 0.19.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7065,7 +7065,7 @@ def update!(**args)
end
end

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

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

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

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

# Results containing indexed information for a document. Next ID: 16
# Results containing indexed information for a document. Next ID: 17
class SearchResult
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.69.0"
GEM_VERSION = "0.70.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260429"
REVISION = "20260610"
end
end
end
Loading