Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
* </tr>
* <tr>
* <td><p> GetAdBreak</td>
* <td><p> API to retrieve an `AdBreak` object.
* <td><p> Retrieves an `AdBreak` object.
* <p> Query an ad break by its resource name or custom asset key. Check the resource's `breakState` field to determine its state.</td>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
Expand All @@ -87,7 +87,7 @@
* </tr>
* <tr>
* <td><p> ListAdBreaks</td>
* <td><p> API to retrieve a list of `AdBreak` objects.
* <td><p> Lists `AdBreak` objects.
* <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>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
Expand All @@ -108,7 +108,7 @@
* </tr>
* <tr>
* <td><p> CreateAdBreak</td>
* <td><p> API to create an `AdBreak` object.
* <td><p> Creates an `AdBreak` object.
* <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.
* <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.
* <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>
Expand All @@ -130,7 +130,7 @@
* </tr>
* <tr>
* <td><p> UpdateAdBreak</td>
* <td><p> API to update an `AdBreak` object.
* <td><p> Updates an `AdBreak` object.
* <p> Modify an ad break when its state is [`SCHEDULED`][google.ads.admanager.v1.AdBreakStateEnum.AdBreakState.SCHEDULED].</td>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
Expand All @@ -149,7 +149,7 @@
* </tr>
* <tr>
* <td><p> DeleteAdBreak</td>
* <td><p> API to delete an `AdBreak` object.
* <td><p> Deletes an `AdBreak` object.
* <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>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
Expand Down Expand Up @@ -261,7 +261,7 @@ public AdBreakServiceStub getStub() {

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

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

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

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

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to retrieve a list of `AdBreak` objects.
* Lists `AdBreak` objects.
*
* <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
Expand Down Expand Up @@ -424,7 +424,7 @@ public final ListAdBreaksPagedResponse listAdBreaks(@Nullable LiveStreamEventNam

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to retrieve a list of `AdBreak` objects.
* Lists `AdBreak` objects.
*
* <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
Expand Down Expand Up @@ -458,7 +458,7 @@ public final ListAdBreaksPagedResponse listAdBreaks(String parent) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to retrieve a list of `AdBreak` objects.
* Lists `AdBreak` objects.
*
* <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
Expand Down Expand Up @@ -497,7 +497,7 @@ public final ListAdBreaksPagedResponse listAdBreaks(ListAdBreaksRequest request)

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to retrieve a list of `AdBreak` objects.
* Lists `AdBreak` objects.
*
* <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
Expand Down Expand Up @@ -537,7 +537,7 @@ public final ListAdBreaksPagedResponse listAdBreaks(ListAdBreaksRequest request)

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to retrieve a list of `AdBreak` objects.
* Lists `AdBreak` objects.
*
* <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
Expand Down Expand Up @@ -582,7 +582,7 @@ public final UnaryCallable<ListAdBreaksRequest, ListAdBreaksResponse> listAdBrea

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to create an `AdBreak` object.
* Creates an `AdBreak` object.
*
* <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
Expand Down Expand Up @@ -634,7 +634,7 @@ public final AdBreak createAdBreak(@Nullable LiveStreamEventName parent, AdBreak

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to create an `AdBreak` object.
* Creates an `AdBreak` object.
*
* <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
Expand Down Expand Up @@ -683,7 +683,7 @@ public final AdBreak createAdBreak(String parent, AdBreak adBreak) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to create an `AdBreak` object.
* Creates an `AdBreak` object.
*
* <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
Expand Down Expand Up @@ -729,7 +729,7 @@ public final AdBreak createAdBreak(CreateAdBreakRequest request) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to create an `AdBreak` object.
* Creates an `AdBreak` object.
*
* <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
Expand Down Expand Up @@ -774,7 +774,7 @@ public final UnaryCallable<CreateAdBreakRequest, AdBreak> createAdBreakCallable(

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

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

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

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to delete an `AdBreak` object.
* Deletes an `AdBreak` object.
*
* <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
Expand Down Expand Up @@ -905,7 +905,7 @@ public final void deleteAdBreak(@Nullable AdBreakName name) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to delete an `AdBreak` object.
* Deletes an `AdBreak` object.
*
* <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
Expand Down Expand Up @@ -939,7 +939,7 @@ public final void deleteAdBreak(String name) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to delete an `AdBreak` object.
* Deletes an `AdBreak` object.
*
* <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
Expand Down Expand Up @@ -973,7 +973,7 @@ public final void deleteAdBreak(DeleteAdBreakRequest request) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to delete an `AdBreak` object.
* Deletes an `AdBreak` object.
*
* <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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
* </tr>
* <tr>
* <td><p> SearchAdReviewCenterAds</td>
* <td><p> API to search for AdReviewCenterAds.</td>
* <td><p> Searches for AdReviewCenterAds.</td>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand All @@ -94,7 +94,7 @@
* </tr>
* <tr>
* <td><p> BatchAllowAdReviewCenterAds</td>
* <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>
* <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>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand All @@ -114,7 +114,7 @@
* </tr>
* <tr>
* <td><p> BatchBlockAdReviewCenterAds</td>
* <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>
* <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>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand Down Expand Up @@ -240,7 +240,7 @@ public final OperationsClient getHttpJsonOperationsClient() {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to search for AdReviewCenterAds.
* Searches for AdReviewCenterAds.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -282,7 +282,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to search for AdReviewCenterAds.
* Searches for AdReviewCenterAds.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -321,7 +321,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(String

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to search for AdReviewCenterAds.
* Searches for AdReviewCenterAds.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -360,7 +360,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to search for AdReviewCenterAds.
* Searches for AdReviewCenterAds.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -398,7 +398,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to search for AdReviewCenterAds.
* Searches for AdReviewCenterAds.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -443,7 +443,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to batch allow AdReviewCenterAds. This method supports partial success. Some operations may
* 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.
*
Expand Down Expand Up @@ -486,7 +486,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to batch allow AdReviewCenterAds. This method supports partial success. Some operations may
* 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.
*
Expand Down Expand Up @@ -527,7 +527,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to batch allow AdReviewCenterAds. This method supports partial success. Some operations may
* 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.
*
Expand Down Expand Up @@ -562,7 +562,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to batch allow AdReviewCenterAds. This method supports partial success. Some operations may
* 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.
*
Expand Down Expand Up @@ -601,7 +601,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to batch allow AdReviewCenterAds. This method supports partial success. Some operations may
* 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.
*
Expand Down Expand Up @@ -634,7 +634,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to batch block AdReviewCenterAds. This method supports partial success. Some operations may
* 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.
*
Expand Down Expand Up @@ -677,7 +677,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to batch block AdReviewCenterAds. This method supports partial success. Some operations may
* 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.
*
Expand Down Expand Up @@ -718,7 +718,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to batch block AdReviewCenterAds. This method supports partial success. Some operations may
* 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.
*
Expand Down Expand Up @@ -753,7 +753,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to batch block AdReviewCenterAds. This method supports partial success. Some operations may
* 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.
*
Expand Down Expand Up @@ -792,7 +792,7 @@ public final SearchAdReviewCenterAdsPagedResponse searchAdReviewCenterAds(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* API to batch block AdReviewCenterAds. This method supports partial success. Some operations may
* 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.
*
Expand Down
Loading
Loading