google-apis-cloudsearch_v1 0.61.0 → 0.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/cloudsearch_v1/classes.rb +3 -3
- data/lib/google/apis/cloudsearch_v1/gem_version.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aee0654e2e3ceaaee65d1a4abed170da2f20efc95f22877e42f2dc4c6eb8c94e
|
|
4
|
+
data.tar.gz: 026ee54d972fa11284c27973d2345bd65f3109ed73b276fb858b51c811a72211
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc483857bb54dd03bb84a9349fe42dee966129bb0b1bc40ca95472bd27ca38b70656fda093f7c6e5834fd9a1e3234d1e41956a6160c7c5abd484719fb8c1fa8a
|
|
7
|
+
data.tar.gz: 27d99427968f8ae80ddd565b096719839dfb9e78b737eea5e95e57c91b28134a77bda1e9fe79a95ba2c8672dba7a38992a20241080d125199bc55e99b06df6a7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-cloudsearch_v1
|
|
2
2
|
|
|
3
|
+
### v0.62.0 (2024-10-27)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20241016
|
|
6
|
+
* Regenerated using generator version 0.15.1
|
|
7
|
+
|
|
3
8
|
### v0.61.0 (2024-06-16)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240529
|
|
@@ -871,7 +871,7 @@ module Google
|
|
|
871
871
|
# @return [String]
|
|
872
872
|
attr_accessor :gsr_response
|
|
873
873
|
|
|
874
|
-
# The search API response.
|
|
874
|
+
# The search API response. NEXT ID: 17
|
|
875
875
|
# Corresponds to the JSON property `searchResponse`
|
|
876
876
|
# @return [Google::Apis::CloudsearchV1::SearchResponse]
|
|
877
877
|
attr_accessor :search_response
|
|
@@ -7116,7 +7116,7 @@ module Google
|
|
|
7116
7116
|
end
|
|
7117
7117
|
end
|
|
7118
7118
|
|
|
7119
|
-
# The search API request.
|
|
7119
|
+
# The search API request. NEXT ID: 17
|
|
7120
7120
|
class SearchRequest
|
|
7121
7121
|
include Google::Apis::Core::Hashable
|
|
7122
7122
|
|
|
@@ -7188,7 +7188,7 @@ module Google
|
|
|
7188
7188
|
end
|
|
7189
7189
|
end
|
|
7190
7190
|
|
|
7191
|
-
# The search API response.
|
|
7191
|
+
# The search API response. NEXT ID: 17
|
|
7192
7192
|
class SearchResponse
|
|
7193
7193
|
include Google::Apis::Core::Hashable
|
|
7194
7194
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudsearchV1
|
|
18
18
|
# Version of the google-apis-cloudsearch_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.62.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.15.
|
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241016"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudsearch_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.62.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-10-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsearch_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.62.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsearch_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.5.
|
|
78
|
+
rubygems_version: 3.5.21
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Search API V1
|