Skip to content

Commit 2e3755e

Browse files
1 parent ae9e89e commit 2e3755e

File tree

5 files changed

+108
-12
lines changed

5 files changed

+108
-12
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-rev20240809-2.0.0</version>
25+
<version>v1-rev20250815-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-rev20240809-2.0.0'
38+
implementation 'com.google.apis:google-api-services-manufacturers:v1-rev20250815-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class Certification extends com.google.api.client.json.GenericJson
3838
private java.lang.String authority;
3939

4040
/**
41-
* Required. A unique code to identify the certification.
41+
* Optional. A unique code to identify the certification.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -97,15 +97,15 @@ public Certification setAuthority(java.lang.String authority) {
9797
}
9898

9999
/**
100-
* Required. A unique code to identify the certification.
100+
* Optional. A unique code to identify the certification.
101101
* @return value or {@code null} for none
102102
*/
103103
public java.lang.String getCode() {
104104
return code;
105105
}
106106

107107
/**
108-
* Required. A unique code to identify the certification.
108+
* Optional. A unique code to identify the certification.
109109
* @param code code or {@code null} for none
110110
*/
111111
public Certification setCode(java.lang.String code) {

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

Lines changed: 99 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,47 @@ public final class GoogleShoppingManufacturersV1ProductCertification extends com
3838
private java.lang.String authority;
3939

4040
/**
41-
* Required. A unique code to identify the certification.
41+
* Optional. A unique code to identify the certification.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String code;
4646

47+
/**
48+
* Optional. A URL link to the certification.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.String link;
53+
54+
/**
55+
* Optional. A URL link to the certification logo.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.lang.String logo;
60+
4761
/**
4862
* Required. Name of the certification.
4963
* The value may be {@code null}.
5064
*/
5165
@com.google.api.client.util.Key
5266
private java.lang.String name;
5367

68+
/**
69+
* Optional. The expiration date (UTC).
70+
* The value may be {@code null}.
71+
*/
72+
@com.google.api.client.util.Key
73+
private java.lang.String validUntil;
74+
75+
/**
76+
* Optional. A custom value of the certification.
77+
* The value may be {@code null}.
78+
*/
79+
@com.google.api.client.util.Key
80+
private java.lang.String value;
81+
5482
/**
5583
* Required. Name of the certification body.
5684
* @return value or {@code null} for none
@@ -69,22 +97,56 @@ public GoogleShoppingManufacturersV1ProductCertification setAuthority(java.lang.
6997
}
7098

7199
/**
72-
* Required. A unique code to identify the certification.
100+
* Optional. A unique code to identify the certification.
73101
* @return value or {@code null} for none
74102
*/
75103
public java.lang.String getCode() {
76104
return code;
77105
}
78106

79107
/**
80-
* Required. A unique code to identify the certification.
108+
* Optional. A unique code to identify the certification.
81109
* @param code code or {@code null} for none
82110
*/
83111
public GoogleShoppingManufacturersV1ProductCertification setCode(java.lang.String code) {
84112
this.code = code;
85113
return this;
86114
}
87115

116+
/**
117+
* Optional. A URL link to the certification.
118+
* @return value or {@code null} for none
119+
*/
120+
public java.lang.String getLink() {
121+
return link;
122+
}
123+
124+
/**
125+
* Optional. A URL link to the certification.
126+
* @param link link or {@code null} for none
127+
*/
128+
public GoogleShoppingManufacturersV1ProductCertification setLink(java.lang.String link) {
129+
this.link = link;
130+
return this;
131+
}
132+
133+
/**
134+
* Optional. A URL link to the certification logo.
135+
* @return value or {@code null} for none
136+
*/
137+
public java.lang.String getLogo() {
138+
return logo;
139+
}
140+
141+
/**
142+
* Optional. A URL link to the certification logo.
143+
* @param logo logo or {@code null} for none
144+
*/
145+
public GoogleShoppingManufacturersV1ProductCertification setLogo(java.lang.String logo) {
146+
this.logo = logo;
147+
return this;
148+
}
149+
88150
/**
89151
* Required. Name of the certification.
90152
* @return value or {@code null} for none
@@ -102,6 +164,40 @@ public GoogleShoppingManufacturersV1ProductCertification setName(java.lang.Strin
102164
return this;
103165
}
104166

167+
/**
168+
* Optional. The expiration date (UTC).
169+
* @return value or {@code null} for none
170+
*/
171+
public java.lang.String getValidUntil() {
172+
return validUntil;
173+
}
174+
175+
/**
176+
* Optional. The expiration date (UTC).
177+
* @param validUntil validUntil or {@code null} for none
178+
*/
179+
public GoogleShoppingManufacturersV1ProductCertification setValidUntil(java.lang.String validUntil) {
180+
this.validUntil = validUntil;
181+
return this;
182+
}
183+
184+
/**
185+
* Optional. A custom value of the certification.
186+
* @return value or {@code null} for none
187+
*/
188+
public java.lang.String getValue() {
189+
return value;
190+
}
191+
192+
/**
193+
* Optional. A custom value of the certification.
194+
* @param value value or {@code null} for none
195+
*/
196+
public GoogleShoppingManufacturersV1ProductCertification setValue(java.lang.String value) {
197+
this.value = value;
198+
return this;
199+
}
200+
105201
@Override
106202
public GoogleShoppingManufacturersV1ProductCertification set(String fieldName, Object value) {
107203
return (GoogleShoppingManufacturersV1ProductCertification) super.set(fieldName, value);

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-rev20240809-2.0.0</version>
12-
<name>Manufacturer Center API v1-rev20240809-2.0.0</name>
11+
<version>v1-rev20250815-2.0.0</version>
12+
<name>Manufacturer Center API v1-rev20250815-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-rev20240809-2.0.0</version>
25+
<version>v1-rev20250815-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-rev20240809-2.0.0'
38+
implementation 'com.google.apis:google-api-services-manufacturers:v1-rev20250815-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)