Skip to content

Commit 76d760a

Browse files
1 parent 83011f8 commit 76d760a

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

clients/google-api-services-adsenseplatform/v1alpha/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-adsenseplatform</artifactId>
25-
<version>v1alpha-rev20250612-2.0.0</version>
25+
<version>v1alpha-rev20250623-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-adsenseplatform:v1alpha-rev20250612-2.0.0'
38+
implementation 'com.google.apis:google-api-services-adsenseplatform:v1alpha-rev20250623-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-adsenseplatform/v1alpha/2.0.0/com/google/api/services/adsenseplatform/v1alpha/AdSensePlatform.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -868,25 +868,27 @@ public List setPageSize(java.lang.Integer pageSize) {
868868
}
869869

870870
/**
871-
* Optional. A page token, received from a previous `ListPlatformChildren` call. Provide
872-
* this to retrieve the subsequent page. When paginating, all other parameters provided
873-
* to `ListPlatformChildren` must match the call that provided the page token.
871+
* Optional. A page token, received from a previous `ListPlatformChildSites` call.
872+
* Provide this to retrieve the subsequent page. When paginating, all other parameters
873+
* provided to `ListPlatformChildSites` must match the call that provided the page
874+
* token.
874875
*/
875876
@com.google.api.client.util.Key
876877
private java.lang.String pageToken;
877878

878-
/** Optional. A page token, received from a previous `ListPlatformChildren` call. Provide this to
879+
/** Optional. A page token, received from a previous `ListPlatformChildSites` call. Provide this to
879880
retrieve the subsequent page. When paginating, all other parameters provided to
880-
`ListPlatformChildren` must match the call that provided the page token.
881+
`ListPlatformChildSites` must match the call that provided the page token.
881882
*/
882883
public java.lang.String getPageToken() {
883884
return pageToken;
884885
}
885886

886887
/**
887-
* Optional. A page token, received from a previous `ListPlatformChildren` call. Provide
888-
* this to retrieve the subsequent page. When paginating, all other parameters provided
889-
* to `ListPlatformChildren` must match the call that provided the page token.
888+
* Optional. A page token, received from a previous `ListPlatformChildSites` call.
889+
* Provide this to retrieve the subsequent page. When paginating, all other parameters
890+
* provided to `ListPlatformChildSites` must match the call that provided the page
891+
* token.
890892
*/
891893
public List setPageToken(java.lang.String pageToken) {
892894
this.pageToken = pageToken;

clients/google-api-services-adsenseplatform/v1alpha/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-adsenseplatform</artifactId>
11-
<version>v1alpha-rev20250612-2.0.0</version>
12-
<name>AdSense Platform API v1alpha-rev20250612-2.0.0</name>
11+
<version>v1alpha-rev20250623-2.0.0</version>
12+
<name>AdSense Platform API v1alpha-rev20250623-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-adsenseplatform/v1alpha/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-adsenseplatform</artifactId>
25-
<version>v1alpha-rev20250612-2.0.0</version>
25+
<version>v1alpha-rev20250623-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-adsenseplatform:v1alpha-rev20250612-2.0.0'
38+
implementation 'com.google.apis:google-api-services-adsenseplatform:v1alpha-rev20250623-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)