public static interface OpenRtbProtobuf.PmpOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OpenRtbProtobuf.Deal |
getDeals(int index)
A collection of “deal” objects encapsulating a list of direct deals eligible for this impression.
|
int |
getDealsCount()
A collection of “deal” objects encapsulating a list of direct deals eligible for this impression.
|
List<OpenRtbProtobuf.Deal> |
getDealsList()
A collection of “deal” objects encapsulating a list of direct deals eligible for this impression.
|
OpenRtbProtobuf.DealOrBuilder |
getDealsOrBuilder(int index)
A collection of “deal” objects encapsulating a list of direct deals eligible for this impression.
|
List<? extends OpenRtbProtobuf.DealOrBuilder> |
getDealsOrBuilderList()
A collection of “deal” objects encapsulating a list of direct deals eligible for this impression.
|
int |
getPrivateAuction()
An integer flag indicating that this impression is a private auction eligible only to seats named in the Direct Deals object.
|
boolean |
hasPrivateAuction()
An integer flag indicating that this impression is a private auction eligible only to seats named in the Direct Deals object.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPrivateAuction()
An integer flag indicating that this impression is a private auction eligible only to seats named in the Direct Deals object. (e.g., 1 = bids for this impression are restricted to the deals specified and the terms thereof; 0 = all bids are accepted)
optional uint32 private_auction = 1;int getPrivateAuction()
An integer flag indicating that this impression is a private auction eligible only to seats named in the Direct Deals object. (e.g., 1 = bids for this impression are restricted to the deals specified and the terms thereof; 0 = all bids are accepted)
optional uint32 private_auction = 1;List<OpenRtbProtobuf.Deal> getDealsList()
A collection of “deal” objects encapsulating a list of direct deals eligible for this impression.
repeated .open_rtb.Deal deals = 2;OpenRtbProtobuf.Deal getDeals(int index)
A collection of “deal” objects encapsulating a list of direct deals eligible for this impression.
repeated .open_rtb.Deal deals = 2;int getDealsCount()
A collection of “deal” objects encapsulating a list of direct deals eligible for this impression.
repeated .open_rtb.Deal deals = 2;List<? extends OpenRtbProtobuf.DealOrBuilder> getDealsOrBuilderList()
A collection of “deal” objects encapsulating a list of direct deals eligible for this impression.
repeated .open_rtb.Deal deals = 2;OpenRtbProtobuf.DealOrBuilder getDealsOrBuilder(int index)
A collection of “deal” objects encapsulating a list of direct deals eligible for this impression.
repeated .open_rtb.Deal deals = 2;Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.