Skip to content

Commit 3ec2b50

Browse files
1 parent f54b3c8 commit 3ec2b50

File tree

4 files changed

+29
-6
lines changed

4 files changed

+29
-6
lines changed

clients/google-api-services-webfonts/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-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
}
3737
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'
3939
}
4040
```
4141

clients/google-api-services-webfonts/v1/2.0.0/com/google/api/services/webfonts/Webfonts.java

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

clients/google-api-services-webfonts/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-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>

clients/google-api-services-webfonts/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-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
}
3737
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'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)