File tree Expand file tree Collapse file tree 4 files changed +29
-6
lines changed
clients/google-api-services-webfonts/v1
com/google/api/services/webfonts Expand file tree Collapse file tree 4 files changed +29
-6
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-webfonts</artifactId >
25
- <version >v1-rev20240508 -2.0.0</version >
25
+ <version >v1-rev20250121 -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-webfonts:v1-rev20240508 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-webfonts:v1-rev20250121 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -270,6 +270,29 @@ public List setCapability(java.util.List<java.lang.String> capability) {
270
270
return this ;
271
271
}
272
272
273
+ /**
274
+ * Filters by Webfont.category, if category is found in Webfont.categories. If not set,
275
+ * returns all families.
276
+ */
277
+ @ com .google .api .client .util .Key
278
+ private java .lang .String category ;
279
+
280
+ /** Filters by Webfont.category, if category is found in Webfont.categories. If not set, returns all
281
+ families.
282
+ */
283
+ public java .lang .String getCategory () {
284
+ return category ;
285
+ }
286
+
287
+ /**
288
+ * Filters by Webfont.category, if category is found in Webfont.categories. If not set,
289
+ * returns all families.
290
+ */
291
+ public List setCategory (java .lang .String category ) {
292
+ this .category = category ;
293
+ return this ;
294
+ }
295
+
273
296
/** Filters by Webfont.family, using literal match. If not set, returns all families */
274
297
@ com .google .api .client .util .Key
275
298
private java .util .List <java .lang .String > family ;
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-webfonts</artifactId >
11
- <version >v1-rev20240508 -2.0.0</version >
12
- <name >Web Fonts Developer API v1-rev20240508 -2.0.0</name >
11
+ <version >v1-rev20250121 -2.0.0</version >
12
+ <name >Web Fonts Developer API v1-rev20250121 -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-webfonts</artifactId >
25
- <version >v1-rev20240508 -2.0.0</version >
25
+ <version >v1-rev20250121 -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-webfonts:v1-rev20240508 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-webfonts:v1-rev20250121 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments