Package com.google.doubleclick
Interface AdxExt.BidExt.SKAdNetworkResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.BidExt.SKAdNetworkResponse,AdxExt.BidExt.SKAdNetworkResponse.Builder
- Enclosing class:
- AdxExt.BidExt
public static interface AdxExt.BidExt.SKAdNetworkResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCampaign()Campaign ID compatible with Apple's spec.com.google.protobuf.ByteStringgetCampaignBytes()Campaign ID compatible with Apple's spec.AdxExt.BidExt.SKAdNetworkResponse.FidelitygetFidelities(int index)repeated .com.google.doubleclick.BidExt.SKAdNetworkResponse.Fidelity fidelities = 9;intgetFidelitiesCount()repeated .com.google.doubleclick.BidExt.SKAdNetworkResponse.Fidelity fidelities = 9;List<AdxExt.BidExt.SKAdNetworkResponse.Fidelity>getFidelitiesList()repeated .com.google.doubleclick.BidExt.SKAdNetworkResponse.Fidelity fidelities = 9;AdxExt.BidExt.SKAdNetworkResponse.FidelityOrBuildergetFidelitiesOrBuilder(int index)repeated .com.google.doubleclick.BidExt.SKAdNetworkResponse.Fidelity fidelities = 9;List<? extends AdxExt.BidExt.SKAdNetworkResponse.FidelityOrBuilder>getFidelitiesOrBuilderList()repeated .com.google.doubleclick.BidExt.SKAdNetworkResponse.Fidelity fidelities = 9;StringgetItunesitem()ID of advertiser's app in Apple's app store.com.google.protobuf.ByteStringgetItunesitemBytes()ID of advertiser's app in Apple's app store.StringgetNetwork()Ad network identifier used in signature.com.google.protobuf.ByteStringgetNetworkBytes()Ad network identifier used in signature.StringgetNonce()A unique all-lowercase UUID generated by the advertiser to use for generating the signature.com.google.protobuf.ByteStringgetNonceBytes()A unique all-lowercase UUID generated by the advertiser to use for generating the signature.StringgetSignature()SKAdNetwork signature as specified by Apple.com.google.protobuf.ByteStringgetSignatureBytes()SKAdNetwork signature as specified by Apple.AdxExt.BidExt.SKAdNetworkResponse.SKAdNetworkOptionsgetSkadnOpts()[AdX: BidResponse.Ad.skadn_options]AdxExt.BidExt.SKAdNetworkResponse.SKAdNetworkOptionsOrBuildergetSkadnOptsOrBuilder()[AdX: BidResponse.Ad.skadn_options]StringgetSourceapp()ID of publisher's app in Apple's app store.com.google.protobuf.ByteStringgetSourceappBytes()ID of publisher's app in Apple's app store.StringgetTimestamp()Unix time in millis used at the time of signature generation.com.google.protobuf.ByteStringgetTimestampBytes()Unix time in millis used at the time of signature generation.StringgetVersion()Version of SKAdNetwork supported by the advertiser.com.google.protobuf.ByteStringgetVersionBytes()Version of SKAdNetwork supported by the advertiser.booleanhasCampaign()Campaign ID compatible with Apple's spec.booleanhasItunesitem()ID of advertiser's app in Apple's app store.booleanhasNetwork()Ad network identifier used in signature.booleanhasNonce()A unique all-lowercase UUID generated by the advertiser to use for generating the signature.booleanhasSignature()SKAdNetwork signature as specified by Apple.booleanhasSkadnOpts()[AdX: BidResponse.Ad.skadn_options]booleanhasSourceapp()ID of publisher's app in Apple's app store.booleanhasTimestamp()Unix time in millis used at the time of signature generation.booleanhasVersion()Version of SKAdNetwork supported by the advertiser.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasVersion
boolean hasVersion()
Version of SKAdNetwork supported by the advertiser. Also used to specify how the signature was generated by the advertiser. This should match the version from BidRequest.imp.ext.skad.version.
optional string version = 1;- Returns:
- Whether the version field is set.
-
getVersion
String getVersion()
Version of SKAdNetwork supported by the advertiser. Also used to specify how the signature was generated by the advertiser. This should match the version from BidRequest.imp.ext.skad.version.
optional string version = 1;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
Version of SKAdNetwork supported by the advertiser. Also used to specify how the signature was generated by the advertiser. This should match the version from BidRequest.imp.ext.skad.version.
optional string version = 1;- Returns:
- The bytes for version.
-
hasNetwork
boolean hasNetwork()
Ad network identifier used in signature. This should match one of the items in BidRequest.imp.ext.skad.skadnetids.
optional string network = 2;- Returns:
- Whether the network field is set.
-
getNetwork
String getNetwork()
Ad network identifier used in signature. This should match one of the items in BidRequest.imp.ext.skad.skadnetids.
optional string network = 2;- Returns:
- The network.
-
getNetworkBytes
com.google.protobuf.ByteString getNetworkBytes()
Ad network identifier used in signature. This should match one of the items in BidRequest.imp.ext.skad.skadnetids.
optional string network = 2;- Returns:
- The bytes for network.
-
hasCampaign
boolean hasCampaign()
Campaign ID compatible with Apple's spec.
optional string campaign = 3;- Returns:
- Whether the campaign field is set.
-
getCampaign
String getCampaign()
Campaign ID compatible with Apple's spec.
optional string campaign = 3;- Returns:
- The campaign.
-
getCampaignBytes
com.google.protobuf.ByteString getCampaignBytes()
Campaign ID compatible with Apple's spec.
optional string campaign = 3;- Returns:
- The bytes for campaign.
-
hasItunesitem
boolean hasItunesitem()
ID of advertiser's app in Apple's app store.
optional string itunesitem = 4;- Returns:
- Whether the itunesitem field is set.
-
getItunesitem
String getItunesitem()
ID of advertiser's app in Apple's app store.
optional string itunesitem = 4;- Returns:
- The itunesitem.
-
getItunesitemBytes
com.google.protobuf.ByteString getItunesitemBytes()
ID of advertiser's app in Apple's app store.
optional string itunesitem = 4;- Returns:
- The bytes for itunesitem.
-
getFidelitiesList
List<AdxExt.BidExt.SKAdNetworkResponse.Fidelity> getFidelitiesList()
repeated .com.google.doubleclick.BidExt.SKAdNetworkResponse.Fidelity fidelities = 9;
-
getFidelities
AdxExt.BidExt.SKAdNetworkResponse.Fidelity getFidelities(int index)
repeated .com.google.doubleclick.BidExt.SKAdNetworkResponse.Fidelity fidelities = 9;
-
getFidelitiesCount
int getFidelitiesCount()
repeated .com.google.doubleclick.BidExt.SKAdNetworkResponse.Fidelity fidelities = 9;
-
getFidelitiesOrBuilderList
List<? extends AdxExt.BidExt.SKAdNetworkResponse.FidelityOrBuilder> getFidelitiesOrBuilderList()
repeated .com.google.doubleclick.BidExt.SKAdNetworkResponse.Fidelity fidelities = 9;
-
getFidelitiesOrBuilder
AdxExt.BidExt.SKAdNetworkResponse.FidelityOrBuilder getFidelitiesOrBuilder(int index)
repeated .com.google.doubleclick.BidExt.SKAdNetworkResponse.Fidelity fidelities = 9;
-
hasNonce
boolean hasNonce()
A unique all-lowercase UUID generated by the advertiser to use for generating the signature. Note: This field will be deprecated in favor of the BidResponse.bid.ext.skadn.fidelities.nonce field to support multiple fidelity types.
optional string nonce = 5;- Returns:
- Whether the nonce field is set.
-
getNonce
String getNonce()
A unique all-lowercase UUID generated by the advertiser to use for generating the signature. Note: This field will be deprecated in favor of the BidResponse.bid.ext.skadn.fidelities.nonce field to support multiple fidelity types.
optional string nonce = 5;- Returns:
- The nonce.
-
getNonceBytes
com.google.protobuf.ByteString getNonceBytes()
A unique all-lowercase UUID generated by the advertiser to use for generating the signature. Note: This field will be deprecated in favor of the BidResponse.bid.ext.skadn.fidelities.nonce field to support multiple fidelity types.
optional string nonce = 5;- Returns:
- The bytes for nonce.
-
hasSourceapp
boolean hasSourceapp()
ID of publisher's app in Apple's app store. This should match the ID from BidRequest.imp.ext.skad.sourceapp.
optional string sourceapp = 6;- Returns:
- Whether the sourceapp field is set.
-
getSourceapp
String getSourceapp()
ID of publisher's app in Apple's app store. This should match the ID from BidRequest.imp.ext.skad.sourceapp.
optional string sourceapp = 6;- Returns:
- The sourceapp.
-
getSourceappBytes
com.google.protobuf.ByteString getSourceappBytes()
ID of publisher's app in Apple's app store. This should match the ID from BidRequest.imp.ext.skad.sourceapp.
optional string sourceapp = 6;- Returns:
- The bytes for sourceapp.
-
hasTimestamp
boolean hasTimestamp()
Unix time in millis used at the time of signature generation. Note: This field will be deprecated in favor of the BidResponse.bid.ext.skadn.fidelities.timestamp field to support multiple fidelity types.
optional string timestamp = 7;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
String getTimestamp()
Unix time in millis used at the time of signature generation. Note: This field will be deprecated in favor of the BidResponse.bid.ext.skadn.fidelities.timestamp field to support multiple fidelity types.
optional string timestamp = 7;- Returns:
- The timestamp.
-
getTimestampBytes
com.google.protobuf.ByteString getTimestampBytes()
Unix time in millis used at the time of signature generation. Note: This field will be deprecated in favor of the BidResponse.bid.ext.skadn.fidelities.timestamp field to support multiple fidelity types.
optional string timestamp = 7;- Returns:
- The bytes for timestamp.
-
hasSignature
boolean hasSignature()
SKAdNetwork signature as specified by Apple. Note: This field will be deprecated in favor of the BidResponse.bid.ext.skadn.fidelities.signature field to support multiple fidelity types.
optional string signature = 8;- Returns:
- Whether the signature field is set.
-
getSignature
String getSignature()
SKAdNetwork signature as specified by Apple. Note: This field will be deprecated in favor of the BidResponse.bid.ext.skadn.fidelities.signature field to support multiple fidelity types.
optional string signature = 8;- Returns:
- The signature.
-
getSignatureBytes
com.google.protobuf.ByteString getSignatureBytes()
SKAdNetwork signature as specified by Apple. Note: This field will be deprecated in favor of the BidResponse.bid.ext.skadn.fidelities.signature field to support multiple fidelity types.
optional string signature = 8;- Returns:
- The bytes for signature.
-
hasSkadnOpts
boolean hasSkadnOpts()
[AdX: BidResponse.Ad.skadn_options]
optional .com.google.doubleclick.BidExt.SKAdNetworkResponse.SKAdNetworkOptions skadn_opts = 10;- Returns:
- Whether the skadnOpts field is set.
-
getSkadnOpts
AdxExt.BidExt.SKAdNetworkResponse.SKAdNetworkOptions getSkadnOpts()
[AdX: BidResponse.Ad.skadn_options]
optional .com.google.doubleclick.BidExt.SKAdNetworkResponse.SKAdNetworkOptions skadn_opts = 10;- Returns:
- The skadnOpts.
-
getSkadnOptsOrBuilder
AdxExt.BidExt.SKAdNetworkResponse.SKAdNetworkOptionsOrBuilder getSkadnOptsOrBuilder()
[AdX: BidResponse.Ad.skadn_options]
optional .com.google.doubleclick.BidExt.SKAdNetworkResponse.SKAdNetworkOptions skadn_opts = 10;
-
-