Skip to content

Commit 961c371

Browse files
1 parent 4c4d984 commit 961c371

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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-rev20250603-2.0.0</version>
25+
<version>v1-rev20260303-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-rev20250603-2.0.0'
38+
implementation 'com.google.apis:google-api-services-css:v1-rev20260303-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ public final class Attributes extends com.google.api.client.json.GenericJson {
390390

391391
/**
392392
* The cut of the item. It can be used to represent combined size types for apparel items. Maximum
393-
* two of size types can be provided (see
394-
* [https://support.google.com/merchants/answer/6324497](size type)).
393+
* two of size types can be provided (see [size
394+
* type](https://support.google.com/merchants/answer/6324497).
395395
* The value may be {@code null}.
396396
*/
397397
@com.google.api.client.util.Key
@@ -1268,8 +1268,8 @@ public Attributes setSizeSystem(java.lang.String sizeSystem) {
12681268

12691269
/**
12701270
* The cut of the item. It can be used to represent combined size types for apparel items. Maximum
1271-
* two of size types can be provided (see
1272-
* [https://support.google.com/merchants/answer/6324497](size type)).
1271+
* two of size types can be provided (see [size
1272+
* type](https://support.google.com/merchants/answer/6324497).
12731273
* @return value or {@code null} for none
12741274
*/
12751275
public java.util.List<java.lang.String> getSizeTypes() {
@@ -1278,8 +1278,8 @@ public java.util.List<java.lang.String> getSizeTypes() {
12781278

12791279
/**
12801280
* The cut of the item. It can be used to represent combined size types for apparel items. Maximum
1281-
* two of size types can be provided (see
1282-
* [https://support.google.com/merchants/answer/6324497](size type)).
1281+
* two of size types can be provided (see [size
1282+
* type](https://support.google.com/merchants/answer/6324497).
12831283
* @param sizeTypes sizeTypes or {@code null} for none
12841284
*/
12851285
public Attributes setSizeTypes(java.util.List<java.lang.String> sizeTypes) {

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

0 commit comments

Comments
 (0)