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-rev20240829 -2.0.0</version >
25+ <version >v5-rev20260610 -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-rev20240829 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-pagespeedonline:v5-rev20260610 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -37,6 +37,13 @@ public final class Categories extends com.google.api.client.json.GenericJson {
3737 @ com .google .api .client .util .Key
3838 private LighthouseCategoryV5 accessibility ;
3939
40+ /**
41+ * The agentic browsing category, containing all agentic browsing related audits.
42+ * The value may be {@code null}.
43+ */
44+ @ com .google .api .client .util .Key ("agentic-browsing" )
45+ private LighthouseCategoryV5 agenticBrowsing ;
46+
4047 /**
4148 * The best practices category, containing all best practices related audits.
4249 * The value may be {@code null}.
@@ -83,6 +90,23 @@ public Categories setAccessibility(LighthouseCategoryV5 accessibility) {
8390 return this ;
8491 }
8592
93+ /**
94+ * The agentic browsing category, containing all agentic browsing related audits.
95+ * @return value or {@code null} for none
96+ */
97+ public LighthouseCategoryV5 getAgenticBrowsing () {
98+ return agenticBrowsing ;
99+ }
100+
101+ /**
102+ * The agentic browsing category, containing all agentic browsing related audits.
103+ * @param agenticBrowsing agenticBrowsing or {@code null} for none
104+ */
105+ public Categories setAgenticBrowsing (LighthouseCategoryV5 agenticBrowsing ) {
106+ this .agenticBrowsing = agenticBrowsing ;
107+ return this ;
108+ }
109+
86110 /**
87111 * The best practices category, containing all best practices related audits.
88112 * @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-rev20240829 -2.0.0</version >
12- <name >PageSpeed Insights API v5-rev20240829 -2.0.0</name >
11+ <version >v5-rev20260610 -2.0.0</version >
12+ <name >PageSpeed Insights API v5-rev20260610 -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-rev20240829 -2.0.0</version >
25+ <version >v5-rev20260610 -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-rev20240829 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-pagespeedonline:v5-rev20260610 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments