Package com.google.doubleclick
Interface AdxExt.BidExt.SdkRenderedAdOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.BidExt.SdkRenderedAd,AdxExt.BidExt.SdkRenderedAd.Builder
- Enclosing class:
- AdxExt.BidExt
public static interface AdxExt.BidExt.SdkRenderedAdOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdxExt.BidExt.SdkRenderedAd.DeclaredAdgetDeclaredAd()optional .com.google.doubleclick.BidExt.SdkRenderedAd.DeclaredAd declared_ad = 6;AdxExt.BidExt.SdkRenderedAd.DeclaredAdOrBuildergetDeclaredAdOrBuilder()optional .com.google.doubleclick.BidExt.SdkRenderedAd.DeclaredAd declared_ad = 6;StringgetId()The identifier for the SDK that will render the ad.com.google.protobuf.ByteStringgetIdBytes()The identifier for the SDK that will render the ad.StringgetRenderingData()Data to pass to the SDK in order to render the ad.com.google.protobuf.ByteStringgetRenderingDataBytes()Data to pass to the SDK in order to render the ad.booleanhasDeclaredAd()optional .com.google.doubleclick.BidExt.SdkRenderedAd.DeclaredAd declared_ad = 6;booleanhasId()The identifier for the SDK that will render the ad.booleanhasRenderingData()Data to pass to the SDK in order to render the ad.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
The identifier for the SDK that will render the ad. Must match an AppExt.InstalledSdk.id sent in the corresponding bid request.
optional string id = 1;- Returns:
- Whether the id field is set.
-
getId
String getId()
The identifier for the SDK that will render the ad. Must match an AppExt.InstalledSdk.id sent in the corresponding bid request.
optional string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
The identifier for the SDK that will render the ad. Must match an AppExt.InstalledSdk.id sent in the corresponding bid request.
optional string id = 1;- Returns:
- The bytes for id.
-
hasRenderingData
boolean hasRenderingData()
Data to pass to the SDK in order to render the ad. This data is opaque to the publisher and to Google.
optional string rendering_data = 2;- Returns:
- Whether the renderingData field is set.
-
getRenderingData
String getRenderingData()
Data to pass to the SDK in order to render the ad. This data is opaque to the publisher and to Google.
optional string rendering_data = 2;- Returns:
- The renderingData.
-
getRenderingDataBytes
com.google.protobuf.ByteString getRenderingDataBytes()
Data to pass to the SDK in order to render the ad. This data is opaque to the publisher and to Google.
optional string rendering_data = 2;- Returns:
- The bytes for renderingData.
-
hasDeclaredAd
boolean hasDeclaredAd()
optional .com.google.doubleclick.BidExt.SdkRenderedAd.DeclaredAd declared_ad = 6;- Returns:
- Whether the declaredAd field is set.
-
getDeclaredAd
AdxExt.BidExt.SdkRenderedAd.DeclaredAd getDeclaredAd()
optional .com.google.doubleclick.BidExt.SdkRenderedAd.DeclaredAd declared_ad = 6;- Returns:
- The declaredAd.
-
getDeclaredAdOrBuilder
AdxExt.BidExt.SdkRenderedAd.DeclaredAdOrBuilder getDeclaredAdOrBuilder()
optional .com.google.doubleclick.BidExt.SdkRenderedAd.DeclaredAd declared_ad = 6;
-
-