google-apis-cloudsearch_v1 0.66.0 → 0.67.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60b2f3a565bbdf8e05ec1ea1f421f1451d68e41ec05026919b1749d62ea3d566
|
|
4
|
+
data.tar.gz: e5a7ca3ac83274facd945fcde91624645246a6be5f66a4308cfed516dade6bd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21da5585541ca40dd0948f5570e8ce959f6fde4b34978d35b3ae0cec806f2803665e186cb9d6819af102927050af79672b1e2700b36c1d52489294bbecd34d9b
|
|
7
|
+
data.tar.gz: f807e6f8f24fc35a6fd8f5d229d6fe1d18c9a73cef6334470c693be6ca04d7f676f2975852638222de6e1bbfda6a6e0199649db24bcf6be0541d75fa87d6d1dc
|
data/CHANGELOG.md
CHANGED
|
@@ -6329,12 +6329,24 @@ module Google
|
|
|
6329
6329
|
class QuerySuggestion
|
|
6330
6330
|
include Google::Apis::Core::Hashable
|
|
6331
6331
|
|
|
6332
|
+
# Last query time of the suggestion for query history suggestions.
|
|
6333
|
+
# Corresponds to the JSON property `lastQueryTime`
|
|
6334
|
+
# @return [String]
|
|
6335
|
+
attr_accessor :last_query_time
|
|
6336
|
+
|
|
6337
|
+
# Source corpus of the suggestion.
|
|
6338
|
+
# Corresponds to the JSON property `sourceCorpus`
|
|
6339
|
+
# @return [String]
|
|
6340
|
+
attr_accessor :source_corpus
|
|
6341
|
+
|
|
6332
6342
|
def initialize(**args)
|
|
6333
6343
|
update!(**args)
|
|
6334
6344
|
end
|
|
6335
6345
|
|
|
6336
6346
|
# Update properties of this object
|
|
6337
6347
|
def update!(**args)
|
|
6348
|
+
@last_query_time = args[:last_query_time] if args.key?(:last_query_time)
|
|
6349
|
+
@source_corpus = args[:source_corpus] if args.key?(:source_corpus)
|
|
6338
6350
|
end
|
|
6339
6351
|
end
|
|
6340
6352
|
|
|
@@ -7047,7 +7059,7 @@ module Google
|
|
|
7047
7059
|
end
|
|
7048
7060
|
end
|
|
7049
7061
|
|
|
7050
|
-
# The search API request. NEXT ID:
|
|
7062
|
+
# The search API request. NEXT ID: 25
|
|
7051
7063
|
class SearchRequest
|
|
7052
7064
|
include Google::Apis::Core::Hashable
|
|
7053
7065
|
|
|
@@ -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.67.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260318"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3152,6 +3152,8 @@ module Google
|
|
|
3152
3152
|
class QuerySuggestion
|
|
3153
3153
|
# @private
|
|
3154
3154
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3155
|
+
property :last_query_time, as: 'lastQueryTime'
|
|
3156
|
+
property :source_corpus, as: 'sourceCorpus'
|
|
3155
3157
|
end
|
|
3156
3158
|
end
|
|
3157
3159
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.67.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsearch_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.67.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsearch_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|