Skip to content

Commit c2a8a27

Browse files
chore: update googleapis commitish to 45c8d8a (#13860)
Updated googleapis commitish in librarian.yaml to googleapis/googleapis@45c8d8a 💡 **Note:** If this PR is still open when the daily update workflow runs next, it will be closed and replaced with a new PR containing the latest updates.
1 parent ac9ccd1 commit c2a8a27

1,110 files changed

Lines changed: 301554 additions & 6272 deletions

File tree

Some content is hidden

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

java-admanager/ad-manager/src/main/java/com/google/ads/admanager/v1/AdBreakServiceClient.java

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
* </tr>
6868
* <tr>
6969
* <td><p> GetAdBreak</td>
70-
* <td><p> API to retrieve an `AdBreak` object.
70+
* <td><p> Retrieves an `AdBreak` object.
7171
* <p> Query an ad break by its resource name or custom asset key. Check the resource's `breakState` field to determine its state.</td>
7272
* <td>
7373
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
@@ -87,7 +87,7 @@
8787
* </tr>
8888
* <tr>
8989
* <td><p> ListAdBreaks</td>
90-
* <td><p> API to retrieve a list of `AdBreak` objects.
90+
* <td><p> Lists `AdBreak` objects.
9191
* <p> By default, when no `orderBy` query parameter is specified, ad breaks are ordered reverse chronologically. However, ad breaks with a 'breakState' of 'SCHEDULED' or 'DECISIONED' are prioritized and appear first.</td>
9292
* <td>
9393
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
@@ -108,7 +108,7 @@
108108
* </tr>
109109
* <tr>
110110
* <td><p> CreateAdBreak</td>
111-
* <td><p> API to create an `AdBreak` object.
111+
* <td><p> Creates an `AdBreak` object.
112112
* <p> Informs DAI of an upcoming ad break for a live stream event, with an optional expected start time. DAI will begin decisioning ads for the break shortly before the expected start time, if provided. Each live stream event can only have one incomplete ad break at any given time. The next ad break can be scheduled after the previous ad break has started serving, indicated by its state being [`COMPLETE`][google.ads.admanager.v1.AdBreakStateEnum.AdBreakState.COMPLETE], or it has been deleted.
113113
* <p> This method cannot be used if the `LiveStreamEvent` has [prefetching ad breaks enabled](https://developers.google.com/ad-manager/api/reference/latest/LiveStreamEventService.LiveStreamEvent#prefetchenabled) or the event is not active. If a `LiveStreamEvent` is deactivated after creating an ad break and before the ad break is complete, the ad break is discarded.
114114
* <p> An ad break's state is complete when the following occurs: - Full service DAI: after a matching ad break shows in the `LiveStreamEvent` manifest only when the ad break has started decisioning. - Pod Serving: after the ad break is requested using the ad break ID or break sequence.</td>
@@ -130,7 +130,7 @@
130130
* </tr>
131131
* <tr>
132132
* <td><p> UpdateAdBreak</td>
133-
* <td><p> API to update an `AdBreak` object.
133+
* <td><p> Updates an `AdBreak` object.
134134
* <p> Modify an ad break when its state is [`SCHEDULED`][google.ads.admanager.v1.AdBreakStateEnum.AdBreakState.SCHEDULED].</td>
135135
* <td>
136136
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
@@ -149,7 +149,7 @@
149149
* </tr>
150150
* <tr>
151151
* <td><p> DeleteAdBreak</td>
152-
* <td><p> API to delete an `AdBreak` object.
152+
* <td><p> Deletes an `AdBreak` object.
153153
* <p> Deletes and cancels an incomplete ad break, mitigating the need to wait for the current break to serve before recreating an ad break. You can delete an ad break that has not started serving or seen in manifests, indicated by its state being [`SCHEDULED`][google.ads.admanager.v1.AdBreakStateEnum.AdBreakState.SCHEDULED] or [`DECISIONED`][google.ads.admanager.v1.AdBreakStateEnum.AdBreakState.DECISIONED].</td>
154154
* <td>
155155
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
@@ -261,7 +261,7 @@ public AdBreakServiceStub getStub() {
261261

262262
// AUTO-GENERATED DOCUMENTATION AND METHOD.
263263
/**
264-
* API to retrieve an `AdBreak` object.
264+
* Retrieves an `AdBreak` object.
265265
*
266266
* <p>Query an ad break by its resource name or custom asset key. Check the resource's
267267
* `breakState` field to determine its state.
@@ -294,7 +294,7 @@ public final AdBreak getAdBreak(@Nullable AdBreakName name) {
294294

295295
// AUTO-GENERATED DOCUMENTATION AND METHOD.
296296
/**
297-
* API to retrieve an `AdBreak` object.
297+
* Retrieves an `AdBreak` object.
298298
*
299299
* <p>Query an ad break by its resource name or custom asset key. Check the resource's
300300
* `breakState` field to determine its state.
@@ -326,7 +326,7 @@ public final AdBreak getAdBreak(String name) {
326326

327327
// AUTO-GENERATED DOCUMENTATION AND METHOD.
328328
/**
329-
* API to retrieve an `AdBreak` object.
329+
* Retrieves an `AdBreak` object.
330330
*
331331
* <p>Query an ad break by its resource name or custom asset key. Check the resource's
332332
* `breakState` field to determine its state.
@@ -357,7 +357,7 @@ public final AdBreak getAdBreak(GetAdBreakRequest request) {
357357

358358
// AUTO-GENERATED DOCUMENTATION AND METHOD.
359359
/**
360-
* API to retrieve an `AdBreak` object.
360+
* Retrieves an `AdBreak` object.
361361
*
362362
* <p>Query an ad break by its resource name or custom asset key. Check the resource's
363363
* `breakState` field to determine its state.
@@ -387,7 +387,7 @@ public final UnaryCallable<GetAdBreakRequest, AdBreak> getAdBreakCallable() {
387387

388388
// AUTO-GENERATED DOCUMENTATION AND METHOD.
389389
/**
390-
* API to retrieve a list of `AdBreak` objects.
390+
* Lists `AdBreak` objects.
391391
*
392392
* <p>By default, when no `orderBy` query parameter is specified, ad breaks are ordered reverse
393393
* chronologically. However, ad breaks with a 'breakState' of 'SCHEDULED' or 'DECISIONED' are
@@ -424,7 +424,7 @@ public final ListAdBreaksPagedResponse listAdBreaks(@Nullable LiveStreamEventNam
424424

425425
// AUTO-GENERATED DOCUMENTATION AND METHOD.
426426
/**
427-
* API to retrieve a list of `AdBreak` objects.
427+
* Lists `AdBreak` objects.
428428
*
429429
* <p>By default, when no `orderBy` query parameter is specified, ad breaks are ordered reverse
430430
* chronologically. However, ad breaks with a 'breakState' of 'SCHEDULED' or 'DECISIONED' are
@@ -458,7 +458,7 @@ public final ListAdBreaksPagedResponse listAdBreaks(String parent) {
458458

459459
// AUTO-GENERATED DOCUMENTATION AND METHOD.
460460
/**
461-
* API to retrieve a list of `AdBreak` objects.
461+
* Lists `AdBreak` objects.
462462
*
463463
* <p>By default, when no `orderBy` query parameter is specified, ad breaks are ordered reverse
464464
* chronologically. However, ad breaks with a 'breakState' of 'SCHEDULED' or 'DECISIONED' are
@@ -497,7 +497,7 @@ public final ListAdBreaksPagedResponse listAdBreaks(ListAdBreaksRequest request)
497497

498498
// AUTO-GENERATED DOCUMENTATION AND METHOD.
499499
/**
500-
* API to retrieve a list of `AdBreak` objects.
500+
* Lists `AdBreak` objects.
501501
*
502502
* <p>By default, when no `orderBy` query parameter is specified, ad breaks are ordered reverse
503503
* chronologically. However, ad breaks with a 'breakState' of 'SCHEDULED' or 'DECISIONED' are
@@ -537,7 +537,7 @@ public final ListAdBreaksPagedResponse listAdBreaks(ListAdBreaksRequest request)
537537

538538
// AUTO-GENERATED DOCUMENTATION AND METHOD.
539539
/**
540-
* API to retrieve a list of `AdBreak` objects.
540+
* Lists `AdBreak` objects.
541541
*
542542
* <p>By default, when no `orderBy` query parameter is specified, ad breaks are ordered reverse
543543
* chronologically. However, ad breaks with a 'breakState' of 'SCHEDULED' or 'DECISIONED' are
@@ -582,7 +582,7 @@ public final UnaryCallable<ListAdBreaksRequest, ListAdBreaksResponse> listAdBrea
582582

583583
// AUTO-GENERATED DOCUMENTATION AND METHOD.
584584
/**
585-
* API to create an `AdBreak` object.
585+
* Creates an `AdBreak` object.
586586
*
587587
* <p>Informs DAI of an upcoming ad break for a live stream event, with an optional expected start
588588
* time. DAI will begin decisioning ads for the break shortly before the expected start time, if
@@ -634,7 +634,7 @@ public final AdBreak createAdBreak(@Nullable LiveStreamEventName parent, AdBreak
634634

635635
// AUTO-GENERATED DOCUMENTATION AND METHOD.
636636
/**
637-
* API to create an `AdBreak` object.
637+
* Creates an `AdBreak` object.
638638
*
639639
* <p>Informs DAI of an upcoming ad break for a live stream event, with an optional expected start
640640
* time. DAI will begin decisioning ads for the break shortly before the expected start time, if
@@ -683,7 +683,7 @@ public final AdBreak createAdBreak(String parent, AdBreak adBreak) {
683683

684684
// AUTO-GENERATED DOCUMENTATION AND METHOD.
685685
/**
686-
* API to create an `AdBreak` object.
686+
* Creates an `AdBreak` object.
687687
*
688688
* <p>Informs DAI of an upcoming ad break for a live stream event, with an optional expected start
689689
* time. DAI will begin decisioning ads for the break shortly before the expected start time, if
@@ -729,7 +729,7 @@ public final AdBreak createAdBreak(CreateAdBreakRequest request) {
729729

730730
// AUTO-GENERATED DOCUMENTATION AND METHOD.
731731
/**
732-
* API to create an `AdBreak` object.
732+
* Creates an `AdBreak` object.
733733
*
734734
* <p>Informs DAI of an upcoming ad break for a live stream event, with an optional expected start
735735
* time. DAI will begin decisioning ads for the break shortly before the expected start time, if
@@ -774,7 +774,7 @@ public final UnaryCallable<CreateAdBreakRequest, AdBreak> createAdBreakCallable(
774774

775775
// AUTO-GENERATED DOCUMENTATION AND METHOD.
776776
/**
777-
* API to update an `AdBreak` object.
777+
* Updates an `AdBreak` object.
778778
*
779779
* <p>Modify an ad break when its state is
780780
* [`SCHEDULED`][google.ads.admanager.v1.AdBreakStateEnum.AdBreakState.SCHEDULED].
@@ -807,7 +807,7 @@ public final AdBreak updateAdBreak(AdBreak adBreak, FieldMask updateMask) {
807807

808808
// AUTO-GENERATED DOCUMENTATION AND METHOD.
809809
/**
810-
* API to update an `AdBreak` object.
810+
* Updates an `AdBreak` object.
811811
*
812812
* <p>Modify an ad break when its state is
813813
* [`SCHEDULED`][google.ads.admanager.v1.AdBreakStateEnum.AdBreakState.SCHEDULED].
@@ -839,7 +839,7 @@ public final AdBreak updateAdBreak(UpdateAdBreakRequest request) {
839839

840840
// AUTO-GENERATED DOCUMENTATION AND METHOD.
841841
/**
842-
* API to update an `AdBreak` object.
842+
* Updates an `AdBreak` object.
843843
*
844844
* <p>Modify an ad break when its state is
845845
* [`SCHEDULED`][google.ads.admanager.v1.AdBreakStateEnum.AdBreakState.SCHEDULED].
@@ -870,7 +870,7 @@ public final UnaryCallable<UpdateAdBreakRequest, AdBreak> updateAdBreakCallable(
870870

871871
// AUTO-GENERATED DOCUMENTATION AND METHOD.
872872
/**
873-
* API to delete an `AdBreak` object.
873+
* Deletes an `AdBreak` object.
874874
*
875875
* <p>Deletes and cancels an incomplete ad break, mitigating the need to wait for the current
876876
* break to serve before recreating an ad break. You can delete an ad break that has not started
@@ -905,7 +905,7 @@ public final void deleteAdBreak(@Nullable AdBreakName name) {
905905

906906
// AUTO-GENERATED DOCUMENTATION AND METHOD.
907907
/**
908-
* API to delete an `AdBreak` object.
908+
* Deletes an `AdBreak` object.
909909
*
910910
* <p>Deletes and cancels an incomplete ad break, mitigating the need to wait for the current
911911
* break to serve before recreating an ad break. You can delete an ad break that has not started
@@ -939,7 +939,7 @@ public final void deleteAdBreak(String name) {
939939

940940
// AUTO-GENERATED DOCUMENTATION AND METHOD.
941941
/**
942-
* API to delete an `AdBreak` object.
942+
* Deletes an `AdBreak` object.
943943
*
944944
* <p>Deletes and cancels an incomplete ad break, mitigating the need to wait for the current
945945
* break to serve before recreating an ad break. You can delete an ad break that has not started
@@ -973,7 +973,7 @@ public final void deleteAdBreak(DeleteAdBreakRequest request) {
973973

974974
// AUTO-GENERATED DOCUMENTATION AND METHOD.
975975
/**
976-
* API to delete an `AdBreak` object.
976+
* Deletes an `AdBreak` object.
977977
*
978978
* <p>Deletes and cancels an incomplete ad break, mitigating the need to wait for the current
979979
* break to serve before recreating an ad break. You can delete an ad break that has not started

java-admanager/ad-manager/src/main/java/com/google/ads/admanager/v1/AdReviewCenterAdServiceClient.java

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
* </tr>
7575
* <tr>
7676
* <td><p> SearchAdReviewCenterAds</td>
77-
* <td><p> API to search for AdReviewCenterAds.</td>
77+
* <td><p> Searches for AdReviewCenterAds.</td>
7878
* <td>
7979
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
8080
* <ul>
@@ -94,7 +94,7 @@
9494
* </tr>
9595
* <tr>
9696
* <td><p> BatchAllowAdReviewCenterAds</td>
97-
* <td><p> API to batch allow AdReviewCenterAds. This method supports partial success. Some operations may succeed while others fail. Callers should check the failedRequests field in the response to determine which operations failed.</td>
97+
* <td><p> Batch allows AdReviewCenterAds. This method supports partial success. Some operations may succeed while others fail. Callers should check the failedRequests field in the response to determine which operations failed.</td>
9898
* <td>
9999
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
100100
* <ul>
@@ -114,7 +114,7 @@
114114
* </tr>
115115
* <tr>
116116
* <td><p> BatchBlockAdReviewCenterAds</td>
117-
* <td><p> API to batch block AdReviewCenterAds. This method supports partial success. Some operations may succeed while others fail. Callers should check the failedRequests field in the response to determine which operations failed.</td>
117+
* <td><p> Batch blocks AdReviewCenterAds. This method supports partial success. Some operations may succeed while others fail. Callers should check the failedRequests field in the response to determine which operations failed.</td>
118118
* <td>
119119
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
120120
* <ul>
@@ -240,7 +240,7 @@ public final OperationsClient getHttpJsonOperationsClient() {
240240

241241
// AUTO-GENERATED DOCUMENTATION AND METHOD.
242242
/**
243-
* API to search for AdReviewCenterAds.
243+
* Searches for AdReviewCenterAds.
244244
*
245245
* <p>Sample code:
246246
*
@@ -282,7 +282,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(
282282

283283
// AUTO-GENERATED DOCUMENTATION AND METHOD.
284284
/**
285-
* API to search for AdReviewCenterAds.
285+
* Searches for AdReviewCenterAds.
286286
*
287287
* <p>Sample code:
288288
*
@@ -321,7 +321,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(String
321321

322322
// AUTO-GENERATED DOCUMENTATION AND METHOD.
323323
/**
324-
* API to search for AdReviewCenterAds.
324+
* Searches for AdReviewCenterAds.
325325
*
326326
* <p>Sample code:
327327
*
@@ -360,7 +360,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(
360360

361361
// AUTO-GENERATED DOCUMENTATION AND METHOD.
362362
/**
363-
* API to search for AdReviewCenterAds.
363+
* Searches for AdReviewCenterAds.
364364
*
365365
* <p>Sample code:
366366
*
@@ -398,7 +398,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(
398398

399399
// AUTO-GENERATED DOCUMENTATION AND METHOD.
400400
/**
401-
* API to search for AdReviewCenterAds.
401+
* Searches for AdReviewCenterAds.
402402
*
403403
* <p>Sample code:
404404
*
@@ -443,7 +443,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(
443443

444444
// AUTO-GENERATED DOCUMENTATION AND METHOD.
445445
/**
446-
* API to batch allow AdReviewCenterAds. This method supports partial success. Some operations may
446+
* Batch allows AdReviewCenterAds. This method supports partial success. Some operations may
447447
* succeed while others fail. Callers should check the failedRequests field in the response to
448448
* determine which operations failed.
449449
*
@@ -486,7 +486,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(
486486

487487
// AUTO-GENERATED DOCUMENTATION AND METHOD.
488488
/**
489-
* API to batch allow AdReviewCenterAds. This method supports partial success. Some operations may
489+
* Batch allows AdReviewCenterAds. This method supports partial success. Some operations may
490490
* succeed while others fail. Callers should check the failedRequests field in the response to
491491
* determine which operations failed.
492492
*
@@ -527,7 +527,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(
527527

528528
// AUTO-GENERATED DOCUMENTATION AND METHOD.
529529
/**
530-
* API to batch allow AdReviewCenterAds. This method supports partial success. Some operations may
530+
* Batch allows AdReviewCenterAds. This method supports partial success. Some operations may
531531
* succeed while others fail. Callers should check the failedRequests field in the response to
532532
* determine which operations failed.
533533
*
@@ -562,7 +562,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(
562562

563563
// AUTO-GENERATED DOCUMENTATION AND METHOD.
564564
/**
565-
* API to batch allow AdReviewCenterAds. This method supports partial success. Some operations may
565+
* Batch allows AdReviewCenterAds. This method supports partial success. Some operations may
566566
* succeed while others fail. Callers should check the failedRequests field in the response to
567567
* determine which operations failed.
568568
*
@@ -601,7 +601,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(
601601

602602
// AUTO-GENERATED DOCUMENTATION AND METHOD.
603603
/**
604-
* API to batch allow AdReviewCenterAds. This method supports partial success. Some operations may
604+
* Batch allows AdReviewCenterAds. This method supports partial success. Some operations may
605605
* succeed while others fail. Callers should check the failedRequests field in the response to
606606
* determine which operations failed.
607607
*
@@ -634,7 +634,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(
634634

635635
// AUTO-GENERATED DOCUMENTATION AND METHOD.
636636
/**
637-
* API to batch block AdReviewCenterAds. This method supports partial success. Some operations may
637+
* Batch blocks AdReviewCenterAds. This method supports partial success. Some operations may
638638
* succeed while others fail. Callers should check the failedRequests field in the response to
639639
* determine which operations failed.
640640
*
@@ -677,7 +677,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(
677677

678678
// AUTO-GENERATED DOCUMENTATION AND METHOD.
679679
/**
680-
* API to batch block AdReviewCenterAds. This method supports partial success. Some operations may
680+
* Batch blocks AdReviewCenterAds. This method supports partial success. Some operations may
681681
* succeed while others fail. Callers should check the failedRequests field in the response to
682682
* determine which operations failed.
683683
*
@@ -718,7 +718,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(
718718

719719
// AUTO-GENERATED DOCUMENTATION AND METHOD.
720720
/**
721-
* API to batch block AdReviewCenterAds. This method supports partial success. Some operations may
721+
* Batch blocks AdReviewCenterAds. This method supports partial success. Some operations may
722722
* succeed while others fail. Callers should check the failedRequests field in the response to
723723
* determine which operations failed.
724724
*
@@ -753,7 +753,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(
753753

754754
// AUTO-GENERATED DOCUMENTATION AND METHOD.
755755
/**
756-
* API to batch block AdReviewCenterAds. This method supports partial success. Some operations may
756+
* Batch blocks AdReviewCenterAds. This method supports partial success. Some operations may
757757
* succeed while others fail. Callers should check the failedRequests field in the response to
758758
* determine which operations failed.
759759
*
@@ -792,7 +792,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(
792792

793793
// AUTO-GENERATED DOCUMENTATION AND METHOD.
794794
/**
795-
* API to batch block AdReviewCenterAds. This method supports partial success. Some operations may
795+
* Batch blocks AdReviewCenterAds. This method supports partial success. Some operations may
796796
* succeed while others fail. Callers should check the failedRequests field in the response to
797797
* determine which operations failed.
798798
*

0 commit comments

Comments
 (0)