Skip to content

Commit 5e4770c

Browse files
chore: generate libraries at Fri Mar 27 03:03:29 UTC 2026
1 parent 93d42e8 commit 5e4770c

File tree

1,114 files changed

+403956
-4748
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,114 files changed

+403956
-4748
lines changed

java-datamanager/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.api-ads</groupId>
2424
<artifactId>data-manager</artifactId>
25-
<version>0.8.0</version>
25+
<version>0.9.0</version>
2626
</dependency>
2727
```
2828

2929
If you are using Gradle without BOM, add this to your dependencies:
3030

3131
```Groovy
32-
implementation 'com.google.api-ads:data-manager:0.8.0'
32+
implementation 'com.google.api-ads:data-manager:0.9.0'
3333
```
3434

3535
If you are using SBT, add this to your dependencies:
3636

3737
```Scala
38-
libraryDependencies += "com.google.api-ads" % "data-manager" % "0.8.0"
38+
libraryDependencies += "com.google.api-ads" % "data-manager" % "0.9.0"
3939
```
4040

4141
## Authentication
@@ -158,7 +158,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
158158
[javadocs]: https://cloud.google.com/java/docs/reference/data-manager/latest/overview
159159
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
160160
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/data-manager.svg
161-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/data-manager/0.8.0
161+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/data-manager/0.9.0
162162
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
163163
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
164164
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-datamanager/data-manager/src/main/java/com/google/ads/datamanager/v1/PartnerLinkServiceClient.java

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
* <p> This method supports the following optional headers to define how the API authorizes access for the request:
7272
* <ul>
7373
* <li> `login-account`: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format: `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
74-
* <li> `linked-account`: (Optional) The resource name of the account with an established product link to the `login-account`. Format: `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
7574
* </ul></td>
7675
* <td>
7776
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
@@ -96,7 +95,6 @@
9695
* <p> This method supports the following optional headers to define how the API authorizes access for the request:
9796
* <ul>
9897
* <li> `login-account`: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format: `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
99-
* <li> `linked-account`: (Optional) The resource name of the account with an established product link to the `login-account`. Format: `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
10098
* </ul></td>
10199
* <td>
102100
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
@@ -121,7 +119,6 @@
121119
* <p> This method supports the following optional headers to define how the API authorizes access for the request:
122120
* <ul>
123121
* <li> `login-account`: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format: `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
124-
* <li> `linked-account`: (Optional) The resource name of the account with an established product link to the `login-account`. Format: `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
125122
* </ul></td>
126123
* <td>
127124
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
@@ -261,9 +258,6 @@ public PartnerLinkServiceStub getStub() {
261258
* <li>`login-account`: (Optional) The resource name of the account where the Google Account of
262259
* the credentials is a user. If not set, defaults to the account of the request. Format:
263260
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
264-
* <li>`linked-account`: (Optional) The resource name of the account with an established product
265-
* link to the `login-account`. Format:
266-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
267261
* </ul>
268262
*
269263
* <p>Sample code:
@@ -308,9 +302,6 @@ public final PartnerLink createPartnerLink(AccountName parent, PartnerLink partn
308302
* <li>`login-account`: (Optional) The resource name of the account where the Google Account of
309303
* the credentials is a user. If not set, defaults to the account of the request. Format:
310304
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
311-
* <li>`linked-account`: (Optional) The resource name of the account with an established product
312-
* link to the `login-account`. Format:
313-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
314305
* </ul>
315306
*
316307
* <p>Sample code:
@@ -352,9 +343,6 @@ public final PartnerLink createPartnerLink(String parent, PartnerLink partnerLin
352343
* <li>`login-account`: (Optional) The resource name of the account where the Google Account of
353344
* the credentials is a user. If not set, defaults to the account of the request. Format:
354345
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
355-
* <li>`linked-account`: (Optional) The resource name of the account with an established product
356-
* link to the `login-account`. Format:
357-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
358346
* </ul>
359347
*
360348
* <p>Sample code:
@@ -395,9 +383,6 @@ public final PartnerLink createPartnerLink(CreatePartnerLinkRequest request) {
395383
* <li>`login-account`: (Optional) The resource name of the account where the Google Account of
396384
* the credentials is a user. If not set, defaults to the account of the request. Format:
397385
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
398-
* <li>`linked-account`: (Optional) The resource name of the account with an established product
399-
* link to the `login-account`. Format:
400-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
401386
* </ul>
402387
*
403388
* <p>Sample code:
@@ -438,9 +423,6 @@ public final UnaryCallable<CreatePartnerLinkRequest, PartnerLink> createPartnerL
438423
* <li>`login-account`: (Optional) The resource name of the account where the Google Account of
439424
* the credentials is a user. If not set, defaults to the account of the request. Format:
440425
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
441-
* <li>`linked-account`: (Optional) The resource name of the account with an established product
442-
* link to the `login-account`. Format:
443-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
444426
* </ul>
445427
*
446428
* <p>Sample code:
@@ -482,9 +464,6 @@ public final void deletePartnerLink(PartnerLinkName name) {
482464
* <li>`login-account`: (Optional) The resource name of the account where the Google Account of
483465
* the credentials is a user. If not set, defaults to the account of the request. Format:
484466
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
485-
* <li>`linked-account`: (Optional) The resource name of the account with an established product
486-
* link to the `login-account`. Format:
487-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
488467
* </ul>
489468
*
490469
* <p>Sample code:
@@ -523,9 +502,6 @@ public final void deletePartnerLink(String name) {
523502
* <li>`login-account`: (Optional) The resource name of the account where the Google Account of
524503
* the credentials is a user. If not set, defaults to the account of the request. Format:
525504
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
526-
* <li>`linked-account`: (Optional) The resource name of the account with an established product
527-
* link to the `login-account`. Format:
528-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
529505
* </ul>
530506
*
531507
* <p>Sample code:
@@ -566,9 +542,6 @@ public final void deletePartnerLink(DeletePartnerLinkRequest request) {
566542
* <li>`login-account`: (Optional) The resource name of the account where the Google Account of
567543
* the credentials is a user. If not set, defaults to the account of the request. Format:
568544
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
569-
* <li>`linked-account`: (Optional) The resource name of the account with an established product
570-
* link to the `login-account`. Format:
571-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
572545
* </ul>
573546
*
574547
* <p>Sample code:
@@ -609,9 +582,6 @@ public final UnaryCallable<DeletePartnerLinkRequest, Empty> deletePartnerLinkCal
609582
* <li>`login-account`: (Optional) The resource name of the account where the Google Account of
610583
* the credentials is a user. If not set, defaults to the account of the request. Format:
611584
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
612-
* <li>`linked-account`: (Optional) The resource name of the account with an established product
613-
* link to the `login-account`. Format:
614-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
615585
* </ul>
616586
*
617587
* <p>Sample code:
@@ -657,9 +627,6 @@ public final SearchPartnerLinksPagedResponse searchPartnerLinks(AccountName pare
657627
* <li>`login-account`: (Optional) The resource name of the account where the Google Account of
658628
* the credentials is a user. If not set, defaults to the account of the request. Format:
659629
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
660-
* <li>`linked-account`: (Optional) The resource name of the account with an established product
661-
* link to the `login-account`. Format:
662-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
663630
* </ul>
664631
*
665632
* <p>Sample code:
@@ -703,9 +670,6 @@ public final SearchPartnerLinksPagedResponse searchPartnerLinks(String parent) {
703670
* <li>`login-account`: (Optional) The resource name of the account where the Google Account of
704671
* the credentials is a user. If not set, defaults to the account of the request. Format:
705672
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
706-
* <li>`linked-account`: (Optional) The resource name of the account with an established product
707-
* link to the `login-account`. Format:
708-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
709673
* </ul>
710674
*
711675
* <p>Sample code:
@@ -752,9 +716,6 @@ public final SearchPartnerLinksPagedResponse searchPartnerLinks(
752716
* <li>`login-account`: (Optional) The resource name of the account where the Google Account of
753717
* the credentials is a user. If not set, defaults to the account of the request. Format:
754718
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
755-
* <li>`linked-account`: (Optional) The resource name of the account with an established product
756-
* link to the `login-account`. Format:
757-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
758719
* </ul>
759720
*
760721
* <p>Sample code:
@@ -800,9 +761,6 @@ public final SearchPartnerLinksPagedResponse searchPartnerLinks(
800761
* <li>`login-account`: (Optional) The resource name of the account where the Google Account of
801762
* the credentials is a user. If not set, defaults to the account of the request. Format:
802763
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
803-
* <li>`linked-account`: (Optional) The resource name of the account with an established product
804-
* link to the `login-account`. Format:
805-
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
806764
* </ul>
807765
*
808766
* <p>Sample code:

java-datamanager/data-manager/src/main/java/com/google/ads/datamanager/v1/stub/GrpcPartnerLinkServiceStub.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ protected GrpcPartnerLinkServiceStub(
140140
builder.add("parent", String.valueOf(request.getParent()));
141141
return builder.build();
142142
})
143+
.setResourceNameExtractor(request -> request.getParent())
143144
.build();
144145
GrpcCallSettings<DeletePartnerLinkRequest, Empty> deletePartnerLinkTransportSettings =
145146
GrpcCallSettings.<DeletePartnerLinkRequest, Empty>newBuilder()
@@ -150,6 +151,7 @@ protected GrpcPartnerLinkServiceStub(
150151
builder.add("name", String.valueOf(request.getName()));
151152
return builder.build();
152153
})
154+
.setResourceNameExtractor(request -> request.getName())
153155
.build();
154156
GrpcCallSettings<SearchPartnerLinksRequest, SearchPartnerLinksResponse>
155157
searchPartnerLinksTransportSettings =
@@ -161,6 +163,7 @@ protected GrpcPartnerLinkServiceStub(
161163
builder.add("parent", String.valueOf(request.getParent()));
162164
return builder.build();
163165
})
166+
.setResourceNameExtractor(request -> request.getParent())
164167
.build();
165168

166169
this.createPartnerLinkCallable =

java-datamanager/data-manager/src/main/java/com/google/ads/datamanager/v1/stub/GrpcUserListDirectLicenseServiceStub.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ protected GrpcUserListDirectLicenseServiceStub(
169169
builder.add("parent", String.valueOf(request.getParent()));
170170
return builder.build();
171171
})
172+
.setResourceNameExtractor(request -> request.getParent())
172173
.build();
173174
GrpcCallSettings<GetUserListDirectLicenseRequest, UserListDirectLicense>
174175
getUserListDirectLicenseTransportSettings =
@@ -180,6 +181,7 @@ protected GrpcUserListDirectLicenseServiceStub(
180181
builder.add("name", String.valueOf(request.getName()));
181182
return builder.build();
182183
})
184+
.setResourceNameExtractor(request -> request.getName())
183185
.build();
184186
GrpcCallSettings<UpdateUserListDirectLicenseRequest, UserListDirectLicense>
185187
updateUserListDirectLicenseTransportSettings =
@@ -205,6 +207,7 @@ protected GrpcUserListDirectLicenseServiceStub(
205207
builder.add("parent", String.valueOf(request.getParent()));
206208
return builder.build();
207209
})
210+
.setResourceNameExtractor(request -> request.getParent())
208211
.build();
209212

210213
this.createUserListDirectLicenseCallable =

java-datamanager/data-manager/src/main/java/com/google/ads/datamanager/v1/stub/GrpcUserListGlobalLicenseServiceStub.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ protected GrpcUserListGlobalLicenseServiceStub(
200200
builder.add("parent", String.valueOf(request.getParent()));
201201
return builder.build();
202202
})
203+
.setResourceNameExtractor(request -> request.getParent())
203204
.build();
204205
GrpcCallSettings<UpdateUserListGlobalLicenseRequest, UserListGlobalLicense>
205206
updateUserListGlobalLicenseTransportSettings =
@@ -224,6 +225,7 @@ protected GrpcUserListGlobalLicenseServiceStub(
224225
builder.add("name", String.valueOf(request.getName()));
225226
return builder.build();
226227
})
228+
.setResourceNameExtractor(request -> request.getName())
227229
.build();
228230
GrpcCallSettings<ListUserListGlobalLicensesRequest, ListUserListGlobalLicensesResponse>
229231
listUserListGlobalLicensesTransportSettings =
@@ -236,6 +238,7 @@ protected GrpcUserListGlobalLicenseServiceStub(
236238
builder.add("parent", String.valueOf(request.getParent()));
237239
return builder.build();
238240
})
241+
.setResourceNameExtractor(request -> request.getParent())
239242
.build();
240243
GrpcCallSettings<
241244
ListUserListGlobalLicenseCustomerInfosRequest,
@@ -252,6 +255,7 @@ protected GrpcUserListGlobalLicenseServiceStub(
252255
builder.add("parent", String.valueOf(request.getParent()));
253256
return builder.build();
254257
})
258+
.setResourceNameExtractor(request -> request.getParent())
255259
.build();
256260

257261
this.createUserListGlobalLicenseCallable =

java-datamanager/data-manager/src/main/java/com/google/ads/datamanager/v1/stub/GrpcUserListServiceStub.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ protected GrpcUserListServiceStub(
163163
builder.add("name", String.valueOf(request.getName()));
164164
return builder.build();
165165
})
166+
.setResourceNameExtractor(request -> request.getName())
166167
.build();
167168
GrpcCallSettings<ListUserListsRequest, ListUserListsResponse> listUserListsTransportSettings =
168169
GrpcCallSettings.<ListUserListsRequest, ListUserListsResponse>newBuilder()
@@ -173,6 +174,7 @@ protected GrpcUserListServiceStub(
173174
builder.add("parent", String.valueOf(request.getParent()));
174175
return builder.build();
175176
})
177+
.setResourceNameExtractor(request -> request.getParent())
176178
.build();
177179
GrpcCallSettings<CreateUserListRequest, UserList> createUserListTransportSettings =
178180
GrpcCallSettings.<CreateUserListRequest, UserList>newBuilder()
@@ -183,6 +185,7 @@ protected GrpcUserListServiceStub(
183185
builder.add("parent", String.valueOf(request.getParent()));
184186
return builder.build();
185187
})
188+
.setResourceNameExtractor(request -> request.getParent())
186189
.build();
187190
GrpcCallSettings<UpdateUserListRequest, UserList> updateUserListTransportSettings =
188191
GrpcCallSettings.<UpdateUserListRequest, UserList>newBuilder()
@@ -203,6 +206,7 @@ protected GrpcUserListServiceStub(
203206
builder.add("name", String.valueOf(request.getName()));
204207
return builder.build();
205208
})
209+
.setResourceNameExtractor(request -> request.getName())
206210
.build();
207211

208212
this.getUserListCallable =

java-datamanager/data-manager/src/main/java/com/google/ads/datamanager/v1/stub/HttpJsonPartnerLinkServiceStub.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ protected HttpJsonPartnerLinkServiceStub(
224224
builder.add("parent", String.valueOf(request.getParent()));
225225
return builder.build();
226226
})
227+
.setResourceNameExtractor(request -> request.getParent())
227228
.build();
228229
HttpJsonCallSettings<DeletePartnerLinkRequest, Empty> deletePartnerLinkTransportSettings =
229230
HttpJsonCallSettings.<DeletePartnerLinkRequest, Empty>newBuilder()
@@ -235,6 +236,7 @@ protected HttpJsonPartnerLinkServiceStub(
235236
builder.add("name", String.valueOf(request.getName()));
236237
return builder.build();
237238
})
239+
.setResourceNameExtractor(request -> request.getName())
238240
.build();
239241
HttpJsonCallSettings<SearchPartnerLinksRequest, SearchPartnerLinksResponse>
240242
searchPartnerLinksTransportSettings =
@@ -247,6 +249,7 @@ protected HttpJsonPartnerLinkServiceStub(
247249
builder.add("parent", String.valueOf(request.getParent()));
248250
return builder.build();
249251
})
252+
.setResourceNameExtractor(request -> request.getParent())
250253
.build();
251254

252255
this.createPartnerLinkCallable =

java-datamanager/data-manager/src/main/java/com/google/ads/datamanager/v1/stub/HttpJsonUserListDirectLicenseServiceStub.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ protected HttpJsonUserListDirectLicenseServiceStub(
289289
builder.add("parent", String.valueOf(request.getParent()));
290290
return builder.build();
291291
})
292+
.setResourceNameExtractor(request -> request.getParent())
292293
.build();
293294
HttpJsonCallSettings<GetUserListDirectLicenseRequest, UserListDirectLicense>
294295
getUserListDirectLicenseTransportSettings =
@@ -302,6 +303,7 @@ protected HttpJsonUserListDirectLicenseServiceStub(
302303
builder.add("name", String.valueOf(request.getName()));
303304
return builder.build();
304305
})
306+
.setResourceNameExtractor(request -> request.getName())
305307
.build();
306308
HttpJsonCallSettings<UpdateUserListDirectLicenseRequest, UserListDirectLicense>
307309
updateUserListDirectLicenseTransportSettings =
@@ -330,6 +332,7 @@ protected HttpJsonUserListDirectLicenseServiceStub(
330332
builder.add("parent", String.valueOf(request.getParent()));
331333
return builder.build();
332334
})
335+
.setResourceNameExtractor(request -> request.getParent())
333336
.build();
334337

335338
this.createUserListDirectLicenseCallable =

0 commit comments

Comments
 (0)