File tree Expand file tree Collapse file tree 4 files changed +33
-6
lines changed
clients/google-api-services-manufacturers/v1
com/google/api/services/manufacturers/v1/model Expand file tree Collapse file tree 4 files changed +33
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-manufacturers</artifactId >
25
- <version >v1-rev20231109 -2.0.0</version >
25
+ <version >v1-rev20240716 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 30
30
@ SuppressWarnings ("javadoc" )
31
31
public final class Issue extends com .google .api .client .json .GenericJson {
32
32
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
+
33
41
/**
34
42
* If present, the attribute that triggered the issue. For more information about attributes, see
35
43
* https://support.google.com/manufacturers/answer/6124116.
@@ -88,6 +96,25 @@ public final class Issue extends com.google.api.client.json.GenericJson {
88
96
@ com .google .api .client .util .Key
89
97
private java .lang .String type ;
90
98
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
+
91
118
/**
92
119
* If present, the attribute that triggered the issue. For more information about attributes, see
93
120
* https://support.google.com/manufacturers/answer/6124116.
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-manufacturers</artifactId >
25
- <version >v1-rev20231109 -2.0.0</version >
25
+ <version >v1-rev20240716 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments