google-apis-retail_v2beta 0.87.0 → 0.88.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: 0503236c19e2b79417ec5966b0aca5c9adbb233b617c0933ea18d4387281176e
4
- data.tar.gz: 2e7ba2e6e2378a1b312f71a50f70dc2536a3a6ff963ae45be60bc5fcf6e8b622
3
+ metadata.gz: e374b89042fce1fbccde2391a4863872c8cecebd45f58f550bc11e4ea1e964b0
4
+ data.tar.gz: 14ddbd48e98aeae1f5d89a89da5b6127e7640f8ac667346f8666901848fafd54
5
5
  SHA512:
6
- metadata.gz: e137c6f1e4351aa5e42069e20081ce6772007104ec8ed5704cfd367e5f03366bf078db5fd67097a16c2aba5059e3ca5d8c6c0c448c77d376f06dfc81eedbe0b9
7
- data.tar.gz: d87e30f6907bb7e2557cb1ca87d1d9d302f38149cc6c09e4eafe211cf4b1b268edc6618cf4c93fe3e60e93494939c6c39b6e3e1f8f28e7bfd37737558a6fc622
6
+ metadata.gz: 19088697531d1ef966139b251bc261891129e131da89354242404010435d39787ccab095cfc68c1c681731373660fcfeead1bbc4ac96a5af678a98a1cb777071
7
+ data.tar.gz: 9d3c20288cdd815bdbf6c6734f81add847984214e3c8f1e9f9f33e54b4372b77ea46d82c199e611e17039f64bb3f635bb35bec699ba33323d370060d297dd8fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.88.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231130
6
+
3
7
  ### v0.87.0 (2023-11-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20231109
@@ -1173,6 +1173,40 @@ module Google
1173
1173
  end
1174
1174
  end
1175
1175
 
1176
+ # Response of the ExportAnalyticsMetricsRequest. If the long running operation
1177
+ # was successful, then this message is returned by the google.longrunning.
1178
+ # Operations.response field if the operation was successful.
1179
+ class GoogleCloudRetailV2alphaExportAnalyticsMetricsResponse
1180
+ include Google::Apis::Core::Hashable
1181
+
1182
+ # A sample of errors encountered while processing the request.
1183
+ # Corresponds to the JSON property `errorSamples`
1184
+ # @return [Array<Google::Apis::RetailV2beta::GoogleRpcStatus>]
1185
+ attr_accessor :error_samples
1186
+
1187
+ # Configuration of destination for Export related errors.
1188
+ # Corresponds to the JSON property `errorsConfig`
1189
+ # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaExportErrorsConfig]
1190
+ attr_accessor :errors_config
1191
+
1192
+ # Output result that stores the information about where the exported data is
1193
+ # stored.
1194
+ # Corresponds to the JSON property `outputResult`
1195
+ # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaOutputResult]
1196
+ attr_accessor :output_result
1197
+
1198
+ def initialize(**args)
1199
+ update!(**args)
1200
+ end
1201
+
1202
+ # Update properties of this object
1203
+ def update!(**args)
1204
+ @error_samples = args[:error_samples] if args.key?(:error_samples)
1205
+ @errors_config = args[:errors_config] if args.key?(:errors_config)
1206
+ @output_result = args[:output_result] if args.key?(:output_result)
1207
+ end
1208
+ end
1209
+
1176
1210
  # Configuration of destination for Export related errors.
1177
1211
  class GoogleCloudRetailV2alphaExportErrorsConfig
1178
1212
  include Google::Apis::Core::Hashable
@@ -5144,13 +5178,13 @@ module Google
5144
5178
  # Fitness" -> "Athletic Clothing" -> "Shoes"], it could be represented as: "
5145
5179
  # categories": [ "Shoes & Accessories > Shoes", "Sports & Fitness > Athletic
5146
5180
  # Clothing > Shoes" ] Must be set for Type.PRIMARY Product otherwise an
5147
- # INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product.
5148
- # Empty values are not allowed. Each value must be a UTF-8 encoded string with
5149
- # a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is
5150
- # returned. Corresponding properties: Google Merchant Center property
5151
- # google_product_category. Schema.org property [Product.category] (https://
5152
- # schema.org/category). [mc_google_product_category]: https://support.google.com/
5153
- # merchants/answer/6324436
5181
+ # INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product
5182
+ # unless overridden via pantheon UI. Empty values are not allowed. Each value
5183
+ # must be a UTF-8 encoded string with a length limit of 5,000 characters.
5184
+ # Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties:
5185
+ # Google Merchant Center property google_product_category. Schema.org property [
5186
+ # Product.category] (https://schema.org/category). [mc_google_product_category]:
5187
+ # https://support.google.com/merchants/answer/6324436
5154
5188
  # Corresponds to the JSON property `categories`
5155
5189
  # @return [Array<String>]
5156
5190
  attr_accessor :categories
@@ -5189,16 +5223,16 @@ module Google
5189
5223
  # @return [String]
5190
5224
  attr_accessor :description
5191
5225
 
5192
- # The timestamp when this product becomes unavailable for SearchService.Search.
5193
- # Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and
5194
- # ignored for Type.VARIANT. In general, we suggest the users to delete the stale
5195
- # products explicitly, instead of using this field to determine staleness. If it
5196
- # is set, the Product is not available for SearchService.Search after
5197
- # expire_time. However, the product can still be retrieved by ProductService.
5198
- # GetProduct and ProductService.ListProducts. expire_time must be later than
5199
- # available_time and publish_time, otherwise an INVALID_ARGUMENT error is thrown.
5200
- # Corresponding properties: Google Merchant Center property [expiration_date](
5201
- # https://support.google.com/merchants/answer/6324499).
5226
+ # Note that this field is applied in the following ways: * If the Product is
5227
+ # already expired when it is uploaded, this product is not indexed for search. *
5228
+ # If the Product is not expired when it is uploaded, only the Type.PRIMARY's and
5229
+ # Type.COLLECTION's expireTime is respected, and Type.VARIANT's expireTime is
5230
+ # not used. In general, we suggest the users to delete the stale products
5231
+ # explicitly, instead of using this field to determine staleness. expire_time
5232
+ # must be later than available_time and publish_time, otherwise an
5233
+ # INVALID_ARGUMENT error is thrown. Corresponding properties: Google Merchant
5234
+ # Center property [expiration_date](https://support.google.com/merchants/answer/
5235
+ # 6324499).
5202
5236
  # Corresponds to the JSON property `expireTime`
5203
5237
  # @return [String]
5204
5238
  attr_accessor :expire_time
@@ -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.87.0"
19
+ GEM_VERSION = "0.88.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 = "20231109"
25
+ REVISION = "20231130"
26
26
  end
27
27
  end
28
28
  end
@@ -292,6 +292,12 @@ module Google
292
292
  include Google::Apis::Core::JsonObjectSupport
293
293
  end
294
294
 
295
+ class GoogleCloudRetailV2alphaExportAnalyticsMetricsResponse
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
295
301
  class GoogleCloudRetailV2alphaExportErrorsConfig
296
302
  class Representation < Google::Apis::Core::JsonRepresentation; end
297
303
 
@@ -1739,6 +1745,18 @@ module Google
1739
1745
  end
1740
1746
  end
1741
1747
 
1748
+ class GoogleCloudRetailV2alphaExportAnalyticsMetricsResponse
1749
+ # @private
1750
+ class Representation < Google::Apis::Core::JsonRepresentation
1751
+ collection :error_samples, as: 'errorSamples', class: Google::Apis::RetailV2beta::GoogleRpcStatus, decorator: Google::Apis::RetailV2beta::GoogleRpcStatus::Representation
1752
+
1753
+ property :errors_config, as: 'errorsConfig', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaExportErrorsConfig, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaExportErrorsConfig::Representation
1754
+
1755
+ property :output_result, as: 'outputResult', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaOutputResult, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaOutputResult::Representation
1756
+
1757
+ end
1758
+ end
1759
+
1742
1760
  class GoogleCloudRetailV2alphaExportErrorsConfig
1743
1761
  # @private
1744
1762
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.87.0
4
+ version: 0.88.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-11-19 00:00:00.000000000 Z
11
+ date: 2023-12-10 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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.87.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.88.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []