google-apis-retail_v2beta 0.24.0 → 0.25.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: 77532d3ad3229df049138ad832de3caac4f9b5eb93034a63208bc001cc232222
4
- data.tar.gz: bce93727c34fa942675e30bd1c9fc2c4a8500be45b899b169a4696a1f8f4d372
3
+ metadata.gz: a90f8a59934337fad7aa01a975daf86ef6da2a98932377fd88576e8294138392
4
+ data.tar.gz: 3efb04e2d06377438d37ef6ed7c2d20b76797e291796e8e769b6170ab8a0b2ce
5
5
  SHA512:
6
- metadata.gz: a40af22cc91e8f4b6f9ee0d54d7ec52736b220928fda1a29b0690f44b6fb1c4e7ddc2e02f29de4592eb4a5e0da08a0ae153d64b4b733d22c94bcad18e08d686f
7
- data.tar.gz: 0f826317761ad042e335e5103f8da9a35b9e49294435112a7ea4b07c2c2d9600ba2c39832a486f3af20aafa3d0c1c6d06bb6480e21b84a0264e2f0d078f45086
6
+ metadata.gz: 7e3e71bcda051072115eba20a0890a9d536c0accfaa085059088db2cc299a269c53b06c298ebf81e330f2e7e65902d0135c15214f188425e90dcb1132db3fa38
7
+ data.tar.gz: c02d5ed92338b4be7f318e4f067fe366afd0db0d43108118f95fca82fad9f8e8aa781d1367816c863a0fa46c21077b2b45f6f1a4c434b465ac86f5246e05016c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.25.0 (2022-01-13)
4
+
5
+ * Regenerated from discovery document revision 20220106
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.24.0 (2021-12-16)
4
9
 
5
10
  * Regenerated from discovery document revision 20211210
@@ -1090,35 +1090,6 @@ module Google
1090
1090
  end
1091
1091
  end
1092
1092
 
1093
- # Metadata related to the progress of the SetLocalInventories operation.
1094
- # Currently empty because there is no meaningful metadata populated from the
1095
- # SetLocalInventories method.
1096
- class GoogleCloudRetailV2alphaSetLocalInventoriesMetadata
1097
- include Google::Apis::Core::Hashable
1098
-
1099
- def initialize(**args)
1100
- update!(**args)
1101
- end
1102
-
1103
- # Update properties of this object
1104
- def update!(**args)
1105
- end
1106
- end
1107
-
1108
- # Response of the SetLocalInventories API. Currently empty because there is no
1109
- # meaningful response populated from the SetLocalInventories method.
1110
- class GoogleCloudRetailV2alphaSetLocalInventoriesResponse
1111
- include Google::Apis::Core::Hashable
1112
-
1113
- def initialize(**args)
1114
- update!(**args)
1115
- end
1116
-
1117
- # Update properties of this object
1118
- def update!(**args)
1119
- end
1120
- end
1121
-
1122
1093
  # A summary of import result. The UserEventImportSummary summarizes the import
1123
1094
  # status for user events.
1124
1095
  class GoogleCloudRetailV2alphaUserEventImportSummary
@@ -2563,12 +2534,12 @@ module Google
2563
2534
  attr_accessor :color_info
2564
2535
 
2565
2536
  # The condition of the product. Strongly encouraged to use the standard values: "
2566
- # new", "refurbished", "used". A maximum of 5 values are allowed per Product.
2567
- # Each value must be a UTF-8 encoded string with a length limit of 128
2568
- # characters. Otherwise, an INVALID_ARGUMENT error is returned. Corresponding
2569
- # properties: Google Merchant Center property [condition](https://support.google.
2570
- # com/merchants/answer/6324469). Schema.org property [Offer.itemCondition](https:
2571
- # //schema.org/itemCondition).
2537
+ # new", "refurbished", "used". A maximum of 1 value is allowed per Product. Each
2538
+ # value must be a UTF-8 encoded string with a length limit of 128 characters.
2539
+ # Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties:
2540
+ # Google Merchant Center property [condition](https://support.google.com/
2541
+ # merchants/answer/6324469). Schema.org property [Offer.itemCondition](https://
2542
+ # schema.org/itemCondition).
2572
2543
  # Corresponds to the JSON property `conditions`
2573
2544
  # @return [Array<String>]
2574
2545
  attr_accessor :conditions
@@ -4186,12 +4157,12 @@ module Google
4186
4157
 
4187
4158
  # The main product details related to the event. This field is required for the
4188
4159
  # following event types: * `add-to-cart` * `detail-page-view` * `purchase-
4189
- # complete` In a `search` event, this field represents the products returned to
4190
- # the end user on the current page (the end user may have not finished browsing
4191
- # the whole page yet). When a new page is returned to the end user, after
4192
- # pagination/filtering/ordering even for the same query, a new `search` event
4193
- # with different product_details is desired. The end user may have not finished
4194
- # browsing the whole page yet.
4160
+ # complete` * `search` In a `search` event, this field represents the products
4161
+ # returned to the end user on the current page (the end user may have not
4162
+ # finished browsing the whole page yet). When a new page is returned to the end
4163
+ # user, after pagination/filtering/ordering even for the same query, a new `
4164
+ # search` event with different product_details is desired. The end user may have
4165
+ # not finished browsing the whole page yet.
4195
4166
  # Corresponds to the JSON property `productDetails`
4196
4167
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaProductDetail>]
4197
4168
  attr_accessor :product_details
@@ -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.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211210"
25
+ REVISION = "20220106"
26
26
  end
27
27
  end
28
28
  end
@@ -298,18 +298,6 @@ module Google
298
298
  include Google::Apis::Core::JsonObjectSupport
299
299
  end
300
300
 
301
- class GoogleCloudRetailV2alphaSetLocalInventoriesMetadata
302
- class Representation < Google::Apis::Core::JsonRepresentation; end
303
-
304
- include Google::Apis::Core::JsonObjectSupport
305
- end
306
-
307
- class GoogleCloudRetailV2alphaSetLocalInventoriesResponse
308
- class Representation < Google::Apis::Core::JsonRepresentation; end
309
-
310
- include Google::Apis::Core::JsonObjectSupport
311
- end
312
-
313
301
  class GoogleCloudRetailV2alphaUserEventImportSummary
314
302
  class Representation < Google::Apis::Core::JsonRepresentation; end
315
303
 
@@ -1154,18 +1142,6 @@ module Google
1154
1142
  end
1155
1143
  end
1156
1144
 
1157
- class GoogleCloudRetailV2alphaSetLocalInventoriesMetadata
1158
- # @private
1159
- class Representation < Google::Apis::Core::JsonRepresentation
1160
- end
1161
- end
1162
-
1163
- class GoogleCloudRetailV2alphaSetLocalInventoriesResponse
1164
- # @private
1165
- class Representation < Google::Apis::Core::JsonRepresentation
1166
- end
1167
- end
1168
-
1169
1145
  class GoogleCloudRetailV2alphaUserEventImportSummary
1170
1146
  # @private
1171
1147
  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.24.0
4
+ version: 0.25.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-17 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.25.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: []
@@ -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.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Retail API V2beta