Package com.google.doubleclick
Interface AdxExt.BidExt.SdkRenderedAd.DeclaredAdOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.BidExt.SdkRenderedAd.DeclaredAd,AdxExt.BidExt.SdkRenderedAd.DeclaredAd.Builder
- Enclosing class:
- AdxExt.BidExt.SdkRenderedAd
public static interface AdxExt.BidExt.SdkRenderedAd.DeclaredAdOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClickThroughUrl(int index)The final landing pages of the SDK-rendered ad.com.google.protobuf.ByteStringgetClickThroughUrlBytes(int index)The final landing pages of the SDK-rendered ad.intgetClickThroughUrlCount()The final landing pages of the SDK-rendered ad.List<String>getClickThroughUrlList()The final landing pages of the SDK-rendered ad.AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCasegetContentCase()StringgetHtmlSnippet()The HTML snippet representative of the SDK-rendered ad.com.google.protobuf.ByteStringgetHtmlSnippetBytes()The HTML snippet representative of the SDK-rendered ad.com.google.openrtb.OpenRtb.NativeResponsegetNativeResponse()The content of a native ad.com.google.openrtb.OpenRtb.NativeResponseOrBuildergetNativeResponseOrBuilder()The content of a native ad.StringgetVideoUrl()The URL to the VAST asset used in the SDK-rendered ad.com.google.protobuf.ByteStringgetVideoUrlBytes()The URL to the VAST asset used in the SDK-rendered ad.StringgetVideoVastXml()The VAST document used to render custom SDK-rendered ad.com.google.protobuf.ByteStringgetVideoVastXmlBytes()The VAST document used to render custom SDK-rendered ad.booleanhasHtmlSnippet()The HTML snippet representative of the SDK-rendered ad.booleanhasNativeResponse()The content of a native ad.booleanhasVideoUrl()The URL to the VAST asset used in the SDK-rendered ad.booleanhasVideoVastXml()The VAST document used to render custom SDK-rendered ad.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHtmlSnippet
boolean hasHtmlSnippet()
The HTML snippet representative of the SDK-rendered ad.
string html_snippet = 1;- Returns:
- Whether the htmlSnippet field is set.
-
getHtmlSnippet
String getHtmlSnippet()
The HTML snippet representative of the SDK-rendered ad.
string html_snippet = 1;- Returns:
- The htmlSnippet.
-
getHtmlSnippetBytes
com.google.protobuf.ByteString getHtmlSnippetBytes()
The HTML snippet representative of the SDK-rendered ad.
string html_snippet = 1;- Returns:
- The bytes for htmlSnippet.
-
hasVideoUrl
boolean hasVideoUrl()
The URL to the VAST asset used in the SDK-rendered ad.
string video_url = 2;- Returns:
- Whether the videoUrl field is set.
-
getVideoUrl
String getVideoUrl()
The URL to the VAST asset used in the SDK-rendered ad.
string video_url = 2;- Returns:
- The videoUrl.
-
getVideoUrlBytes
com.google.protobuf.ByteString getVideoUrlBytes()
The URL to the VAST asset used in the SDK-rendered ad.
string video_url = 2;- Returns:
- The bytes for videoUrl.
-
hasVideoVastXml
boolean hasVideoVastXml()
The VAST document used to render custom SDK-rendered ad. This document should conform to the VAST 2.0 or 3.0 standard.
string video_vast_xml = 4;- Returns:
- Whether the videoVastXml field is set.
-
getVideoVastXml
String getVideoVastXml()
The VAST document used to render custom SDK-rendered ad. This document should conform to the VAST 2.0 or 3.0 standard.
string video_vast_xml = 4;- Returns:
- The videoVastXml.
-
getVideoVastXmlBytes
com.google.protobuf.ByteString getVideoVastXmlBytes()
The VAST document used to render custom SDK-rendered ad. This document should conform to the VAST 2.0 or 3.0 standard.
string video_vast_xml = 4;- Returns:
- The bytes for videoVastXml.
-
hasNativeResponse
boolean hasNativeResponse()
The content of a native ad. Native ads consist of multiple building blocks (such as image and text), which are rendered by the buyer SDK. This field is only required for creative scanning. The assets you include don't need to match assets specified in a native request object (if any) in the bid request. NativeResponse.assets.id is optional and doesn't need to match an asset on the native request object. NativeResponse.assets.img.type is required.
.com.google.openrtb.NativeResponse native_response = 5;- Returns:
- Whether the nativeResponse field is set.
-
getNativeResponse
com.google.openrtb.OpenRtb.NativeResponse getNativeResponse()
The content of a native ad. Native ads consist of multiple building blocks (such as image and text), which are rendered by the buyer SDK. This field is only required for creative scanning. The assets you include don't need to match assets specified in a native request object (if any) in the bid request. NativeResponse.assets.id is optional and doesn't need to match an asset on the native request object. NativeResponse.assets.img.type is required.
.com.google.openrtb.NativeResponse native_response = 5;- Returns:
- The nativeResponse.
-
getNativeResponseOrBuilder
com.google.openrtb.OpenRtb.NativeResponseOrBuilder getNativeResponseOrBuilder()
The content of a native ad. Native ads consist of multiple building blocks (such as image and text), which are rendered by the buyer SDK. This field is only required for creative scanning. The assets you include don't need to match assets specified in a native request object (if any) in the bid request. NativeResponse.assets.id is optional and doesn't need to match an asset on the native request object. NativeResponse.assets.img.type is required.
.com.google.openrtb.NativeResponse native_response = 5;
-
getClickThroughUrlList
List<String> getClickThroughUrlList()
The final landing pages of the SDK-rendered ad.
repeated string click_through_url = 3;- Returns:
- A list containing the clickThroughUrl.
-
getClickThroughUrlCount
int getClickThroughUrlCount()
The final landing pages of the SDK-rendered ad.
repeated string click_through_url = 3;- Returns:
- The count of clickThroughUrl.
-
getClickThroughUrl
String getClickThroughUrl(int index)
The final landing pages of the SDK-rendered ad.
repeated string click_through_url = 3;- Parameters:
index- The index of the element to return.- Returns:
- The clickThroughUrl at the given index.
-
getClickThroughUrlBytes
com.google.protobuf.ByteString getClickThroughUrlBytes(int index)
The final landing pages of the SDK-rendered ad.
repeated string click_through_url = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the clickThroughUrl at the given index.
-
getContentCase
AdxExt.BidExt.SdkRenderedAd.DeclaredAd.ContentCase getContentCase()
-
-