Skip to content

Commit 32444a7

Browse files
1 parent 18c7ff3 commit 32444a7

File tree

4 files changed

+12
-12
lines changed

4 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class PlatformGroup extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Output only. Description of the PlatformGroup.
33+
* Required. Description of the PlatformGroup.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
@@ -44,22 +44,22 @@ public final class PlatformGroup extends com.google.api.client.json.GenericJson
4444
private java.lang.String name;
4545

4646
/**
47-
* The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%).
47+
* Output only. The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%).
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key
5151
private Decimal revshareMillipercent;
5252

5353
/**
54-
* Output only. Description of the PlatformGroup.
54+
* Required. Description of the PlatformGroup.
5555
* @return value or {@code null} for none
5656
*/
5757
public java.lang.String getDescription() {
5858
return description;
5959
}
6060

6161
/**
62-
* Output only. Description of the PlatformGroup.
62+
* Required. Description of the PlatformGroup.
6363
* @param description description or {@code null} for none
6464
*/
6565
public PlatformGroup setDescription(java.lang.String description) {
@@ -85,15 +85,15 @@ public PlatformGroup setName(java.lang.String name) {
8585
}
8686

8787
/**
88-
* The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%).
88+
* Output only. The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%).
8989
* @return value or {@code null} for none
9090
*/
9191
public Decimal getRevshareMillipercent() {
9292
return revshareMillipercent;
9393
}
9494

9595
/**
96-
* The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%).
96+
* Output only. The revenue share of the PlatformGroup, in millipercent (e.g. 15000 = 15%).
9797
* @param revshareMillipercent revshareMillipercent or {@code null} for none
9898
*/
9999
public PlatformGroup setRevshareMillipercent(Decimal revshareMillipercent) {

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-rev20250703-2.0.0</version>
12-
<name>AdSense Platform API v1alpha-rev20250703-2.0.0</name>
11+
<version>v1alpha-rev20250707-2.0.0</version>
12+
<name>AdSense Platform API v1alpha-rev20250707-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-rev20250703-2.0.0</version>
25+
<version>v1alpha-rev20250707-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-rev20250703-2.0.0'
38+
implementation 'com.google.apis:google-api-services-adsenseplatform:v1alpha-rev20250707-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)