public static final class AdExchangeProtobuf.LogEvent.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AdExchangeProtobuf.LogEvent.Builder> implements AdExchangeProtobuf.LogEventOrBuilder
Log event for real-time bidding ad exchange client.Protobuf type
com.adgear.anoa.test.ad_exchange.LogEvent| Modifier and Type | Method and Description |
|---|---|
AdExchangeProtobuf.LogEvent.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AdExchangeProtobuf.LogEvent |
build() |
AdExchangeProtobuf.LogEvent |
buildPartial() |
AdExchangeProtobuf.LogEvent.Builder |
clear() |
AdExchangeProtobuf.LogEvent.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AdExchangeProtobuf.LogEvent.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AdExchangeProtobuf.LogEvent.Builder |
clearProperties() |
AdExchangeProtobuf.LogEvent.Builder |
clearRequest()
optional .open_rtb.BidRequest request = 4; |
AdExchangeProtobuf.LogEvent.Builder |
clearResponse()
Bid response submitted to the real-time bidding ad exchange.
|
AdExchangeProtobuf.LogEvent.Builder |
clearTimestamp()
Log event timestamp, in milliseconds from epoch.
|
AdExchangeProtobuf.LogEvent.Builder |
clearType()
Log event type.
|
AdExchangeProtobuf.LogEvent.Builder |
clearUuid()
Log event unique identifier.
|
AdExchangeProtobuf.LogEvent.Builder |
clone() |
boolean |
containsProperties(String key)
Log event custom properties.
|
AdExchangeProtobuf.LogEvent |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Map<String,String> |
getMutableProperties()
Deprecated.
|
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.BidRequest.Builder |
getRequestBuilder()
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.BidResponse.Builder |
getResponseBuilder()
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.
|
boolean |
isInitialized() |
AdExchangeProtobuf.LogEvent.Builder |
mergeFrom(AdExchangeProtobuf.LogEvent other) |
AdExchangeProtobuf.LogEvent.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AdExchangeProtobuf.LogEvent.Builder |
mergeFrom(com.google.protobuf.Message other) |
AdExchangeProtobuf.LogEvent.Builder |
mergeRequest(OpenRtbProtobuf.BidRequest value)
optional .open_rtb.BidRequest request = 4; |
AdExchangeProtobuf.LogEvent.Builder |
mergeResponse(OpenRtbProtobuf.BidResponse value)
Bid response submitted to the real-time bidding ad exchange.
|
AdExchangeProtobuf.LogEvent.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AdExchangeProtobuf.LogEvent.Builder |
putAllProperties(Map<String,String> values)
Log event custom properties.
|
AdExchangeProtobuf.LogEvent.Builder |
putProperties(String key,
String value)
Log event custom properties.
|
AdExchangeProtobuf.LogEvent.Builder |
removeProperties(String key)
Log event custom properties.
|
AdExchangeProtobuf.LogEvent.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AdExchangeProtobuf.LogEvent.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AdExchangeProtobuf.LogEvent.Builder |
setRequest(OpenRtbProtobuf.BidRequest.Builder builderForValue)
optional .open_rtb.BidRequest request = 4; |
AdExchangeProtobuf.LogEvent.Builder |
setRequest(OpenRtbProtobuf.BidRequest value)
optional .open_rtb.BidRequest request = 4; |
AdExchangeProtobuf.LogEvent.Builder |
setResponse(OpenRtbProtobuf.BidResponse.Builder builderForValue)
Bid response submitted to the real-time bidding ad exchange.
|
AdExchangeProtobuf.LogEvent.Builder |
setResponse(OpenRtbProtobuf.BidResponse value)
Bid response submitted to the real-time bidding ad exchange.
|
AdExchangeProtobuf.LogEvent.Builder |
setTimestamp(long value)
Log event timestamp, in milliseconds from epoch.
|
AdExchangeProtobuf.LogEvent.Builder |
setType(AdExchangeProtobuf.LogEventType value)
Log event type.
|
AdExchangeProtobuf.LogEvent.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AdExchangeProtobuf.LogEvent.Builder |
setUuid(com.google.protobuf.ByteString value)
Log event unique identifier.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForFieldfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public AdExchangeProtobuf.LogEvent.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AdExchangeProtobuf.LogEvent.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AdExchangeProtobuf.LogEvent.Builder>public AdExchangeProtobuf.LogEvent getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AdExchangeProtobuf.LogEvent build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AdExchangeProtobuf.LogEvent buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AdExchangeProtobuf.LogEvent.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AdExchangeProtobuf.LogEvent.Builder>public AdExchangeProtobuf.LogEvent.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AdExchangeProtobuf.LogEvent.Builder>public AdExchangeProtobuf.LogEvent.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AdExchangeProtobuf.LogEvent.Builder>public AdExchangeProtobuf.LogEvent.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AdExchangeProtobuf.LogEvent.Builder>public AdExchangeProtobuf.LogEvent.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AdExchangeProtobuf.LogEvent.Builder>public AdExchangeProtobuf.LogEvent.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AdExchangeProtobuf.LogEvent.Builder>public AdExchangeProtobuf.LogEvent.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AdExchangeProtobuf.LogEvent.Builder>public AdExchangeProtobuf.LogEvent.Builder mergeFrom(AdExchangeProtobuf.LogEvent other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AdExchangeProtobuf.LogEvent.Builder>public AdExchangeProtobuf.LogEvent.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AdExchangeProtobuf.LogEvent.Builder>IOExceptionpublic boolean 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"];hasUuid in interface AdExchangeProtobuf.LogEventOrBuilderpublic 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"];getUuid in interface AdExchangeProtobuf.LogEventOrBuilderpublic AdExchangeProtobuf.LogEvent.Builder setUuid(com.google.protobuf.ByteString value)
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"];public AdExchangeProtobuf.LogEvent.Builder clearUuid()
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"];public boolean hasTimestamp()
Log event timestamp, in milliseconds from epoch.
optional uint64 timestamp = 2;hasTimestamp in interface AdExchangeProtobuf.LogEventOrBuilderpublic long getTimestamp()
Log event timestamp, in milliseconds from epoch.
optional uint64 timestamp = 2;getTimestamp in interface AdExchangeProtobuf.LogEventOrBuilderpublic AdExchangeProtobuf.LogEvent.Builder setTimestamp(long value)
Log event timestamp, in milliseconds from epoch.
optional uint64 timestamp = 2;public AdExchangeProtobuf.LogEvent.Builder clearTimestamp()
Log event timestamp, in milliseconds from epoch.
optional uint64 timestamp = 2;public boolean hasType()
Log event type.
optional .com.adgear.anoa.test.ad_exchange.LogEventType type = 3;hasType in interface AdExchangeProtobuf.LogEventOrBuilderpublic AdExchangeProtobuf.LogEventType getType()
Log event type.
optional .com.adgear.anoa.test.ad_exchange.LogEventType type = 3;getType in interface AdExchangeProtobuf.LogEventOrBuilderpublic AdExchangeProtobuf.LogEvent.Builder setType(AdExchangeProtobuf.LogEventType value)
Log event type.
optional .com.adgear.anoa.test.ad_exchange.LogEventType type = 3;public AdExchangeProtobuf.LogEvent.Builder clearType()
Log event type.
optional .com.adgear.anoa.test.ad_exchange.LogEventType type = 3;public boolean hasRequest()
optional .open_rtb.BidRequest request = 4;hasRequest in interface AdExchangeProtobuf.LogEventOrBuilderpublic OpenRtbProtobuf.BidRequest getRequest()
optional .open_rtb.BidRequest request = 4;getRequest in interface AdExchangeProtobuf.LogEventOrBuilderpublic AdExchangeProtobuf.LogEvent.Builder setRequest(OpenRtbProtobuf.BidRequest value)
optional .open_rtb.BidRequest request = 4;public AdExchangeProtobuf.LogEvent.Builder setRequest(OpenRtbProtobuf.BidRequest.Builder builderForValue)
optional .open_rtb.BidRequest request = 4;public AdExchangeProtobuf.LogEvent.Builder mergeRequest(OpenRtbProtobuf.BidRequest value)
optional .open_rtb.BidRequest request = 4;public AdExchangeProtobuf.LogEvent.Builder clearRequest()
optional .open_rtb.BidRequest request = 4;public OpenRtbProtobuf.BidRequest.Builder getRequestBuilder()
optional .open_rtb.BidRequest request = 4;public OpenRtbProtobuf.BidRequestOrBuilder getRequestOrBuilder()
optional .open_rtb.BidRequest request = 4;getRequestOrBuilder in interface AdExchangeProtobuf.LogEventOrBuilderpublic boolean hasResponse()
Bid response submitted to the real-time bidding ad exchange.
optional .open_rtb.BidResponse response = 5;hasResponse in interface AdExchangeProtobuf.LogEventOrBuilderpublic OpenRtbProtobuf.BidResponse getResponse()
Bid response submitted to the real-time bidding ad exchange.
optional .open_rtb.BidResponse response = 5;getResponse in interface AdExchangeProtobuf.LogEventOrBuilderpublic AdExchangeProtobuf.LogEvent.Builder setResponse(OpenRtbProtobuf.BidResponse value)
Bid response submitted to the real-time bidding ad exchange.
optional .open_rtb.BidResponse response = 5;public AdExchangeProtobuf.LogEvent.Builder setResponse(OpenRtbProtobuf.BidResponse.Builder builderForValue)
Bid response submitted to the real-time bidding ad exchange.
optional .open_rtb.BidResponse response = 5;public AdExchangeProtobuf.LogEvent.Builder mergeResponse(OpenRtbProtobuf.BidResponse value)
Bid response submitted to the real-time bidding ad exchange.
optional .open_rtb.BidResponse response = 5;public AdExchangeProtobuf.LogEvent.Builder clearResponse()
Bid response submitted to the real-time bidding ad exchange.
optional .open_rtb.BidResponse response = 5;public OpenRtbProtobuf.BidResponse.Builder getResponseBuilder()
Bid response submitted to the real-time bidding ad exchange.
optional .open_rtb.BidResponse response = 5;public OpenRtbProtobuf.BidResponseOrBuilder getResponseOrBuilder()
Bid response submitted to the real-time bidding ad exchange.
optional .open_rtb.BidResponse response = 5;getResponseOrBuilder in interface AdExchangeProtobuf.LogEventOrBuilderpublic int getPropertiesCount()
AdExchangeProtobuf.LogEventOrBuilderLog event custom properties.
map<string, string> properties = 6;getPropertiesCount in interface AdExchangeProtobuf.LogEventOrBuilderpublic boolean containsProperties(String key)
Log event custom properties.
map<string, string> properties = 6;containsProperties in interface AdExchangeProtobuf.LogEventOrBuilder@Deprecated public Map<String,String> getProperties()
getPropertiesMap() instead.getProperties in interface AdExchangeProtobuf.LogEventOrBuilderpublic Map<String,String> getPropertiesMap()
Log event custom properties.
map<string, string> properties = 6;getPropertiesMap in interface AdExchangeProtobuf.LogEventOrBuilderpublic String getPropertiesOrDefault(String key, String defaultValue)
Log event custom properties.
map<string, string> properties = 6;getPropertiesOrDefault in interface AdExchangeProtobuf.LogEventOrBuilderpublic String getPropertiesOrThrow(String key)
Log event custom properties.
map<string, string> properties = 6;getPropertiesOrThrow in interface AdExchangeProtobuf.LogEventOrBuilderpublic AdExchangeProtobuf.LogEvent.Builder clearProperties()
public AdExchangeProtobuf.LogEvent.Builder removeProperties(String key)
Log event custom properties.
map<string, string> properties = 6;@Deprecated public Map<String,String> getMutableProperties()
public AdExchangeProtobuf.LogEvent.Builder putProperties(String key, String value)
Log event custom properties.
map<string, string> properties = 6;public AdExchangeProtobuf.LogEvent.Builder putAllProperties(Map<String,String> values)
Log event custom properties.
map<string, string> properties = 6;public final AdExchangeProtobuf.LogEvent.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AdExchangeProtobuf.LogEvent.Builder>public final AdExchangeProtobuf.LogEvent.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AdExchangeProtobuf.LogEvent.Builder>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.