google-apis-merchantapi_datasources_v1beta 0.12.0 → 0.13.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: cfe85e27e9436a7324059c311ca9d1e5244e745f8146cfe7f2101731cacf4002
4
- data.tar.gz: 65662f2fd4739a96d9dc5ea6b76354f4822735aac274993d88449baeb6296962
3
+ metadata.gz: 6c7d5fbbca746458e571172aae33cdbf4a9e40c880c9f06b7743bc248bcac197
4
+ data.tar.gz: f657555a6ac01b60e244a98b01f8a70df508df1be8ec617f0563c6e700dea933
5
5
  SHA512:
6
- metadata.gz: 968541c16a85efb4f140a0e24f814d5310177703d38c4e3664ac943bb917a17d5ec91a6fc15354ff423d59a884a04e8d0244ebabf806e726a5878f22fd9201a8
7
- data.tar.gz: 1fc4a32e40b17595fd2e6ab194740ccb521f97dd7a1fce4477857268f79df5e1ab8b379614b4c70d4f6ff7ee25c7fb3f19a7b6fee704452d7ed4b961cd506b75
6
+ metadata.gz: 8e441f94accb4fb758104ac61e1e9806de8c0de58e4757255d77559df5e3233641b90549f8ed0e681d3d1b494e925e96522e9a7a3caaced28684677ddb95eeb6
7
+ data.tar.gz: c372d56d0ab959e7f8e9b18c2aaa29f1dccaf1d79469bb6b725b46ce8152761c4ca774958ea2438ce6418c2795fed95c9490d50597d20c336b11f7abf843d720
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-merchantapi_datasources_v1beta
2
2
 
3
+ ### v0.13.0 (2026-03-15)
4
+
5
+ * Regenerated from discovery document revision 20260303
6
+
3
7
  ### v0.12.0 (2025-11-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20251102
@@ -505,8 +505,7 @@ module Google
505
505
 
506
506
  # Required. Immutable. The feed label of the offers to which the local inventory
507
507
  # is provided. Must be less than or equal to 20 uppercase letters (A-Z), numbers
508
- # (0-9), and dashes (-). See also [migration to feed labels](https://developers.
509
- # google.com/shopping-content/guides/products/feed-labels).
508
+ # (0-9), and dashes (-).
510
509
  # Corresponds to the JSON property `feedLabel`
511
510
  # @return [String]
512
511
  attr_accessor :feed_label
@@ -580,8 +579,9 @@ module Google
580
579
 
581
580
  # Optional. Immutable. The feed label that is specified on the data source level.
582
581
  # Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and
583
- # dashes (-). See also [migration to feed labels](https://developers.google.com/
584
- # shopping-content/guides/products/feed-labels). `feedLabel` and `
582
+ # dashes (-). For more information about feed label, see [Create a primary data
583
+ # source for products](https://developers.google.com/merchant/api/guides/data-
584
+ # sources/api-sources#create-primary-data-source). `feedLabel` and `
585
585
  # contentLanguage` must be either both set or unset for data sources with
586
586
  # product content type. They must be set for data sources with a file input. If
587
587
  # set, the data source will only accept products matching this combination. If
@@ -780,8 +780,7 @@ module Google
780
780
 
781
781
  # Required. Immutable. The feed label of the offers to which the regional
782
782
  # inventory is provided. Must be less than or equal to 20 uppercase letters (A-Z)
783
- # , numbers (0-9), and dashes (-). See also [migration to feed labels](https://
784
- # developers.google.com/shopping-content/guides/products/feed-labels).
783
+ # , numbers (0-9), and dashes (-).
785
784
  # Corresponds to the JSON property `feedLabel`
786
785
  # @return [String]
787
786
  attr_accessor :feed_label
@@ -815,13 +814,12 @@ module Google
815
814
 
816
815
  # Optional. Immutable. The feed label that is specified on the data source level.
817
816
  # Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and
818
- # dashes (-). See also [migration to feed labels](https://developers.google.com/
819
- # shopping-content/guides/products/feed-labels). `feedLabel` and `
820
- # contentLanguage` must be either both set or unset for data sources with
821
- # product content type. They must be set for data sources with a file input. The
822
- # fields must be unset for data sources without file input. If set, the data
823
- # source will only accept products matching this combination. If unset, the data
824
- # source will accept produts without that restriction.
817
+ # dashes (-). `feedLabel` and `contentLanguage` must be either both set or unset
818
+ # for data sources with product content type. They must be set for data sources
819
+ # with a file input. The fields must be unset for data sources without file
820
+ # input. If set, the data source will only accept products matching this
821
+ # combination. If unset, the data source will accept produts without that
822
+ # restriction.
825
823
  # Corresponds to the JSON property `feedLabel`
826
824
  # @return [String]
827
825
  attr_accessor :feed_label
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MerchantapiDatasourcesV1beta
18
18
  # Version of the google-apis-merchantapi_datasources_v1beta gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.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 = "20251102"
25
+ REVISION = "20260303"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-merchantapi_datasources_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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_datasources_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_datasources_v1beta/v0.12.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_datasources_v1beta/v0.13.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_datasources_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: