Skip to content

Commit 3b435d7

Browse files
1 parent 5d26528 commit 3b435d7

4 files changed

Lines changed: 30 additions & 6 deletions

File tree

clients/google-api-services-pagespeedonline/v5/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-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
}
3737
dependencies {
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

clients/google-api-services-pagespeedonline/v5/2.0.0/com/google/api/services/pagespeedonline/v5/model/Categories.java

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

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

clients/google-api-services-pagespeedonline/v5/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-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
}
3737
dependencies {
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

0 commit comments

Comments
 (0)