Skip to content

Commit 81eb019

Browse files
1 parent 68865ab commit 81eb019

File tree

4 files changed

+15
-15
lines changed

4 files changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -488,24 +488,24 @@ public ListChildAccounts setLabelId(java.lang.Long labelId) {
488488

489489
/**
490490
* Optional. The maximum number of accounts to return. The service may return fewer than this
491-
* value. If unspecified, at most 50 accounts will be returned. The maximum value is 1000;
492-
* values above 1000 will be coerced to 1000.
491+
* value. If unspecified, at most 50 accounts will be returned. The maximum value is 100;
492+
* values above 100 will be coerced to 100.
493493
*/
494494
@com.google.api.client.util.Key
495495
private java.lang.Integer pageSize;
496496

497497
/** Optional. The maximum number of accounts to return. The service may return fewer than this value.
498-
If unspecified, at most 50 accounts will be returned. The maximum value is 1000; values above 1000
499-
will be coerced to 1000.
498+
If unspecified, at most 50 accounts will be returned. The maximum value is 100; values above 100
499+
will be coerced to 100.
500500
*/
501501
public java.lang.Integer getPageSize() {
502502
return pageSize;
503503
}
504504

505505
/**
506506
* Optional. The maximum number of accounts to return. The service may return fewer than this
507-
* value. If unspecified, at most 50 accounts will be returned. The maximum value is 1000;
508-
* values above 1000 will be coerced to 1000.
507+
* value. If unspecified, at most 50 accounts will be returned. The maximum value is 100;
508+
* values above 100 will be coerced to 100.
509509
*/
510510
public ListChildAccounts setPageSize(java.lang.Integer pageSize) {
511511
this.pageSize = pageSize;
@@ -996,15 +996,15 @@ public Insert setParent(java.lang.String parent) {
996996
}
997997

998998
/**
999-
* Required. The primary or supplemental feed id. If CSS Product already exists and feed id
999+
* Optional. The primary or supplemental feed id. If CSS Product already exists and feed id
10001000
* provided is different, then the CSS Product will be moved to a new feed. Note: For now,
10011001
* CSSs do not need to provide feed ids as we create feeds on the fly. We do not have
10021002
* supplemental feed support for CSS Products yet.
10031003
*/
10041004
@com.google.api.client.util.Key
10051005
private java.lang.Long feedId;
10061006

1007-
/** Required. The primary or supplemental feed id. If CSS Product already exists and feed id provided
1007+
/** Optional. The primary or supplemental feed id. If CSS Product already exists and feed id provided
10081008
is different, then the CSS Product will be moved to a new feed. Note: For now, CSSs do not need to
10091009
provide feed ids as we create feeds on the fly. We do not have supplemental feed support for CSS
10101010
Products yet.
@@ -1014,7 +1014,7 @@ public java.lang.Long getFeedId() {
10141014
}
10151015

10161016
/**
1017-
* Required. The primary or supplemental feed id. If CSS Product already exists and feed id
1017+
* Optional. The primary or supplemental feed id. If CSS Product already exists and feed id
10181018
* provided is different, then the CSS Product will be moved to a new feed. Note: For now,
10191019
* CSSs do not need to provide feed ids as we create feeds on the fly. We do not have
10201020
* supplemental feed support for CSS Products yet.

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-rev20241124-2.0.0</version>
12-
<name>CSS API v1-rev20241124-2.0.0</name>
11+
<version>v1-rev20241210-2.0.0</version>
12+
<name>CSS API v1-rev20241210-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-rev20241124-2.0.0</version>
25+
<version>v1-rev20241210-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-rev20241124-2.0.0'
38+
implementation 'com.google.apis:google-api-services-css:v1-rev20241210-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)