Skip to content

Commit 7080d8b

Browse files
chore: regenerate content client (googleapis#23912)
1 parent 7f10b6c commit 7080d8b

File tree

5 files changed

+42
-12
lines changed

5 files changed

+42
-12
lines changed

clients/google-api-services-content/v2.1/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-content</artifactId>
25-
<version>v2.1-rev20241023-2.0.0</version>
25+
<version>v2.1-rev20241120-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-content:v2.1-rev20241023-2.0.0'
38+
implementation 'com.google.apis:google-api-services-content:v2.1-rev20241120-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-content/v2.1/2.0.0/com/google/api/services/content/model/LoyaltyProgram.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ public final class LoyaltyProgram extends com.google.api.client.json.GenericJson
7272
@com.google.api.client.util.Key
7373
private java.lang.String programLabel;
7474

75+
/**
76+
* Optional. The shipping label for the loyalty program. You can use this label to indicate
77+
* whether this offer has the loyalty shipping benefit. If not specified, the item is not eligible
78+
* for loyalty shipping for the given loyalty tier.
79+
* The value may be {@code null}.
80+
*/
81+
@com.google.api.client.util.Key
82+
private java.lang.String shippingLabel;
83+
7584
/**
7685
* Required. The label of the tier within the loyalty program. Must match one of the labels within
7786
* the program.
@@ -177,6 +186,27 @@ public LoyaltyProgram setProgramLabel(java.lang.String programLabel) {
177186
return this;
178187
}
179188

189+
/**
190+
* Optional. The shipping label for the loyalty program. You can use this label to indicate
191+
* whether this offer has the loyalty shipping benefit. If not specified, the item is not eligible
192+
* for loyalty shipping for the given loyalty tier.
193+
* @return value or {@code null} for none
194+
*/
195+
public java.lang.String getShippingLabel() {
196+
return shippingLabel;
197+
}
198+
199+
/**
200+
* Optional. The shipping label for the loyalty program. You can use this label to indicate
201+
* whether this offer has the loyalty shipping benefit. If not specified, the item is not eligible
202+
* for loyalty shipping for the given loyalty tier.
203+
* @param shippingLabel shippingLabel or {@code null} for none
204+
*/
205+
public LoyaltyProgram setShippingLabel(java.lang.String shippingLabel) {
206+
this.shippingLabel = shippingLabel;
207+
return this;
208+
}
209+
180210
/**
181211
* Required. The label of the tier within the loyalty program. Must match one of the labels within
182212
* the program.

clients/google-api-services-content/v2.1/2.0.0/com/google/api/services/content/model/TimeZone.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@
3131
public final class TimeZone extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* IANA Time Zone Database time zone, e.g. "America/New_York".
34+
* IANA Time Zone Database time zone. For example "America/New_York".
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String id;
3939

4040
/**
41-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
41+
* Optional. IANA Time Zone Database version number. For example "2019a".
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String version;
4646

4747
/**
48-
* IANA Time Zone Database time zone, e.g. "America/New_York".
48+
* IANA Time Zone Database time zone. For example "America/New_York".
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getId() {
5252
return id;
5353
}
5454

5555
/**
56-
* IANA Time Zone Database time zone, e.g. "America/New_York".
56+
* IANA Time Zone Database time zone. For example "America/New_York".
5757
* @param id id or {@code null} for none
5858
*/
5959
public TimeZone setId(java.lang.String id) {
@@ -62,15 +62,15 @@ public TimeZone setId(java.lang.String id) {
6262
}
6363

6464
/**
65-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
65+
* Optional. IANA Time Zone Database version number. For example "2019a".
6666
* @return value or {@code null} for none
6767
*/
6868
public java.lang.String getVersion() {
6969
return version;
7070
}
7171

7272
/**
73-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
73+
* Optional. IANA Time Zone Database version number. For example "2019a".
7474
* @param version version or {@code null} for none
7575
*/
7676
public TimeZone setVersion(java.lang.String version) {

clients/google-api-services-content/v2.1/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-content</artifactId>
11-
<version>v2.1-rev20241023-2.0.0</version>
12-
<name>Content API for Shopping v2.1-rev20241023-2.0.0</name>
11+
<version>v2.1-rev20241120-2.0.0</version>
12+
<name>Content API for Shopping v2.1-rev20241120-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-content/v2.1/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-content</artifactId>
25-
<version>v2.1-rev20241023-2.0.0</version>
25+
<version>v2.1-rev20241120-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-content:v2.1-rev20241023-2.0.0'
38+
implementation 'com.google.apis:google-api-services-content:v2.1-rev20241120-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)