google-apis-discoveryengine_v1beta 0.69.0 → 0.70.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: 91904a463a895559bfa3b7c0e72df667ba162d78e2b083bc6fb98b2cffc0b43b
4
- data.tar.gz: 525cd55e903f1a3353fcb0281117631673b19e8865766a241782117088affa5d
3
+ metadata.gz: 88db35960f3e4ab94f3cd8adc32de8284404cdd135bbd3774bae9c25f9d4e31d
4
+ data.tar.gz: f0eed7859d824bfa8eb74cc450bd19d6658c45a49231620dc7988b7c9d74b093
5
5
  SHA512:
6
- metadata.gz: 7195d5cf9bbe977abab90089c5f47a34d6420c6a92583558eb203755cc17e2daf9ff4f141b7976f6ddd3f2d23ae097b6a3ad726c63b93607c1656e8ff9504418
7
- data.tar.gz: 32cb2bd3bf4e9d9408d987593136f2fb2472cf4959008d8a760d6d52361b7a22534e1ac370ac38d67fcadf38669e3683c08c0b5f3eca96075ca4d9c0f34436d0
6
+ metadata.gz: 5da3e18794f42715c5044eeaf40b6b0d0c256a6f70032e85b8b68dfe4f778d9ecc7c996d297c35c014f4028167358912cb71c0a3b68cd6989edd85bef05e8dcb
7
+ data.tar.gz: 1de619fe48d5f3537f6238632b154e2244c0b4dd7d4ba51bc9b6b9464b956fa891d6200e929275df2875c209559eea2fa58869ac4531fc64887306914557fa1d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1beta
2
2
 
3
+ ### v0.70.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250617
6
+
3
7
  ### v0.69.0 (2025-06-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20250609
@@ -10487,7 +10487,10 @@ module Google
10487
10487
  # relevance and attractiveness of a search result from a user's perspective. A
10488
10488
  # higher pCTR suggests that the result is more likely to satisfy the user's
10489
10489
  # query and intent, making it a valuable signal for ranking. * `freshness_rank`:
10490
- # freshness adjustment as a rank * `base_rank`: the default rank of the result
10490
+ # freshness adjustment as a rank * `topicality_rank`: topicality adjustment as a
10491
+ # rank. Uses proprietary Google model to determine the keyword-based overlap
10492
+ # between the query and the document. * `base_rank`: the default rank of the
10493
+ # result
10491
10494
  # Corresponds to the JSON property `rankingExpression`
10492
10495
  # @return [String]
10493
10496
  attr_accessor :ranking_expression
@@ -11718,6 +11721,13 @@ module Google
11718
11721
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery]
11719
11722
  attr_accessor :query
11720
11723
 
11724
+ # Optional. Represents metadata related to the query config, for example LLM
11725
+ # model and version used, model parameters (temperature, grounding parameters,
11726
+ # etc.). The prefix "google." is reserved for Google-developed functionality.
11727
+ # Corresponds to the JSON property `queryConfig`
11728
+ # @return [Hash<String,String>]
11729
+ attr_accessor :query_config
11730
+
11721
11731
  def initialize(**args)
11722
11732
  update!(**args)
11723
11733
  end
@@ -11727,6 +11737,7 @@ module Google
11727
11737
  @answer = args[:answer] if args.key?(:answer)
11728
11738
  @detailed_answer = args[:detailed_answer] if args.key?(:detailed_answer)
11729
11739
  @query = args[:query] if args.key?(:query)
11740
+ @query_config = args[:query_config] if args.key?(:query_config)
11730
11741
  end
11731
11742
  end
11732
11743
 
@@ -22227,7 +22238,10 @@ module Google
22227
22238
  # relevance and attractiveness of a search result from a user's perspective. A
22228
22239
  # higher pCTR suggests that the result is more likely to satisfy the user's
22229
22240
  # query and intent, making it a valuable signal for ranking. * `freshness_rank`:
22230
- # freshness adjustment as a rank * `base_rank`: the default rank of the result
22241
+ # freshness adjustment as a rank * `topicality_rank`: topicality adjustment as a
22242
+ # rank. Uses proprietary Google model to determine the keyword-based overlap
22243
+ # between the query and the document. * `base_rank`: the default rank of the
22244
+ # result
22231
22245
  # Corresponds to the JSON property `rankingExpression`
22232
22246
  # @return [String]
22233
22247
  attr_accessor :ranking_expression
@@ -24676,6 +24690,13 @@ module Google
24676
24690
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery]
24677
24691
  attr_accessor :query
24678
24692
 
24693
+ # Optional. Represents metadata related to the query config, for example LLM
24694
+ # model and version used, model parameters (temperature, grounding parameters,
24695
+ # etc.). The prefix "google." is reserved for Google-developed functionality.
24696
+ # Corresponds to the JSON property `queryConfig`
24697
+ # @return [Hash<String,String>]
24698
+ attr_accessor :query_config
24699
+
24679
24700
  def initialize(**args)
24680
24701
  update!(**args)
24681
24702
  end
@@ -24685,6 +24706,7 @@ module Google
24685
24706
  @answer = args[:answer] if args.key?(:answer)
24686
24707
  @detailed_answer = args[:detailed_answer] if args.key?(:detailed_answer)
24687
24708
  @query = args[:query] if args.key?(:query)
24709
+ @query_config = args[:query_config] if args.key?(:query_config)
24688
24710
  end
24689
24711
  end
24690
24712
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DiscoveryengineV1beta
18
18
  # Version of the google-apis-discoveryengine_v1beta gem
19
- GEM_VERSION = "0.69.0"
19
+ GEM_VERSION = "0.70.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 = "20250609"
25
+ REVISION = "20250617"
26
26
  end
27
27
  end
28
28
  end
@@ -7284,6 +7284,7 @@ module Google
7284
7284
 
7285
7285
  property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery::Representation
7286
7286
 
7287
+ hash :query_config, as: 'queryConfig'
7287
7288
  end
7288
7289
  end
7289
7290
 
@@ -10876,6 +10877,7 @@ module Google
10876
10877
 
10877
10878
  property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery::Representation
10878
10879
 
10880
+ hash :query_config, as: 'queryConfig'
10879
10881
  end
10880
10882
  end
10881
10883
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-discoveryengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.69.0
4
+ version: 0.70.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-discoveryengine_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.69.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.70.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: