Skip to content

Commit 02899a3

Browse files
1 parent 01d556e commit 02899a3

File tree

7 files changed

+37
-37
lines changed

7 files changed

+37
-37
lines changed

clients/google-api-services-css/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-css</artifactId>
25-
<version>v1-rev20241104-2.0.0</version>
25+
<version>v1-rev20241124-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-css:v1-rev20241104-2.0.0'
38+
implementation 'com.google.apis:google-api-services-css:v1-rev20241124-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-css/v1/2.0.0/com/google/api/services/css/v1/model/Attributes.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -209,14 +209,14 @@ public final class Attributes extends com.google.api.client.json.GenericJson {
209209
private java.lang.String headlineOfferMobileLink;
210210

211211
/**
212-
* Headline Price of the aggregate offer.
212+
* Headline Price of the CSS Product.
213213
* The value may be {@code null}.
214214
*/
215215
@com.google.api.client.util.Key
216216
private Price headlineOfferPrice;
217217

218218
/**
219-
* Headline Price of the aggregate offer.
219+
* Headline Price of the CSS Product.
220220
* The value may be {@code null}.
221221
*/
222222
@com.google.api.client.util.Key
@@ -231,7 +231,7 @@ public final class Attributes extends com.google.api.client.json.GenericJson {
231231
private HeadlineOfferSubscriptionCost headlineOfferSubscriptionCost;
232232

233233
/**
234-
* High Price of the aggregate offer.
234+
* High Price of the CSS Product.
235235
* The value may be {@code null}.
236236
*/
237237
@com.google.api.client.util.Key
@@ -269,7 +269,7 @@ public final class Attributes extends com.google.api.client.json.GenericJson {
269269
private java.lang.String itemGroupId;
270270

271271
/**
272-
* Low Price of the aggregate offer.
272+
* Low Price of the CSS Product.
273273
* The value may be {@code null}.
274274
*/
275275
@com.google.api.client.util.Key
@@ -298,7 +298,7 @@ public final class Attributes extends com.google.api.client.json.GenericJson {
298298
private java.lang.Long multipack;
299299

300300
/**
301-
* The number of aggregate offers.
301+
* The number of CSS Products.
302302
* The value may be {@code null}.
303303
*/
304304
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -835,15 +835,15 @@ public Attributes setHeadlineOfferMobileLink(java.lang.String headlineOfferMobil
835835
}
836836

837837
/**
838-
* Headline Price of the aggregate offer.
838+
* Headline Price of the CSS Product.
839839
* @return value or {@code null} for none
840840
*/
841841
public Price getHeadlineOfferPrice() {
842842
return headlineOfferPrice;
843843
}
844844

845845
/**
846-
* Headline Price of the aggregate offer.
846+
* Headline Price of the CSS Product.
847847
* @param headlineOfferPrice headlineOfferPrice or {@code null} for none
848848
*/
849849
public Attributes setHeadlineOfferPrice(Price headlineOfferPrice) {
@@ -852,15 +852,15 @@ public Attributes setHeadlineOfferPrice(Price headlineOfferPrice) {
852852
}
853853

854854
/**
855-
* Headline Price of the aggregate offer.
855+
* Headline Price of the CSS Product.
856856
* @return value or {@code null} for none
857857
*/
858858
public Price getHeadlineOfferShippingPrice() {
859859
return headlineOfferShippingPrice;
860860
}
861861

862862
/**
863-
* Headline Price of the aggregate offer.
863+
* Headline Price of the CSS Product.
864864
* @param headlineOfferShippingPrice headlineOfferShippingPrice or {@code null} for none
865865
*/
866866
public Attributes setHeadlineOfferShippingPrice(Price headlineOfferShippingPrice) {
@@ -888,15 +888,15 @@ public Attributes setHeadlineOfferSubscriptionCost(HeadlineOfferSubscriptionCost
888888
}
889889

890890
/**
891-
* High Price of the aggregate offer.
891+
* High Price of the CSS Product.
892892
* @return value or {@code null} for none
893893
*/
894894
public Price getHighPrice() {
895895
return highPrice;
896896
}
897897

898898
/**
899-
* High Price of the aggregate offer.
899+
* High Price of the CSS Product.
900900
* @param highPrice highPrice or {@code null} for none
901901
*/
902902
public Attributes setHighPrice(Price highPrice) {
@@ -979,15 +979,15 @@ public Attributes setItemGroupId(java.lang.String itemGroupId) {
979979
}
980980

981981
/**
982-
* Low Price of the aggregate offer.
982+
* Low Price of the CSS Product.
983983
* @return value or {@code null} for none
984984
*/
985985
public Price getLowPrice() {
986986
return lowPrice;
987987
}
988988

989989
/**
990-
* Low Price of the aggregate offer.
990+
* Low Price of the CSS Product.
991991
* @param lowPrice lowPrice or {@code null} for none
992992
*/
993993
public Attributes setLowPrice(Price lowPrice) {
@@ -1049,15 +1049,15 @@ public Attributes setMultipack(java.lang.Long multipack) {
10491049
}
10501050

10511051
/**
1052-
* The number of aggregate offers.
1052+
* The number of CSS Products.
10531053
* @return value or {@code null} for none
10541054
*/
10551055
public java.lang.Long getNumberOfOffers() {
10561056
return numberOfOffers;
10571057
}
10581058

10591059
/**
1060-
* The number of aggregate offers.
1060+
* The number of CSS Products.
10611061
* @param numberOfOffers numberOfOffers or {@code null} for none
10621062
*/
10631063
public Attributes setNumberOfOffers(java.lang.Long numberOfOffers) {

clients/google-api-services-css/v1/2.0.0/com/google/api/services/css/v1/model/CssProduct.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.css.v1.model;
1818

1919
/**
20-
* The processed CSS Product(a.k.a Aggregate Offer internally).
20+
* The processed CSS Product.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the CSS API. For a detailed explanation see:

clients/google-api-services-css/v1/2.0.0/com/google/api/services/css/v1/model/DestinationStatus.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class DestinationStatus extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is approved.
33+
* List of country codes (ISO 3166-1 alpha-2) where the CSS Product is approved.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
@@ -44,29 +44,29 @@ public final class DestinationStatus extends com.google.api.client.json.GenericJ
4444
private java.lang.String destination;
4545

4646
/**
47-
* List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is disapproved.
47+
* List of country codes (ISO 3166-1 alpha-2) where the CSS Product is disapproved.
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key
5151
private java.util.List<java.lang.String> disapprovedCountries;
5252

5353
/**
54-
* List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is pending approval.
54+
* List of country codes (ISO 3166-1 alpha-2) where the CSS Product is pending approval.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key
5858
private java.util.List<java.lang.String> pendingCountries;
5959

6060
/**
61-
* List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is approved.
61+
* List of country codes (ISO 3166-1 alpha-2) where the CSS Product is approved.
6262
* @return value or {@code null} for none
6363
*/
6464
public java.util.List<java.lang.String> getApprovedCountries() {
6565
return approvedCountries;
6666
}
6767

6868
/**
69-
* List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is approved.
69+
* List of country codes (ISO 3166-1 alpha-2) where the CSS Product is approved.
7070
* @param approvedCountries approvedCountries or {@code null} for none
7171
*/
7272
public DestinationStatus setApprovedCountries(java.util.List<java.lang.String> approvedCountries) {
@@ -92,15 +92,15 @@ public DestinationStatus setDestination(java.lang.String destination) {
9292
}
9393

9494
/**
95-
* List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is disapproved.
95+
* List of country codes (ISO 3166-1 alpha-2) where the CSS Product is disapproved.
9696
* @return value or {@code null} for none
9797
*/
9898
public java.util.List<java.lang.String> getDisapprovedCountries() {
9999
return disapprovedCountries;
100100
}
101101

102102
/**
103-
* List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is disapproved.
103+
* List of country codes (ISO 3166-1 alpha-2) where the CSS Product is disapproved.
104104
* @param disapprovedCountries disapprovedCountries or {@code null} for none
105105
*/
106106
public DestinationStatus setDisapprovedCountries(java.util.List<java.lang.String> disapprovedCountries) {
@@ -109,15 +109,15 @@ public DestinationStatus setDisapprovedCountries(java.util.List<java.lang.String
109109
}
110110

111111
/**
112-
* List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is pending approval.
112+
* List of country codes (ISO 3166-1 alpha-2) where the CSS Product is pending approval.
113113
* @return value or {@code null} for none
114114
*/
115115
public java.util.List<java.lang.String> getPendingCountries() {
116116
return pendingCountries;
117117
}
118118

119119
/**
120-
* List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is pending approval.
120+
* List of country codes (ISO 3166-1 alpha-2) where the CSS Product is pending approval.
121121
* @param pendingCountries pendingCountries or {@code null} for none
122122
*/
123123
public DestinationStatus setPendingCountries(java.util.List<java.lang.String> pendingCountries) {

clients/google-api-services-css/v1/2.0.0/com/google/api/services/css/v1/model/ItemLevelIssue.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class ItemLevelIssue extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer.
33+
* List of country codes (ISO 3166-1 alpha-2) where issue applies to the CSS Product.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
@@ -86,22 +86,22 @@ public final class ItemLevelIssue extends com.google.api.client.json.GenericJson
8686
private java.lang.String resolution;
8787

8888
/**
89-
* How this issue affects serving of the aggregate offer.
89+
* How this issue affects serving of the CSS Product.
9090
* The value may be {@code null}.
9191
*/
9292
@com.google.api.client.util.Key
9393
private java.lang.String servability;
9494

9595
/**
96-
* List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer.
96+
* List of country codes (ISO 3166-1 alpha-2) where issue applies to the CSS Product.
9797
* @return value or {@code null} for none
9898
*/
9999
public java.util.List<java.lang.String> getApplicableCountries() {
100100
return applicableCountries;
101101
}
102102

103103
/**
104-
* List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer.
104+
* List of country codes (ISO 3166-1 alpha-2) where issue applies to the CSS Product.
105105
* @param applicableCountries applicableCountries or {@code null} for none
106106
*/
107107
public ItemLevelIssue setApplicableCountries(java.util.List<java.lang.String> applicableCountries) {
@@ -229,15 +229,15 @@ public ItemLevelIssue setResolution(java.lang.String resolution) {
229229
}
230230

231231
/**
232-
* How this issue affects serving of the aggregate offer.
232+
* How this issue affects serving of the CSS Product.
233233
* @return value or {@code null} for none
234234
*/
235235
public java.lang.String getServability() {
236236
return servability;
237237
}
238238

239239
/**
240-
* How this issue affects serving of the aggregate offer.
240+
* How this issue affects serving of the CSS Product.
241241
* @param servability servability or {@code null} for none
242242
*/
243243
public ItemLevelIssue setServability(java.lang.String servability) {

clients/google-api-services-css/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-css</artifactId>
11-
<version>v1-rev20241104-2.0.0</version>
12-
<name>CSS API v1-rev20241104-2.0.0</name>
11+
<version>v1-rev20241124-2.0.0</version>
12+
<name>CSS API v1-rev20241124-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-css/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-css</artifactId>
25-
<version>v1-rev20241104-2.0.0</version>
25+
<version>v1-rev20241124-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-css:v1-rev20241104-2.0.0'
38+
implementation 'com.google.apis:google-api-services-css:v1-rev20241124-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)