Skip to content

Commit 97a16db

Browse files
1 parent ecac894 commit 97a16db

File tree

6 files changed

+37
-33
lines changed

6 files changed

+37
-33
lines changed

clients/google-api-services-adsenseplatform/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.45.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
95-
<link>https://googleapis.dev/java/google-api-client/2.7.1/</link>
95+
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>
9898
</plugin>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.google.api-client</groupId>
127127
<artifactId>google-api-client</artifactId>
128-
<version>2.7.1</version>
128+
<version>2.7.2</version>
129129
</dependency>
130130
</dependencies>
131131

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-rev20250120-2.0.0</version>
25+
<version>v1alpha-rev20250123-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-rev20250120-2.0.0'
38+
implementation 'com.google.apis:google-api-services-adsenseplatform:v1alpha-rev20250123-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: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,8 @@ public class Sites {
556556
* This request holds the parameters needed by the adsenseplatform server. After setting any
557557
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
558558
*
559-
* @param parent Required. The name of the platform to retrieve. Format:
560-
* accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code}
559+
* @param parent Required. The name of the child account under the given platform which owns the platform child
560+
* sites. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}
561561
* @return the request
562562
*/
563563
public List list(java.lang.String parent) throws java.io.IOException {
@@ -583,8 +583,8 @@ public class List extends AdSensePlatformRequest<com.google.api.services.adsense
583583
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
584584
* must be called to initialize this instance immediately after invoking the constructor. </p>
585585
*
586-
* @param parent Required. The name of the platform to retrieve. Format:
587-
* accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code}
586+
* @param parent Required. The name of the child account under the given platform which owns the platform child
587+
* sites. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}
588588
* @since 1.13
589589
*/
590590
protected List(java.lang.String parent) {
@@ -663,22 +663,24 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
663663
}
664664

665665
/**
666-
* Required. The name of the platform to retrieve. Format:
667-
* accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code}
666+
* Required. The name of the child account under the given platform which owns the
667+
* platform child sites. Format:
668+
* accounts/{account}/platforms/{platform}/childAccounts/{child_account}
668669
*/
669670
@com.google.api.client.util.Key
670671
private java.lang.String parent;
671672

672-
/** Required. The name of the platform to retrieve. Format:
673-
accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code}
673+
/** Required. The name of the child account under the given platform which owns the platform child
674+
sites. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}
674675
*/
675676
public java.lang.String getParent() {
676677
return parent;
677678
}
678679

679680
/**
680-
* Required. The name of the platform to retrieve. Format:
681-
* accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code}
681+
* Required. The name of the child account under the given platform which owns the
682+
* platform child sites. Format:
683+
* accounts/{account}/platforms/{platform}/childAccounts/{child_account}
682684
*/
683685
public List setParent(java.lang.String parent) {
684686
if (!getSuppressPatternChecks()) {
@@ -756,7 +758,8 @@ public List set(String parameterName, Object value) {
756758
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
757759
*
758760
* @param name Identifier. Format:
759-
* accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}
761+
* accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_chil
762+
* d_site}
760763
* @param content the {@link com.google.api.services.adsenseplatform.v1alpha.model.PlatformChildSite}
761764
* @return the request
762765
*/
@@ -785,7 +788,8 @@ public class Patch extends AdSensePlatformRequest<com.google.api.services.adsens
785788
* be called to initialize this instance immediately after invoking the constructor. </p>
786789
*
787790
* @param name Identifier. Format:
788-
* accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}
791+
* accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_chil
792+
* d_site}
789793
* @param content the {@link com.google.api.services.adsenseplatform.v1alpha.model.PlatformChildSite}
790794
* @since 1.13
791795
*/
@@ -855,22 +859,22 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
855859
}
856860

857861
/**
858-
* Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sit
859-
* es/{platformChildSite}
862+
* Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_acco
863+
* unt}/sites/{platform_child_site}
860864
*/
861865
@com.google.api.client.util.Key
862866
private java.lang.String name;
863867

864868
/** Identifier. Format:
865-
accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}
869+
accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site}
866870
*/
867871
public java.lang.String getName() {
868872
return name;
869873
}
870874

871875
/**
872-
* Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sit
873-
* es/{platformChildSite}
876+
* Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_acco
877+
* unt}/sites/{platform_child_site}
874878
*/
875879
public Patch setName(java.lang.String name) {
876880
if (!getSuppressPatternChecks()) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public final class PlatformChildSite extends com.google.api.client.json.GenericJ
3737
private java.lang.String domain;
3838

3939
/**
40-
* Identifier. Format:
41-
* accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}
40+
* Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites
41+
* /{platform_child_site}
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -69,17 +69,17 @@ public PlatformChildSite setDomain(java.lang.String domain) {
6969
}
7070

7171
/**
72-
* Identifier. Format:
73-
* accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}
72+
* Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites
73+
* /{platform_child_site}
7474
* @return value or {@code null} for none
7575
*/
7676
public java.lang.String getName() {
7777
return name;
7878
}
7979

8080
/**
81-
* Identifier. Format:
82-
* accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}
81+
* Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites
82+
* /{platform_child_site}
8383
* @param name name or {@code null} for none
8484
*/
8585
public PlatformChildSite setName(java.lang.String name) {

clients/google-api-services-adsenseplatform/v1alpha/2.0.0/pom.xml

Lines changed: 4 additions & 4 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-rev20250120-2.0.0</version>
12-
<name>AdSense Platform API v1alpha-rev20250120-2.0.0</name>
11+
<version>v1alpha-rev20250123-2.0.0</version>
12+
<name>AdSense Platform API v1alpha-rev20250123-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -92,7 +92,7 @@
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.45.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
95-
<link>https://googleapis.dev/java/google-api-client/2.7.1/</link>
95+
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>
9898
</plugin>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.google.api-client</groupId>
127127
<artifactId>google-api-client</artifactId>
128-
<version>2.7.1</version>
128+
<version>2.7.2</version>
129129
</dependency>
130130
</dependencies>
131131

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

0 commit comments

Comments
 (0)