public static interface AdExchangeProtobuf.LogEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProperties(String key)
Log event custom properties.
|
Map<String,String> |
getProperties()
Deprecated.
|
int |
getPropertiesCount()
Log event custom properties.
|
Map<String,String> |
getPropertiesMap()
Log event custom properties.
|
String |
getPropertiesOrDefault(String key,
String defaultValue)
Log event custom properties.
|
String |
getPropertiesOrThrow(String key)
Log event custom properties.
|
OpenRtbProtobuf.BidRequest |
getRequest()
optional .open_rtb.BidRequest request = 4; |
OpenRtbProtobuf.BidRequestOrBuilder |
getRequestOrBuilder()
optional .open_rtb.BidRequest request = 4; |
OpenRtbProtobuf.BidResponse |
getResponse()
Bid response submitted to the real-time bidding ad exchange.
|
OpenRtbProtobuf.BidResponseOrBuilder |
getResponseOrBuilder()
Bid response submitted to the real-time bidding ad exchange.
|
long |
getTimestamp()
Log event timestamp, in milliseconds from epoch.
|
AdExchangeProtobuf.LogEventType |
getType()
Log event type.
|
com.google.protobuf.ByteString |
getUuid()
Log event unique identifier.
|
boolean |
hasRequest()
optional .open_rtb.BidRequest request = 4; |
boolean |
hasResponse()
Bid response submitted to the real-time bidding ad exchange.
|
boolean |
hasTimestamp()
Log event timestamp, in milliseconds from epoch.
|
boolean |
hasType()
Log event type.
|
boolean |
hasUuid()
Log event unique identifier.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUuid()
Log event unique identifier.
optional bytes uuid = 1 [default = "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"];com.google.protobuf.ByteString getUuid()
Log event unique identifier.
optional bytes uuid = 1 [default = "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"];boolean hasTimestamp()
Log event timestamp, in milliseconds from epoch.
optional uint64 timestamp = 2;long getTimestamp()
Log event timestamp, in milliseconds from epoch.
optional uint64 timestamp = 2;boolean hasType()
Log event type.
optional .com.adgear.anoa.test.ad_exchange.LogEventType type = 3;AdExchangeProtobuf.LogEventType getType()
Log event type.
optional .com.adgear.anoa.test.ad_exchange.LogEventType type = 3;boolean hasRequest()
optional .open_rtb.BidRequest request = 4;OpenRtbProtobuf.BidRequest getRequest()
optional .open_rtb.BidRequest request = 4;OpenRtbProtobuf.BidRequestOrBuilder getRequestOrBuilder()
optional .open_rtb.BidRequest request = 4;boolean hasResponse()
Bid response submitted to the real-time bidding ad exchange.
optional .open_rtb.BidResponse response = 5;OpenRtbProtobuf.BidResponse getResponse()
Bid response submitted to the real-time bidding ad exchange.
optional .open_rtb.BidResponse response = 5;OpenRtbProtobuf.BidResponseOrBuilder getResponseOrBuilder()
Bid response submitted to the real-time bidding ad exchange.
optional .open_rtb.BidResponse response = 5;int getPropertiesCount()
Log event custom properties.
map<string, string> properties = 6;boolean containsProperties(String key)
Log event custom properties.
map<string, string> properties = 6;@Deprecated Map<String,String> getProperties()
getPropertiesMap() instead.Map<String,String> getPropertiesMap()
Log event custom properties.
map<string, string> properties = 6;String getPropertiesOrDefault(String key, String defaultValue)
Log event custom properties.
map<string, string> properties = 6;Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.