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: 9e23179da147cd0d4125523d3a3caa87f55ac3cd9152bdb5b58e3f9865f35d11
4
- data.tar.gz: 30f2bf79a08b08ee359cdb23abb55b902b7b91eaa06620f8c3ae0df8edf323a2
3
+ metadata.gz: 60b2f3a565bbdf8e05ec1ea1f421f1451d68e41ec05026919b1749d62ea3d566
4
+ data.tar.gz: e5a7ca3ac83274facd945fcde91624645246a6be5f66a4308cfed516dade6bd4
5
5
  SHA512:
6
- metadata.gz: 4874de12e02988292d2b4b044010bbad4c325a24739a45502e0eb508471cd411a2d71a09090e9b924bd4cdd4939cbaafd3c13393836d325770eb01826f1f3ffa
7
- data.tar.gz: 11c392e24c41b27a096db2b0f23217d72ce632730d0cf0c6792bb7193d71c94d7cb6ac0b290107e6153f113919e2baa9871c25e4cba4e17c065a08adfc9cb3fb
6
+ metadata.gz: 21da5585541ca40dd0948f5570e8ce959f6fde4b34978d35b3ae0cec806f2803665e186cb9d6819af102927050af79672b1e2700b36c1d52489294bbecd34d9b
7
+ data.tar.gz: f807e6f8f24fc35a6fd8f5d229d6fe1d18c9a73cef6334470c693be6ca04d7f676f2975852638222de6e1bbfda6a6e0199649db24bcf6be0541d75fa87d6d1dc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.67.0 (2026-03-22)
4
+
5
+ * Regenerated from discovery document revision 20260318
6
+
3
7
  ### v0.66.0 (2026-01-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20260114
@@ -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: 24
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.66.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 = "20260114"
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.66.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.66.0
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: