File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
clients/google-api-services-css/v1
com/google/api/services/css/v1 Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-css</artifactId >
25
- <version >v1-rev20240909 -2.0.0</version >
25
+ <version >v1-rev20241104 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-css:v1-rev20240909 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-css:v1-rev20241104 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -1676,7 +1676,7 @@ public Delete set(String parameterName, Object value) {
1676
1676
}
1677
1677
}
1678
1678
/**
1679
- * Lists the labels assigned to an account.
1679
+ * Lists the labels owned by an account.
1680
1680
*
1681
1681
* Create a request for the method "labels.list".
1682
1682
*
@@ -1700,7 +1700,7 @@ public class List extends CssRequest<com.google.api.services.css.v1.model.ListAc
1700
1700
java .util .regex .Pattern .compile ("^accounts/[^/]+$" );
1701
1701
1702
1702
/**
1703
- * Lists the labels assigned to an account.
1703
+ * Lists the labels owned by an account.
1704
1704
*
1705
1705
* Create a request for the method "labels.list".
1706
1706
*
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-css</artifactId >
11
- <version >v1-rev20240909 -2.0.0</version >
12
- <name >CSS API v1-rev20240909 -2.0.0</name >
11
+ <version >v1-rev20241104 -2.0.0</version >
12
+ <name >CSS API v1-rev20241104 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-css</artifactId >
25
- <version >v1-rev20240909 -2.0.0</version >
25
+ <version >v1-rev20241104 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-css:v1-rev20240909 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-css:v1-rev20241104 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments