Skip to content

Commit 0d2d580

Browse files
1 parent 8ef1ba2 commit 0d2d580

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

clients/google-api-services-adsense/v2/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-adsense</artifactId>
25-
<version>v2-rev20250506-2.0.0</version>
25+
<version>v2-rev20250624-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-adsense:v2-rev20250506-2.0.0'
38+
implementation 'com.google.apis:google-api-services-adsense:v2-rev20250624-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-adsense/v2/2.0.0/com/google/api/services/adsense/v2/model/Account.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ public final class Account extends com.google.api.client.json.GenericJson {
6060
private java.util.List<java.lang.String> pendingTasks;
6161

6262
/**
63-
* Output only. Whether this account is premium.
63+
* Output only. Whether this account is premium. Premium accounts have access to additional spam-
64+
* related metrics.
6465
* The value may be {@code null}.
6566
*/
6667
@com.google.api.client.util.Key
@@ -152,15 +153,17 @@ public Account setPendingTasks(java.util.List<java.lang.String> pendingTasks) {
152153
}
153154

154155
/**
155-
* Output only. Whether this account is premium.
156+
* Output only. Whether this account is premium. Premium accounts have access to additional spam-
157+
* related metrics.
156158
* @return value or {@code null} for none
157159
*/
158160
public java.lang.Boolean getPremium() {
159161
return premium;
160162
}
161163

162164
/**
163-
* Output only. Whether this account is premium.
165+
* Output only. Whether this account is premium. Premium accounts have access to additional spam-
166+
* related metrics.
164167
* @param premium premium or {@code null} for none
165168
*/
166169
public Account setPremium(java.lang.Boolean premium) {

clients/google-api-services-adsense/v2/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-adsense</artifactId>
11-
<version>v2-rev20250506-2.0.0</version>
12-
<name>AdSense Management API v2-rev20250506-2.0.0</name>
11+
<version>v2-rev20250624-2.0.0</version>
12+
<name>AdSense Management API v2-rev20250624-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-adsense/v2/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-adsense</artifactId>
25-
<version>v2-rev20250506-2.0.0</version>
25+
<version>v2-rev20250624-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-adsense:v2-rev20250506-2.0.0'
38+
implementation 'com.google.apis:google-api-services-adsense:v2-rev20250624-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)