Package com.google.doubleclick
Interface AdxExt.SourceExtOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.SourceExt,AdxExt.SourceExt.Builder
- Enclosing class:
- AdxExt
public static interface AdxExt.SourceExtOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetOmidpn()Identifier of the OM SDK integration.com.google.protobuf.ByteStringgetOmidpnBytes()Identifier of the OM SDK integration.StringgetOmidpv()Version of the OM SDK integration.com.google.protobuf.ByteStringgetOmidpvBytes()Version of the OM SDK integration.AdxExt.SourceExt.SupplyChaingetSchain()optional .com.google.doubleclick.SourceExt.SupplyChain schain = 3;AdxExt.SourceExt.SupplyChainOrBuildergetSchainOrBuilder()optional .com.google.doubleclick.SourceExt.SupplyChain schain = 3;booleanhasOmidpn()Identifier of the OM SDK integration.booleanhasOmidpv()Version of the OM SDK integration.booleanhasSchain()optional .com.google.doubleclick.SourceExt.SupplyChain schain = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOmidpn
boolean hasOmidpn()
Identifier of the OM SDK integration. Equivalent to BidRequest.AdSlot.omidpn in the Google protocol. For more info, see the OpenRTB Advisory for Open Measurement SDK: https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/master/OpenRTB%20support%20for%20OMSDK.md#openrtb-and-adcom.
optional string omidpn = 1;- Returns:
- Whether the omidpn field is set.
-
getOmidpn
String getOmidpn()
Identifier of the OM SDK integration. Equivalent to BidRequest.AdSlot.omidpn in the Google protocol. For more info, see the OpenRTB Advisory for Open Measurement SDK: https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/master/OpenRTB%20support%20for%20OMSDK.md#openrtb-and-adcom.
optional string omidpn = 1;- Returns:
- The omidpn.
-
getOmidpnBytes
com.google.protobuf.ByteString getOmidpnBytes()
Identifier of the OM SDK integration. Equivalent to BidRequest.AdSlot.omidpn in the Google protocol. For more info, see the OpenRTB Advisory for Open Measurement SDK: https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/master/OpenRTB%20support%20for%20OMSDK.md#openrtb-and-adcom.
optional string omidpn = 1;- Returns:
- The bytes for omidpn.
-
hasOmidpv
boolean hasOmidpv()
Version of the OM SDK integration. Equivalent to BidRequest.AdSlot.omidpv in the Google protocol. For more info, see the OpenRTB Advisory for Open Measurement SDK: https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/master/OpenRTB%20support%20for%20OMSDK.md#openrtb-and-adcom.
optional string omidpv = 2;- Returns:
- Whether the omidpv field is set.
-
getOmidpv
String getOmidpv()
Version of the OM SDK integration. Equivalent to BidRequest.AdSlot.omidpv in the Google protocol. For more info, see the OpenRTB Advisory for Open Measurement SDK: https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/master/OpenRTB%20support%20for%20OMSDK.md#openrtb-and-adcom.
optional string omidpv = 2;- Returns:
- The omidpv.
-
getOmidpvBytes
com.google.protobuf.ByteString getOmidpvBytes()
Version of the OM SDK integration. Equivalent to BidRequest.AdSlot.omidpv in the Google protocol. For more info, see the OpenRTB Advisory for Open Measurement SDK: https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/master/OpenRTB%20support%20for%20OMSDK.md#openrtb-and-adcom.
optional string omidpv = 2;- Returns:
- The bytes for omidpv.
-
hasSchain
boolean hasSchain()
optional .com.google.doubleclick.SourceExt.SupplyChain schain = 3;- Returns:
- Whether the schain field is set.
-
getSchain
AdxExt.SourceExt.SupplyChain getSchain()
optional .com.google.doubleclick.SourceExt.SupplyChain schain = 3;- Returns:
- The schain.
-
getSchainOrBuilder
AdxExt.SourceExt.SupplyChainOrBuilder getSchainOrBuilder()
optional .com.google.doubleclick.SourceExt.SupplyChain schain = 3;
-
-