| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
CalloutStatusRow |
CalloutStatusRow.clone() |
CalloutStatusRow |
CalloutStatusRow.set(String fieldName,
Object value) |
CalloutStatusRow |
CalloutStatusRow.setCalloutStatusId(Integer calloutStatusId)
The ID of the callout status.
|
CalloutStatusRow |
CalloutStatusRow.setImpressionCount(MetricValue impressionCount)
The number of impressions for which there was a bid request or bid response with the specified
callout status.
|
CalloutStatusRow |
CalloutStatusRow.setRowDimensions(RowDimensions rowDimensions)
The values of all dimensions associated with metric values in this row.
|
| Modifier and Type | Method and Description |
|---|---|
List<CalloutStatusRow> |
ListFilteredBidRequestsResponse.getCalloutStatusRows()
List of rows, with counts of filtered bid requests aggregated by callout status.
|
List<CalloutStatusRow> |
ListBidResponseErrorsResponse.getCalloutStatusRows()
List of rows, with counts of bid responses aggregated by callout status.
|
| Modifier and Type | Method and Description |
|---|---|
ListFilteredBidRequestsResponse |
ListFilteredBidRequestsResponse.setCalloutStatusRows(List<CalloutStatusRow> calloutStatusRows)
List of rows, with counts of filtered bid requests aggregated by callout status.
|
ListBidResponseErrorsResponse |
ListBidResponseErrorsResponse.setCalloutStatusRows(List<CalloutStatusRow> calloutStatusRows)
List of rows, with counts of bid responses aggregated by callout status.
|
Copyright © 2011–2021 Google. All rights reserved.