google-apis-merchantapi_products_v1beta 0.27.0 → 0.28.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: 96e00b2f249d2aee0acf2f52a932c7cbfe74555889eac0bb63e48ea0750f2af7
4
- data.tar.gz: 1f70b315796b987584a2769e1c4c0b9bfdde69cf10f551c6beae1080756ff5f6
3
+ metadata.gz: 4e1a123349f3c626848faef4413b0ff051fd5c9e47a6d73c1f8ff816cd3098f3
4
+ data.tar.gz: 338254acbbbf786015350901df9e13cb9a316e5b4d21a105d381655525bb4645
5
5
  SHA512:
6
- metadata.gz: 14c4d7a7638a63815cbdfcd7ebddc2672435401c86b6febd7ed68f41489643578a887daf69a8a753bdf29bbbf306d85e4c200435f4b1ff37d996b2dff962ee35
7
- data.tar.gz: cf7237b2e061917e9017ee21715315f0f36dce486e97605a72b580bf28439043a0c8c22783422c671c48573b96bfaf478fa3f752ecccc5c676db57ac061529da
6
+ metadata.gz: 7dd8655a529aa1c7fba86f69f561547d37659153f120e984618bbf127736a4b55053a8e5f852b58a2422ec825199e3e900b9cc6a818074283e42ec2b73c2d37d
7
+ data.tar.gz: 754e9bb99d6a51d5294795c56a0e04360f8fa26ba812b2ddb333c4d37c5ab59a075336c86b7fbd916cdffa76d32e1a6d65b8a00accb981ed8720284e03be40ed
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-merchantapi_products_v1beta
2
2
 
3
+ ### v0.28.0 (2026-05-17)
4
+
5
+ * Regenerated from discovery document revision 20260512
6
+
3
7
  ### v0.27.0 (2026-04-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20260419
@@ -1248,6 +1248,15 @@ module Google
1248
1248
  class Product
1249
1249
  include Google::Apis::Core::Hashable
1250
1250
 
1251
+ # Output only. Determines whether the product is [archived](https://support.
1252
+ # google.com/merchants/answer/11909930). To archive or restore your product,
1253
+ # visit Merchant Center products page. Learn also more about [offer visibility](
1254
+ # https://support.google.com/merchants/answer/12488713).
1255
+ # Corresponds to the JSON property `archived`
1256
+ # @return [Boolean]
1257
+ attr_accessor :archived
1258
+ alias_method :archived?, :archived
1259
+
1251
1260
  # Attributes.
1252
1261
  # Corresponds to the JSON property `attributes`
1253
1262
  # @return [Google::Apis::MerchantapiProductsV1beta::Attributes]
@@ -1348,6 +1357,7 @@ module Google
1348
1357
 
1349
1358
  # Update properties of this object
1350
1359
  def update!(**args)
1360
+ @archived = args[:archived] if args.key?(:archived)
1351
1361
  @attributes = args[:attributes] if args.key?(:attributes)
1352
1362
  @automated_discounts = args[:automated_discounts] if args.key?(:automated_discounts)
1353
1363
  @base64_encoded_name = args[:base64_encoded_name] if args.key?(:base64_encoded_name)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MerchantapiProductsV1beta
18
18
  # Version of the google-apis-merchantapi_products_v1beta gem
19
- GEM_VERSION = "0.27.0"
19
+ GEM_VERSION = "0.28.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 = "20260419"
25
+ REVISION = "20260512"
26
26
  end
27
27
  end
28
28
  end
@@ -501,6 +501,7 @@ module Google
501
501
  class Product
502
502
  # @private
503
503
  class Representation < Google::Apis::Core::JsonRepresentation
504
+ property :archived, as: 'archived'
504
505
  property :attributes, as: 'attributes', class: Google::Apis::MerchantapiProductsV1beta::Attributes, decorator: Google::Apis::MerchantapiProductsV1beta::Attributes::Representation
505
506
 
506
507
  property :automated_discounts, as: 'automatedDiscounts', class: Google::Apis::MerchantapiProductsV1beta::AutomatedDiscounts, decorator: Google::Apis::MerchantapiProductsV1beta::AutomatedDiscounts::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-merchantapi_products_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.28.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-merchantapi_products_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.27.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.28.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_products_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: