| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202108 |
| Modifier and Type | Method and Description |
|---|---|
SamError[] |
AdResponse.getAdErrors()
Gets the adErrors value for this AdResponse.
|
SamError |
AdResponse.getAdErrors(int i) |
SamError |
AdDecisionCreative.getSamError()
Gets the samError value for this AdDecisionCreative.
|
SamError |
AdResponse.getSamError()
Gets the samError value for this AdResponse.
|
SamError |
AdBreak.getSamError()
Gets the samError value for this AdBreak.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdResponse.setAdErrors(int i,
SamError _value) |
void |
AdResponse.setAdErrors(SamError[] adErrors)
Sets the adErrors value for this AdResponse.
|
void |
AdDecisionCreative.setSamError(SamError samError)
Sets the samError value for this AdDecisionCreative.
|
void |
AdResponse.setSamError(SamError samError)
Sets the samError value for this AdResponse.
|
void |
AdBreak.setSamError(SamError samError)
Sets the samError value for this AdBreak.
|
| Constructor and Description |
|---|
AdBreak(AdResponse[] rootAdResponses,
AdDecisionCreative[] adDecisionCreatives,
Integer podNum,
Integer linearAbsolutePodNum,
Long adBreakDurationMillis,
Long filledDurationMillis,
Long servedDurationMillis,
DateTime startDateTime,
Long startTimeOffsetMillis,
SamError samError,
Integer midrollIndex,
Boolean decisionedAds,
TrackingEvent[] trackingEvents) |
AdDecisionCreative(Integer sequence,
Long slateDurationMills,
Long creativeDurationMills,
CreativeTranscode creativeTranscode,
SamError samError,
Boolean isTranscoded) |
AdResponse(String requestUrl,
Boolean isVmapRequest,
String responseBody,
AdResponse[] redirectResponses,
SamError samError,
SamError[] adErrors) |
AdResponse(String requestUrl,
Boolean isVmapRequest,
String responseBody,
AdResponse[] redirectResponses,
SamError samError,
SamError[] adErrors) |
Copyright © 2022. All rights reserved.