google-apis-cloudsearch_v1 0.62.0 → 0.63.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aee0654e2e3ceaaee65d1a4abed170da2f20efc95f22877e42f2dc4c6eb8c94e
4
- data.tar.gz: 026ee54d972fa11284c27973d2345bd65f3109ed73b276fb858b51c811a72211
3
+ metadata.gz: 6ecee09eb5b8d840b39965ea7ca3209d0dace3e92f63922032ae5e132b31960e
4
+ data.tar.gz: d3a47e52bbe64ff56f24c7d28e3192d0a23a9408570915e28b2a0d2667dc810f
5
5
  SHA512:
6
- metadata.gz: fc483857bb54dd03bb84a9349fe42dee966129bb0b1bc40ca95472bd27ca38b70656fda093f7c6e5834fd9a1e3234d1e41956a6160c7c5abd484719fb8c1fa8a
7
- data.tar.gz: 27d99427968f8ae80ddd565b096719839dfb9e78b737eea5e95e57c91b28134a77bda1e9fe79a95ba2c8672dba7a38992a20241080d125199bc55e99b06df6a7
6
+ metadata.gz: 6c2fe31cee037cfe63e12fff50ec63ce1ecbd73c02b9dff49a86e220a9af16771138380b387f9c8a69bff726d978b96820bf863b0e0796940870bc13151493c4
7
+ data.tar.gz: 7cd30b30c8f56c6b64546750bba7d91680e96dce179e39b72b68c91aedb53957c412f3960e99661380860bfe83c8bcc34733e79f9fc728d2411280767aefb9d2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.63.0 (2024-11-24)
4
+
5
+ * Regenerated from discovery document revision 20241113
6
+
3
7
  ### v0.62.0 (2024-10-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20241016
@@ -6686,64 +6686,6 @@ module Google
6686
6686
  end
6687
6687
  end
6688
6688
 
6689
- # The rewritten queries returned by Apps Search Query Understanding service.
6690
- class RewrittenQueries
6691
- include Google::Apis::Core::Hashable
6692
-
6693
- #
6694
- # Corresponds to the JSON property `rewrittenQueries`
6695
- # @return [Array<Google::Apis::CloudsearchV1::RewrittenQuery>]
6696
- attr_accessor :rewritten_queries
6697
-
6698
- # The index of the selected query in `rewritten_queries` that is used by QAPI to
6699
- # call CSSR to get search results. If none of the queries were used (i.e. they
6700
- # all give empty search results), `selected_query_index` would default to -1.
6701
- # Corresponds to the JSON property `selectedQueryIndex`
6702
- # @return [Fixnum]
6703
- attr_accessor :selected_query_index
6704
-
6705
- def initialize(**args)
6706
- update!(**args)
6707
- end
6708
-
6709
- # Update properties of this object
6710
- def update!(**args)
6711
- @rewritten_queries = args[:rewritten_queries] if args.key?(:rewritten_queries)
6712
- @selected_query_index = args[:selected_query_index] if args.key?(:selected_query_index)
6713
- end
6714
- end
6715
-
6716
- #
6717
- class RewrittenQuery
6718
- include Google::Apis::Core::Hashable
6719
-
6720
- #
6721
- # Corresponds to the JSON property `rewrittenQuery`
6722
- # @return [String]
6723
- attr_accessor :rewritten_query
6724
-
6725
- #
6726
- # Corresponds to the JSON property `score`
6727
- # @return [Float]
6728
- attr_accessor :score
6729
-
6730
- #
6731
- # Corresponds to the JSON property `sortBy`
6732
- # @return [String]
6733
- attr_accessor :sort_by
6734
-
6735
- def initialize(**args)
6736
- update!(**args)
6737
- end
6738
-
6739
- # Update properties of this object
6740
- def update!(**args)
6741
- @rewritten_query = args[:rewritten_query] if args.key?(:rewritten_query)
6742
- @score = args[:score] if args.key?(:score)
6743
- @sort_by = args[:sort_by] if args.key?(:sort_by)
6744
- end
6745
- end
6746
-
6747
6689
  # IMPORTANT: It is unsafe to accept this message from an untrusted source, since
6748
6690
  # it's trivial for an attacker to forge serialized messages that don't fulfill
6749
6691
  # the type's safety contract -- for example, it could contain attacker
@@ -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.62.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241016"
25
+ REVISION = "20241113"
26
26
  end
27
27
  end
28
28
  end
@@ -1096,18 +1096,6 @@ module Google
1096
1096
  include Google::Apis::Core::JsonObjectSupport
1097
1097
  end
1098
1098
 
1099
- class RewrittenQueries
1100
- class Representation < Google::Apis::Core::JsonRepresentation; end
1101
-
1102
- include Google::Apis::Core::JsonObjectSupport
1103
- end
1104
-
1105
- class RewrittenQuery
1106
- class Representation < Google::Apis::Core::JsonRepresentation; end
1107
-
1108
- include Google::Apis::Core::JsonObjectSupport
1109
- end
1110
-
1111
1099
  class SafeHtmlProto
1112
1100
  class Representation < Google::Apis::Core::JsonRepresentation; end
1113
1101
 
@@ -3295,24 +3283,6 @@ module Google
3295
3283
  end
3296
3284
  end
3297
3285
 
3298
- class RewrittenQueries
3299
- # @private
3300
- class Representation < Google::Apis::Core::JsonRepresentation
3301
- collection :rewritten_queries, as: 'rewrittenQueries', class: Google::Apis::CloudsearchV1::RewrittenQuery, decorator: Google::Apis::CloudsearchV1::RewrittenQuery::Representation
3302
-
3303
- property :selected_query_index, as: 'selectedQueryIndex'
3304
- end
3305
- end
3306
-
3307
- class RewrittenQuery
3308
- # @private
3309
- class Representation < Google::Apis::Core::JsonRepresentation
3310
- property :rewritten_query, as: 'rewrittenQuery'
3311
- property :score, as: 'score'
3312
- property :sort_by, as: 'sortBy'
3313
- end
3314
- end
3315
-
3316
3286
  class SafeHtmlProto
3317
3287
  # @private
3318
3288
  class Representation < Google::Apis::Core::JsonRepresentation
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.62.0
4
+ version: 0.63.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-10-27 00:00:00.000000000 Z
11
+ date: 2024-12-04 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.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.63.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.21
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Search API V1