public static final class AdExchangeProtobuf.LogEvent extends com.google.protobuf.GeneratedMessageV3 implements AdExchangeProtobuf.LogEventOrBuilder
Log event for real-time bidding ad exchange client.Protobuf type
com.adgear.anoa.test.ad_exchange.LogEvent| Modifier and Type | Class and Description |
|---|---|
static class |
AdExchangeProtobuf.LogEvent.Builder
Log event for real-time bidding ad exchange client.
|
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<AdExchangeProtobuf.LogEvent> |
PARSER
Deprecated.
|
static int |
PROPERTIES_FIELD_NUMBER |
static int |
REQUEST_FIELD_NUMBER |
static int |
RESPONSE_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
UUID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProperties(String key)
Log event custom properties.
|
boolean |
equals(Object obj) |
static AdExchangeProtobuf.LogEvent |
getDefaultInstance() |
AdExchangeProtobuf.LogEvent |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<AdExchangeProtobuf.LogEvent> |
getParserForType() |
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.
|
int |
getSerializedSize() |
long |
getTimestamp()
Log event timestamp, in milliseconds from epoch.
|
AdExchangeProtobuf.LogEventType |
getType()
Log event type.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.ByteString |
getUuid()
Log event unique identifier.
|
int |
hashCode() |
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() |
static AdExchangeProtobuf.LogEvent.Builder |
newBuilder() |
static AdExchangeProtobuf.LogEvent.Builder |
newBuilder(AdExchangeProtobuf.LogEvent prototype) |
AdExchangeProtobuf.LogEvent.Builder |
newBuilderForType() |
static AdExchangeProtobuf.LogEvent |
parseDelimitedFrom(InputStream input) |
static AdExchangeProtobuf.LogEvent |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdExchangeProtobuf.LogEvent |
parseFrom(byte[] data) |
static AdExchangeProtobuf.LogEvent |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdExchangeProtobuf.LogEvent |
parseFrom(com.google.protobuf.ByteString data) |
static AdExchangeProtobuf.LogEvent |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdExchangeProtobuf.LogEvent |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AdExchangeProtobuf.LogEvent |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdExchangeProtobuf.LogEvent |
parseFrom(InputStream input) |
static AdExchangeProtobuf.LogEvent |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AdExchangeProtobuf.LogEvent> |
parser() |
AdExchangeProtobuf.LogEvent.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int UUID_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int REQUEST_FIELD_NUMBER
public static final int RESPONSE_FIELD_NUMBER
public static final int PROPERTIES_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<AdExchangeProtobuf.LogEvent> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public 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 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 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 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 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 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static AdExchangeProtobuf.LogEvent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdExchangeProtobuf.LogEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdExchangeProtobuf.LogEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdExchangeProtobuf.LogEvent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AdExchangeProtobuf.LogEvent parseFrom(InputStream input) throws IOException
IOExceptionpublic static AdExchangeProtobuf.LogEvent parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AdExchangeProtobuf.LogEvent parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AdExchangeProtobuf.LogEvent parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AdExchangeProtobuf.LogEvent parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AdExchangeProtobuf.LogEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AdExchangeProtobuf.LogEvent.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AdExchangeProtobuf.LogEvent.Builder newBuilder()
public static AdExchangeProtobuf.LogEvent.Builder newBuilder(AdExchangeProtobuf.LogEvent prototype)
public AdExchangeProtobuf.LogEvent.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static AdExchangeProtobuf.LogEvent getDefaultInstance()
public static com.google.protobuf.Parser<AdExchangeProtobuf.LogEvent> parser()
public com.google.protobuf.Parser<AdExchangeProtobuf.LogEvent> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AdExchangeProtobuf.LogEvent getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.