google-apis-retail_v2beta 0.110.0 → 0.112.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: 334466b15a73950d5d6c1e045fa03fb8ffd5015d5c405a49ff2126e2bc01961a
4
- data.tar.gz: 7232f85c161a179fefa7ae3608bdc21a6b058c2f307b4d6c739458fcf997b34a
3
+ metadata.gz: 55707b535095226559e5dbb6497cac7ffe5bf0d41c1aad220c05dfb320f1f1e4
4
+ data.tar.gz: c8dd03cf8aecb59961e51fd7ea8f6217c8ee5b3f420e6ef4f2fbbf59f366450a
5
5
  SHA512:
6
- metadata.gz: 26da158f7296bbaca631295dc5303062399924689dd0b58da5b442639178a9301a382994733f2089b8fd2498e73f36529c8cc31ca2121e64c7d492416ebf0b22
7
- data.tar.gz: c8efd2a28c08410c8988fc61317e5a20a823227ab58f20e22dca57203d5a00fd19ce133dfe82d43892342c0070bcfa21ddeee197fbc95e05491fc2f0fc27fc23
6
+ metadata.gz: f0aee94784ee92cea4c34df7febc065b3ad3882de7e92948068cdbf73725237bb78321016c66b785a3d2cb9fbe9bafec2c8567d462f32508713db14387718194
7
+ data.tar.gz: 73359ee3bf058f81fa272e6fb367771f80e70b6892bc09e0fabc059149218846eec46a287520c9864374b7218ba80a1b6b4d3e896e4585b975051a5d9acf484e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.112.0 (2025-05-21)
4
+
5
+ * Regenerated from discovery document revision 20250515
6
+
7
+ ### v0.111.0 (2025-05-18)
8
+
9
+ * Regenerated from discovery document revision 20250508
10
+
3
11
  ### v0.110.0 (2025-05-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20250501
@@ -1756,7 +1756,12 @@ module Google
1756
1756
  class GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter
1757
1757
  include Google::Apis::Core::Hashable
1758
1758
 
1759
- # Merchant Center primary feed ID.
1759
+ # AFM data source ID.
1760
+ # Corresponds to the JSON property `dataSourceId`
1761
+ # @return [Fixnum]
1762
+ attr_accessor :data_source_id
1763
+
1764
+ # Merchant Center primary feed ID. Deprecated: use data_source_id instead.
1760
1765
  # Corresponds to the JSON property `primaryFeedId`
1761
1766
  # @return [Fixnum]
1762
1767
  attr_accessor :primary_feed_id
@@ -1773,6 +1778,7 @@ module Google
1773
1778
 
1774
1779
  # Update properties of this object
1775
1780
  def update!(**args)
1781
+ @data_source_id = args[:data_source_id] if args.key?(:data_source_id)
1776
1782
  @primary_feed_id = args[:primary_feed_id] if args.key?(:primary_feed_id)
1777
1783
  @primary_feed_name = args[:primary_feed_name] if args.key?(:primary_feed_name)
1778
1784
  end
@@ -3928,6 +3934,25 @@ module Google
3928
3934
  end
3929
3935
  end
3930
3936
 
3937
+ # A message with a list of double values.
3938
+ class GoogleCloudRetailV2betaDoubleList
3939
+ include Google::Apis::Core::Hashable
3940
+
3941
+ # The list of double values.
3942
+ # Corresponds to the JSON property `values`
3943
+ # @return [Array<Float>]
3944
+ attr_accessor :values
3945
+
3946
+ def initialize(**args)
3947
+ update!(**args)
3948
+ end
3949
+
3950
+ # Update properties of this object
3951
+ def update!(**args)
3952
+ @values = args[:values] if args.key?(:values)
3953
+ end
3954
+ end
3955
+
3931
3956
  # Metadata for active A/B testing experiment.
3932
3957
  class GoogleCloudRetailV2betaExperimentInfo
3933
3958
  include Google::Apis::Core::Hashable
@@ -5035,7 +5060,12 @@ module Google
5035
5060
  class GoogleCloudRetailV2betaMerchantCenterFeedFilter
5036
5061
  include Google::Apis::Core::Hashable
5037
5062
 
5038
- # Merchant Center primary feed ID.
5063
+ # AFM data source ID.
5064
+ # Corresponds to the JSON property `dataSourceId`
5065
+ # @return [Fixnum]
5066
+ attr_accessor :data_source_id
5067
+
5068
+ # Merchant Center primary feed ID. Deprecated: use data_source_id instead.
5039
5069
  # Corresponds to the JSON property `primaryFeedId`
5040
5070
  # @return [Fixnum]
5041
5071
  attr_accessor :primary_feed_id
@@ -5052,6 +5082,7 @@ module Google
5052
5082
 
5053
5083
  # Update properties of this object
5054
5084
  def update!(**args)
5085
+ @data_source_id = args[:data_source_id] if args.key?(:data_source_id)
5055
5086
  @primary_feed_id = args[:primary_feed_id] if args.key?(:primary_feed_id)
5056
5087
  @primary_feed_name = args[:primary_feed_name] if args.key?(:primary_feed_name)
5057
5088
  end
@@ -8521,6 +8552,11 @@ module Google
8521
8552
  # @return [Hash<String,String>]
8522
8553
  attr_accessor :matching_variant_fields
8523
8554
 
8555
+ # Google provided available scores.
8556
+ # Corresponds to the JSON property `modelScores`
8557
+ # @return [Hash<String,Google::Apis::RetailV2beta::GoogleCloudRetailV2betaDoubleList>]
8558
+ attr_accessor :model_scores
8559
+
8524
8560
  # Specifies previous events related to this product for this user based on
8525
8561
  # UserEvent with same SearchRequest.visitor_id or UserInfo.user_id. This is set
8526
8562
  # only when SearchRequest.PersonalizationSpec.mode is SearchRequest.
@@ -8562,6 +8598,7 @@ module Google
8562
8598
  @id = args[:id] if args.key?(:id)
8563
8599
  @matching_variant_count = args[:matching_variant_count] if args.key?(:matching_variant_count)
8564
8600
  @matching_variant_fields = args[:matching_variant_fields] if args.key?(:matching_variant_fields)
8601
+ @model_scores = args[:model_scores] if args.key?(:model_scores)
8565
8602
  @personal_labels = args[:personal_labels] if args.key?(:personal_labels)
8566
8603
  @product = args[:product] if args.key?(:product)
8567
8604
  @variant_rollup_values = args[:variant_rollup_values] if args.key?(:variant_rollup_values)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2beta
18
18
  # Version of the google-apis-retail_v2beta gem
19
- GEM_VERSION = "0.110.0"
19
+ GEM_VERSION = "0.112.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250501"
25
+ REVISION = "20250515"
26
26
  end
27
27
  end
28
28
  end
@@ -796,6 +796,12 @@ module Google
796
796
  include Google::Apis::Core::JsonObjectSupport
797
797
  end
798
798
 
799
+ class GoogleCloudRetailV2betaDoubleList
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
799
805
  class GoogleCloudRetailV2betaExperimentInfo
800
806
  class Representation < Google::Apis::Core::JsonRepresentation; end
801
807
 
@@ -2148,6 +2154,7 @@ module Google
2148
2154
  class GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter
2149
2155
  # @private
2150
2156
  class Representation < Google::Apis::Core::JsonRepresentation
2157
+ property :data_source_id, :numeric_string => true, as: 'dataSourceId'
2151
2158
  property :primary_feed_id, :numeric_string => true, as: 'primaryFeedId'
2152
2159
  property :primary_feed_name, as: 'primaryFeedName'
2153
2160
  end
@@ -2731,6 +2738,13 @@ module Google
2731
2738
  end
2732
2739
  end
2733
2740
 
2741
+ class GoogleCloudRetailV2betaDoubleList
2742
+ # @private
2743
+ class Representation < Google::Apis::Core::JsonRepresentation
2744
+ collection :values, as: 'values'
2745
+ end
2746
+ end
2747
+
2734
2748
  class GoogleCloudRetailV2betaExperimentInfo
2735
2749
  # @private
2736
2750
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3049,6 +3063,7 @@ module Google
3049
3063
  class GoogleCloudRetailV2betaMerchantCenterFeedFilter
3050
3064
  # @private
3051
3065
  class Representation < Google::Apis::Core::JsonRepresentation
3066
+ property :data_source_id, :numeric_string => true, as: 'dataSourceId'
3052
3067
  property :primary_feed_id, :numeric_string => true, as: 'primaryFeedId'
3053
3068
  property :primary_feed_name, as: 'primaryFeedName'
3054
3069
  end
@@ -3876,6 +3891,8 @@ module Google
3876
3891
  property :id, as: 'id'
3877
3892
  property :matching_variant_count, as: 'matchingVariantCount'
3878
3893
  hash :matching_variant_fields, as: 'matchingVariantFields'
3894
+ hash :model_scores, as: 'modelScores', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaDoubleList, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaDoubleList::Representation
3895
+
3879
3896
  collection :personal_labels, as: 'personalLabels'
3880
3897
  property :product, as: 'product', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaProduct, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaProduct::Representation
3881
3898
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.110.0
4
+ version: 0.112.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-retail_v2beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.110.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.112.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Vertex AI Search for commerce API V2beta
79
79
  test_files: []