Skip to content

Commit f25d9a0

Browse files
1 parent 2a0600b commit f25d9a0

File tree

4 files changed

+12
-24
lines changed

4 files changed

+12
-24
lines changed

clients/google-api-services-datamanager/v1/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-datamanager</artifactId>
25-
<version>v1-rev20260307-2.0.0</version>
25+
<version>v1-rev20260321-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-datamanager:v1-rev20260307-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datamanager:v1-rev20260321-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-datamanager/v1/2.0.0/com/google/api/services/datamanager/v1/DataManager.java

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,7 @@ public class PartnerLinks {
373373
* following optional headers to define how the API authorizes access for the request: * `login-
374374
* account`: (Optional) The resource name of the account where the Google Account of the credentials
375375
* is a user. If not set, defaults to the account of the request. Format:
376-
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}` * `linked-account`: (Optional) The
377-
* resource name of the account with an established product link to the `login-account`. Format:
378-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
376+
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
379377
*
380378
* Create a request for the method "partnerLinks.create".
381379
*
@@ -405,9 +403,7 @@ public class Create extends DataManagerRequest<com.google.api.services.datamanag
405403
* following optional headers to define how the API authorizes access for the request: * `login-
406404
* account`: (Optional) The resource name of the account where the Google Account of the
407405
* credentials is a user. If not set, defaults to the account of the request. Format:
408-
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}` * `linked-account`: (Optional) The
409-
* resource name of the account with an established product link to the `login-account`. Format:
410-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
406+
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
411407
*
412408
* Create a request for the method "partnerLinks.create".
413409
*
@@ -525,9 +521,7 @@ public Create set(String parameterName, Object value) {
525521
* following optional headers to define how the API authorizes access for the request: * `login-
526522
* account`: (Optional) The resource name of the account where the Google Account of the credentials
527523
* is a user. If not set, defaults to the account of the request. Format:
528-
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}` * `linked-account`: (Optional) The
529-
* resource name of the account with an established product link to the `login-account`. Format:
530-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
524+
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
531525
*
532526
* Create a request for the method "partnerLinks.delete".
533527
*
@@ -556,9 +550,7 @@ public class Delete extends DataManagerRequest<com.google.api.services.datamanag
556550
* following optional headers to define how the API authorizes access for the request: * `login-
557551
* account`: (Optional) The resource name of the account where the Google Account of the
558552
* credentials is a user. If not set, defaults to the account of the request. Format:
559-
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}` * `linked-account`: (Optional) The
560-
* resource name of the account with an established product link to the `login-account`. Format:
561-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
553+
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
562554
*
563555
* Create a request for the method "partnerLinks.delete".
564556
*
@@ -675,9 +667,7 @@ public Delete set(String parameterName, Object value) {
675667
* supports the following optional headers to define how the API authorizes access for the request:
676668
* * `login-account`: (Optional) The resource name of the account where the Google Account of the
677669
* credentials is a user. If not set, defaults to the account of the request. Format:
678-
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}` * `linked-account`: (Optional) The
679-
* resource name of the account with an established product link to the `login-account`. Format:
680-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
670+
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
681671
*
682672
* Create a request for the method "partnerLinks.search".
683673
*
@@ -707,9 +697,7 @@ public class Search extends DataManagerRequest<com.google.api.services.datamanag
707697
* supports the following optional headers to define how the API authorizes access for the
708698
* request: * `login-account`: (Optional) The resource name of the account where the Google
709699
* Account of the credentials is a user. If not set, defaults to the account of the request.
710-
* Format: `accountTypes/{loginAccountType}/accounts/{loginAccountId}` * `linked-account`:
711-
* (Optional) The resource name of the account with an established product link to the `login-
712-
* account`. Format: `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
700+
* Format: `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
713701
*
714702
* Create a request for the method "partnerLinks.search".
715703
*

clients/google-api-services-datamanager/v1/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-datamanager</artifactId>
11-
<version>v1-rev20260307-2.0.0</version>
12-
<name>Data Manager API v1-rev20260307-2.0.0</name>
11+
<version>v1-rev20260321-2.0.0</version>
12+
<name>Data Manager API v1-rev20260321-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-datamanager/v1/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-datamanager</artifactId>
25-
<version>v1-rev20260307-2.0.0</version>
25+
<version>v1-rev20260321-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-datamanager:v1-rev20260307-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datamanager:v1-rev20260321-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)