Skip to content

Commit 886359d

Browse files
feat(manufacturers): update the api
#### manufacturers:v1 The following keys were added: - schemas.Issue.properties.applicableCountries (Total Keys: 3)
1 parent 0b7098e commit 886359d

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

docs/dyn/manufacturers_v1.accounts.languages.productCertifications.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ <h3>Method Details</h3>
154154
],
155155
&quot;issues&quot;: [ # Output only. A server-generated list of issues associated with the product.
156156
{ # Product issue.
157+
&quot;applicableCountries&quot;: [ # Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.
158+
&quot;A String&quot;,
159+
],
157160
&quot;attribute&quot;: &quot;A String&quot;, # If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.
158161
&quot;description&quot;: &quot;A String&quot;, # Longer description of the issue focused on how to resolve it.
159162
&quot;destination&quot;: &quot;A String&quot;, # The destination this issue applies to.
@@ -221,6 +224,9 @@ <h3>Method Details</h3>
221224
],
222225
&quot;issues&quot;: [ # Output only. A server-generated list of issues associated with the product.
223226
{ # Product issue.
227+
&quot;applicableCountries&quot;: [ # Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.
228+
&quot;A String&quot;,
229+
],
224230
&quot;attribute&quot;: &quot;A String&quot;, # If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.
225231
&quot;description&quot;: &quot;A String&quot;, # Longer description of the issue focused on how to resolve it.
226232
&quot;destination&quot;: &quot;A String&quot;, # The destination this issue applies to.
@@ -294,6 +300,9 @@ <h3>Method Details</h3>
294300
],
295301
&quot;issues&quot;: [ # Output only. A server-generated list of issues associated with the product.
296302
{ # Product issue.
303+
&quot;applicableCountries&quot;: [ # Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.
304+
&quot;A String&quot;,
305+
],
297306
&quot;attribute&quot;: &quot;A String&quot;, # If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.
298307
&quot;description&quot;: &quot;A String&quot;, # Longer description of the issue focused on how to resolve it.
299308
&quot;destination&quot;: &quot;A String&quot;, # The destination this issue applies to.
@@ -350,6 +359,9 @@ <h3>Method Details</h3>
350359
],
351360
&quot;issues&quot;: [ # Output only. A server-generated list of issues associated with the product.
352361
{ # Product issue.
362+
&quot;applicableCountries&quot;: [ # Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.
363+
&quot;A String&quot;,
364+
],
353365
&quot;attribute&quot;: &quot;A String&quot;, # If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.
354366
&quot;description&quot;: &quot;A String&quot;, # Longer description of the issue focused on how to resolve it.
355367
&quot;destination&quot;: &quot;A String&quot;, # The destination this issue applies to.

docs/dyn/manufacturers_v1.accounts.products.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ <h3>Method Details</h3>
381381
],
382382
&quot;issues&quot;: [ # A server-generated list of issues associated with the product.
383383
{ # Product issue.
384+
&quot;applicableCountries&quot;: [ # Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.
385+
&quot;A String&quot;,
386+
],
384387
&quot;attribute&quot;: &quot;A String&quot;, # If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.
385388
&quot;description&quot;: &quot;A String&quot;, # Longer description of the issue focused on how to resolve it.
386389
&quot;destination&quot;: &quot;A String&quot;, # The destination this issue applies to.
@@ -666,6 +669,9 @@ <h3>Method Details</h3>
666669
],
667670
&quot;issues&quot;: [ # A server-generated list of issues associated with the product.
668671
{ # Product issue.
672+
&quot;applicableCountries&quot;: [ # Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.
673+
&quot;A String&quot;,
674+
],
669675
&quot;attribute&quot;: &quot;A String&quot;, # If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.
670676
&quot;description&quot;: &quot;A String&quot;, # Longer description of the issue focused on how to resolve it.
671677
&quot;destination&quot;: &quot;A String&quot;, # The destination this issue applies to.

googleapiclient/discovery_cache/documents/manufacturers.v1.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
}
417417
}
418418
},
419-
"revision": "20240524",
419+
"revision": "20240716",
420420
"rootUrl": "https://manufacturers.googleapis.com/",
421421
"schemas": {
422422
"Attributes": {
@@ -892,6 +892,14 @@
892892
"description": "Product issue.",
893893
"id": "Issue",
894894
"properties": {
895+
"applicableCountries": {
896+
"description": "Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.",
897+
"items": {
898+
"type": "string"
899+
},
900+
"readOnly": true,
901+
"type": "array"
902+
},
895903
"attribute": {
896904
"description": "If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.",
897905
"type": "string"

0 commit comments

Comments
 (0)