google-shopping-merchant-data_sources-v1beta 0.2.0 → 0.2.1

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: 17b8871c76cb766c6cf94eff0c362e0e07660f8fe0d8dcb8756166e4512b6e31
4
- data.tar.gz: c8362cc35dbbd9aaa002f482ecd075731fef3c1ba2bf83e87228d3e0bc9a294f
3
+ metadata.gz: 8351a68c9d95a2dbbd692dba41c63118c4a0b20d814f1bae6451105a38a435cf
4
+ data.tar.gz: bb4b195563629d38ab8098824f04edc4a5b5bc8a294ac69b4729c494eafcab0f
5
5
  SHA512:
6
- metadata.gz: 9e6f42b44455f4b9309d81d7c7b7c814843620143cc81b0e43edb35a35b21db33bdd1639803b1a1f44510127a41e4e3fadc300fb21a4d188438b71151a0581ff
7
- data.tar.gz: b8301866b928f8da97bcc20ed31d3f60b8cac6a500492d5ccf92af43146acb6892fc6919b9ad2bd312b01f7eae667f762a3b3661061e886f5e056c583b54b6bf
6
+ metadata.gz: fa315836b41464d5166474e4237e81bf5fe44f371ed96da8d15d1520a2ac30dd40df6ba4674a93614dd55ee0cff3b247d7b5576895193beb5373e414b8ae894f
7
+ data.tar.gz: d8038cb3dd7b59e4c813f49c0bc5e35a9a540482de1927f8c105ab80424da30cde597ff7d7b669715295330d8fcf72c08b5232c7a6b0eb7d414db80f924f46d8
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module DataSources
24
24
  module V1beta
25
- VERSION = "0.2.0"
25
+ VERSION = "0.2.1"
26
26
  end
27
27
  end
28
28
  end
@@ -82,8 +82,10 @@ module Google
82
82
  # To link the data source to the default rule, you need to add a
83
83
  # new reference to this list (in sequential order).
84
84
  #
85
- # To unlink the data source from the default rule, you need to
86
- # remove the given reference from this list.
85
+ # To unlink the data source from the default rule, you need to remove the
86
+ # given reference from this list. To create attribute rules that are
87
+ # different from the default rule, see [Set up your attribute
88
+ # rules](//support.google.com/merchants/answer/14994083).
87
89
  #
88
90
  # Changing the order of this list will result in changing the priority of
89
91
  # data sources in the default rule.
@@ -117,7 +119,12 @@ module Google
117
119
  end
118
120
  end
119
121
 
120
- # The supplemental data source for local and online products.
122
+ # The supplemental data source for local and online products. Supplemental API
123
+ # data sources must not have `feedLabel` and `contentLanguage` fields set. You
124
+ # can only use supplemental data sources to update existing products. For
125
+ # information about creating a supplemental data source, see [Create a
126
+ # supplemental data source and link it to the primary data
127
+ # source](/merchant/api/guides/data-sources/overview#create-supplemental-data-source).
121
128
  # @!attribute [rw] feed_label
122
129
  # @return [::String]
123
130
  # Optional. Immutable. The feed label that is specified on the data source
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-data_sources-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-02 00:00:00.000000000 Z
11
+ date: 2024-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  - !ruby/object:Gem::Version
128
128
  version: '0'
129
129
  requirements: []
130
- rubygems_version: 3.5.6
130
+ rubygems_version: 3.5.21
131
131
  signing_key:
132
132
  specification_version: 4
133
133
  summary: Programmatically manage your Merchant Center Accounts.