google-apis-retail_v2 0.72.0 → 0.74.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: 3fac54b601260de04a0e8f0fe843a0b2df4a3da56efdb51de82adb02648a4b70
4
- data.tar.gz: 8aee7a3a819b2fcf70b9764f4b30c781d5ba41057ed1d56b90337c36272e9113
3
+ metadata.gz: 8ec376282e3339a485cc1b7fdc24f8b54588ce282cd30936611dfe625977a954
4
+ data.tar.gz: b1c63622dd434a72a4301007a43898a06bbe86c902cae250fc92cf0a30078ce6
5
5
  SHA512:
6
- metadata.gz: e3a1aba990fb905a095db243e8ca29fefecce642be0629bf7a1302c319c8f354f5a1cb51cf38e308f2e9e1f370dbf02b4f86b935bfa5ec9d8a0bdceb76617236
7
- data.tar.gz: 811e5cd657986dff4b2fd6c6d512bce9bf5ab2c21aa30401968b3214a6d589bbfaecefcdf65d6b493daa442a1d7075f7f1740da9ab17df95818a8662f2239c6c
6
+ metadata.gz: ae76bbceec1127b990fcb9e8fede5b8349673ea2440944ff66f40b67a51c37fdbee127c5d6830860a7a7469b1a3003f085a5e2996ff16ae75cba5f99da86e30a
7
+ data.tar.gz: 85ee93ac7760d7aa3a519531672873eb51c218ee5caabdb7aeff3214e68063ed3dabae6b89ad3ede3c64ae16832a4e1c2d669f5dc234e20bba40bf72804edd1f
data/CHANGELOG.md CHANGED
@@ -1,8 +1,16 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
- ### v0.72.0 (2023-05-07)
3
+ ### v0.74.0 (2023-05-28)
4
4
 
5
- * Regenerated from discovery document revision 20230427
5
+ * Regenerated from discovery document revision 20230518
6
+
7
+ ### v0.73.0 (2023-05-21)
8
+
9
+ * Regenerated from discovery document revision 20230516
10
+
11
+ ### v0.72.0 (2023-05-14)
12
+
13
+ * Regenerated from discovery document revision 20230504
6
14
 
7
15
  ### v0.71.0 (2023-04-30)
8
16
 
@@ -706,8 +706,9 @@ module Google
706
706
 
707
707
  # When AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
708
708
  # if INDEXABLE_ENABLED attribute values are indexed so that it can be filtered,
709
- # faceted, or boosted in SearchService.Search. Must be specified, otherwise
710
- # throws INVALID_FORMAT error.
709
+ # faceted, or boosted in SearchService.Search. Must be specified when
710
+ # AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
711
+ # otherwise throws INVALID_FORMAT error.
711
712
  # Corresponds to the JSON property `indexableOption`
712
713
  # @return [String]
713
714
  attr_accessor :indexable_option
@@ -734,7 +735,8 @@ module Google
734
735
  # SearchService.Search. If SEARCHABLE_ENABLED but attribute type is numerical,
735
736
  # attribute values will not be searchable by text queries in SearchService.
736
737
  # Search, as there are no text values associated to numerical attributes. Must
737
- # be specified, otherwise throws INVALID_FORMAT error.
738
+ # be specified, when AttributesConfig.attribute_config_level is
739
+ # CATALOG_LEVEL_ATTRIBUTE_CONFIG, otherwise throws INVALID_FORMAT error.
738
740
  # Corresponds to the JSON property `searchableOption`
739
741
  # @return [String]
740
742
  attr_accessor :searchable_option
@@ -2106,13 +2108,13 @@ module Google
2106
2108
  end
2107
2109
  end
2108
2110
 
2109
- # More configs of the frequently-bought-together model type.
2111
+ # Additional configs for the frequently-bought-together model type.
2110
2112
  class GoogleCloudRetailV2ModelFrequentlyBoughtTogetherFeaturesConfig
2111
2113
  include Google::Apis::Core::Hashable
2112
2114
 
2113
- # Optional. Specifies the context of the model when used in predict requests.
2114
- # Only settable for the `frequently-bought-together` type. Will default to
2115
- # MULTI_CONTEXT if not specified.
2115
+ # Optional. Specifies the context of the model when it is used in predict
2116
+ # requests. Can only be set for the `frequently-bought-together` type. If it isn'
2117
+ # t specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.
2116
2118
  # Corresponds to the JSON property `contextProductsType`
2117
2119
  # @return [String]
2118
2120
  attr_accessor :context_products_type
@@ -2131,7 +2133,7 @@ module Google
2131
2133
  class GoogleCloudRetailV2ModelModelFeaturesConfig
2132
2134
  include Google::Apis::Core::Hashable
2133
2135
 
2134
- # More configs of the frequently-bought-together model type.
2136
+ # Additional configs for the frequently-bought-together model type.
2135
2137
  # Corresponds to the JSON property `frequentlyBoughtTogetherConfig`
2136
2138
  # @return [Google::Apis::RetailV2::GoogleCloudRetailV2ModelFrequentlyBoughtTogetherFeaturesConfig]
2137
2139
  attr_accessor :frequently_bought_together_config
@@ -5816,6 +5818,12 @@ module Google
5816
5818
  # @return [String]
5817
5819
  attr_accessor :project_id
5818
5820
 
5821
+ # Optional. An optional arbitrary string that could be used as a tag for
5822
+ # tracking link source.
5823
+ # Corresponds to the JSON property `source`
5824
+ # @return [String]
5825
+ attr_accessor :source
5826
+
5819
5827
  # Output only. Represents the state of the link.
5820
5828
  # Corresponds to the JSON property `state`
5821
5829
  # @return [String]
@@ -5835,6 +5843,7 @@ module Google
5835
5843
  @merchant_center_account_id = args[:merchant_center_account_id] if args.key?(:merchant_center_account_id)
5836
5844
  @name = args[:name] if args.key?(:name)
5837
5845
  @project_id = args[:project_id] if args.key?(:project_id)
5846
+ @source = args[:source] if args.key?(:source)
5838
5847
  @state = args[:state] if args.key?(:state)
5839
5848
  end
5840
5849
  end
@@ -6019,13 +6028,13 @@ module Google
6019
6028
  end
6020
6029
  end
6021
6030
 
6022
- # More configs of the frequently-bought-together model type.
6031
+ # Additional configs for the frequently-bought-together model type.
6023
6032
  class GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfig
6024
6033
  include Google::Apis::Core::Hashable
6025
6034
 
6026
- # Optional. Specifies the context of the model when used in predict requests.
6027
- # Only settable for the `frequently-bought-together` type. Will default to
6028
- # MULTI_CONTEXT if not specified.
6035
+ # Optional. Specifies the context of the model when it is used in predict
6036
+ # requests. Can only be set for the `frequently-bought-together` type. If it isn'
6037
+ # t specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.
6029
6038
  # Corresponds to the JSON property `contextProductsType`
6030
6039
  # @return [String]
6031
6040
  attr_accessor :context_products_type
@@ -6044,7 +6053,7 @@ module Google
6044
6053
  class GoogleCloudRetailV2alphaModelModelFeaturesConfig
6045
6054
  include Google::Apis::Core::Hashable
6046
6055
 
6047
- # More configs of the frequently-bought-together model type.
6056
+ # Additional configs for the frequently-bought-together model type.
6048
6057
  # Corresponds to the JSON property `frequentlyBoughtTogetherConfig`
6049
6058
  # @return [Google::Apis::RetailV2::GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfig]
6050
6059
  attr_accessor :frequently_bought_together_config
@@ -7004,6 +7013,12 @@ module Google
7004
7013
  # @return [String]
7005
7014
  attr_accessor :project_id
7006
7015
 
7016
+ # Optional. An optional arbitrary string that could be used as a tag for
7017
+ # tracking link source.
7018
+ # Corresponds to the JSON property `source`
7019
+ # @return [String]
7020
+ attr_accessor :source
7021
+
7007
7022
  # Output only. Represents the state of the link.
7008
7023
  # Corresponds to the JSON property `state`
7009
7024
  # @return [String]
@@ -7023,6 +7038,7 @@ module Google
7023
7038
  @merchant_center_account_id = args[:merchant_center_account_id] if args.key?(:merchant_center_account_id)
7024
7039
  @name = args[:name] if args.key?(:name)
7025
7040
  @project_id = args[:project_id] if args.key?(:project_id)
7041
+ @source = args[:source] if args.key?(:source)
7026
7042
  @state = args[:state] if args.key?(:state)
7027
7043
  end
7028
7044
  end
@@ -7198,13 +7214,13 @@ module Google
7198
7214
  end
7199
7215
  end
7200
7216
 
7201
- # More configs of the frequently-bought-together model type.
7217
+ # Additional configs for the frequently-bought-together model type.
7202
7218
  class GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfig
7203
7219
  include Google::Apis::Core::Hashable
7204
7220
 
7205
- # Optional. Specifies the context of the model when used in predict requests.
7206
- # Only settable for the `frequently-bought-together` type. Will default to
7207
- # MULTI_CONTEXT if not specified.
7221
+ # Optional. Specifies the context of the model when it is used in predict
7222
+ # requests. Can only be set for the `frequently-bought-together` type. If it isn'
7223
+ # t specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.
7208
7224
  # Corresponds to the JSON property `contextProductsType`
7209
7225
  # @return [String]
7210
7226
  attr_accessor :context_products_type
@@ -7223,7 +7239,7 @@ module Google
7223
7239
  class GoogleCloudRetailV2betaModelModelFeaturesConfig
7224
7240
  include Google::Apis::Core::Hashable
7225
7241
 
7226
- # More configs of the frequently-bought-together model type.
7242
+ # Additional configs for the frequently-bought-together model type.
7227
7243
  # Corresponds to the JSON property `frequentlyBoughtTogetherConfig`
7228
7244
  # @return [Google::Apis::RetailV2::GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfig]
7229
7245
  attr_accessor :frequently_bought_together_config
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2
18
18
  # Version of the google-apis-retail_v2 gem
19
- GEM_VERSION = "0.72.0"
19
+ GEM_VERSION = "0.74.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230427"
25
+ REVISION = "20230518"
26
26
  end
27
27
  end
28
28
  end
@@ -2686,6 +2686,7 @@ module Google
2686
2686
  property :merchant_center_account_id, :numeric_string => true, as: 'merchantCenterAccountId'
2687
2687
  property :name, as: 'name'
2688
2688
  property :project_id, as: 'projectId'
2689
+ property :source, as: 'source'
2689
2690
  property :state, as: 'state'
2690
2691
  end
2691
2692
  end
@@ -3046,6 +3047,7 @@ module Google
3046
3047
  property :merchant_center_account_id, :numeric_string => true, as: 'merchantCenterAccountId'
3047
3048
  property :name, as: 'name'
3048
3049
  property :project_id, as: 'projectId'
3050
+ property :source, as: 'source'
3049
3051
  property :state, as: 'state'
3050
3052
  end
3051
3053
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.72.0
4
+ version: 0.74.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: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-05-28 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-retail_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.72.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.74.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
63
63
  post_install_message:
64
64
  rdoc_options: []