Skip to content

Commit cb4fe80

Browse files
1 parent 9104a25 commit cb4fe80

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

clients/google-api-services-manufacturers/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-manufacturers</artifactId>
25-
<version>v1-rev20231109-2.0.0</version>
25+
<version>v1-rev20240716-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-manufacturers:v1-rev20231109-2.0.0'
38+
implementation 'com.google.apis:google-api-services-manufacturers:v1-rev20240716-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-manufacturers/v1/2.0.0/com/google/api/services/manufacturers/v1/model/Issue.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
@SuppressWarnings("javadoc")
3131
public final class Issue extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer
35+
* product.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.util.List<java.lang.String> applicableCountries;
40+
3341
/**
3442
* If present, the attribute that triggered the issue. For more information about attributes, see
3543
* https://support.google.com/manufacturers/answer/6124116.
@@ -88,6 +96,25 @@ public final class Issue extends com.google.api.client.json.GenericJson {
8896
@com.google.api.client.util.Key
8997
private java.lang.String type;
9098

99+
/**
100+
* Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer
101+
* product.
102+
* @return value or {@code null} for none
103+
*/
104+
public java.util.List<java.lang.String> getApplicableCountries() {
105+
return applicableCountries;
106+
}
107+
108+
/**
109+
* Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer
110+
* product.
111+
* @param applicableCountries applicableCountries or {@code null} for none
112+
*/
113+
public Issue setApplicableCountries(java.util.List<java.lang.String> applicableCountries) {
114+
this.applicableCountries = applicableCountries;
115+
return this;
116+
}
117+
91118
/**
92119
* If present, the attribute that triggered the issue. For more information about attributes, see
93120
* https://support.google.com/manufacturers/answer/6124116.

clients/google-api-services-manufacturers/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-manufacturers</artifactId>
11-
<version>v1-rev20231109-2.0.0</version>
12-
<name>Manufacturer Center API v1-rev20231109-2.0.0</name>
11+
<version>v1-rev20240716-2.0.0</version>
12+
<name>Manufacturer Center API v1-rev20240716-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-manufacturers/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-manufacturers</artifactId>
25-
<version>v1-rev20231109-2.0.0</version>
25+
<version>v1-rev20240716-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-manufacturers:v1-rev20231109-2.0.0'
38+
implementation 'com.google.apis:google-api-services-manufacturers:v1-rev20240716-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)