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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-webfonts</artifactId >
25- <version >v1-rev20240508 -2.0.0</version >
25+ <version >v1-rev20250121 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
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'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -270,6 +270,29 @@ public List setCapability(java.util.List<java.lang.String> capability) {
270270 return this ;
271271 }
272272
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+
273296 /** Filters by Webfont.family, using literal match. If not set, returns all families */
274297 @ com .google .api .client .util .Key
275298 private java .util .List <java .lang .String > family ;
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <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 >
1313 <packaging >jar</packaging >
1414
1515 <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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-webfonts</artifactId >
25- <version >v1-rev20240508 -2.0.0</version >
25+ <version >v1-rev20250121 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
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'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments