File tree Expand file tree Collapse file tree
clients/google-api-services-pagespeedonline/v5
com/google/api/services/pagespeedonline/v5/model Expand file tree Collapse file tree 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-pagespeedonline</artifactId >
25- <version >v5-rev20260624 -2.0.0</version >
25+ <version >v5-rev20260629 -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-pagespeedonline:v5-rev20260624 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-pagespeedonline:v5-rev20260629 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -43,6 +43,13 @@ public final class LighthouseCategoryV5 extends com.google.api.client.json.Gener
4343 com .google .api .client .util .Data .nullOf (AuditRefs .class );
4444 }
4545
46+ /**
47+ * Optional. How the category score should be displayed (e.g. as a fraction).
48+ * The value may be {@code null}.
49+ */
50+ @ com .google .api .client .util .Key
51+ private java .lang .String categoryScoreDisplayMode ;
52+
4653 /**
4754 * A more detailed description of the category and its importance.
4855 * The value may be {@code null}.
@@ -96,6 +103,23 @@ public LighthouseCategoryV5 setAuditRefs(java.util.List<AuditRefs> auditRefs) {
96103 return this ;
97104 }
98105
106+ /**
107+ * Optional. How the category score should be displayed (e.g. as a fraction).
108+ * @return value or {@code null} for none
109+ */
110+ public java .lang .String getCategoryScoreDisplayMode () {
111+ return categoryScoreDisplayMode ;
112+ }
113+
114+ /**
115+ * Optional. How the category score should be displayed (e.g. as a fraction).
116+ * @param categoryScoreDisplayMode categoryScoreDisplayMode or {@code null} for none
117+ */
118+ public LighthouseCategoryV5 setCategoryScoreDisplayMode (java .lang .String categoryScoreDisplayMode ) {
119+ this .categoryScoreDisplayMode = categoryScoreDisplayMode ;
120+ return this ;
121+ }
122+
99123 /**
100124 * A more detailed description of the category and its importance.
101125 * @return value or {@code null} for none
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-pagespeedonline</artifactId >
11- <version >v5-rev20260624 -2.0.0</version >
12- <name >PageSpeed Insights API v5-rev20260624 -2.0.0</name >
11+ <version >v5-rev20260629 -2.0.0</version >
12+ <name >PageSpeed Insights API v5-rev20260629 -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-pagespeedonline</artifactId >
25- <version >v5-rev20260624 -2.0.0</version >
25+ <version >v5-rev20260629 -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-pagespeedonline:v5-rev20260624 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-pagespeedonline:v5-rev20260629 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments