Package com.google.doubleclick
Interface AdxExt.NativeRequestExtOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.NativeRequestExt,AdxExt.NativeRequestExt.Builder
- Enclosing class:
- AdxExt
public static interface AdxExt.NativeRequestExtOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdxExt.NativeRequestExt.MultiAdsCellInfogetMultiAdsCellInfo()[AdX: BidRequest.AdSlot.multi_ads_cell_info]AdxExt.NativeRequestExt.MultiAdsCellInfoOrBuildergetMultiAdsCellInfoOrBuilder()[AdX: BidRequest.AdSlot.multi_ads_cell_info]intgetStyleHeight()[AdX: BidRequest.AdSlot.native_ad_template[0].style_height]intgetStyleId()[AdX: BidRequest.AdSlot.native_ad_template[0].style_id]AdxExt.NativeRequestExt.LayoutTypegetStyleLayoutType()optional .com.google.doubleclick.NativeRequestExt.LayoutType style_layout_type = 4 [default = PIXEL];intgetStyleWidth()[AdX: BidRequest.AdSlot.native_ad_template[0].style_width]booleanhasMultiAdsCellInfo()[AdX: BidRequest.AdSlot.multi_ads_cell_info]booleanhasStyleHeight()[AdX: BidRequest.AdSlot.native_ad_template[0].style_height]booleanhasStyleId()[AdX: BidRequest.AdSlot.native_ad_template[0].style_id]booleanhasStyleLayoutType()optional .com.google.doubleclick.NativeRequestExt.LayoutType style_layout_type = 4 [default = PIXEL];booleanhasStyleWidth()[AdX: BidRequest.AdSlot.native_ad_template[0].style_width]-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStyleId
boolean hasStyleId()
[AdX: BidRequest.AdSlot.native_ad_template[0].style_id]
optional int32 style_id = 1;- Returns:
- Whether the styleId field is set.
-
getStyleId
int getStyleId()
[AdX: BidRequest.AdSlot.native_ad_template[0].style_id]
optional int32 style_id = 1;- Returns:
- The styleId.
-
hasStyleHeight
boolean hasStyleHeight()
[AdX: BidRequest.AdSlot.native_ad_template[0].style_height]
optional int32 style_height = 2;- Returns:
- Whether the styleHeight field is set.
-
getStyleHeight
int getStyleHeight()
[AdX: BidRequest.AdSlot.native_ad_template[0].style_height]
optional int32 style_height = 2;- Returns:
- The styleHeight.
-
hasStyleWidth
boolean hasStyleWidth()
[AdX: BidRequest.AdSlot.native_ad_template[0].style_width]
optional int32 style_width = 3;- Returns:
- Whether the styleWidth field is set.
-
getStyleWidth
int getStyleWidth()
[AdX: BidRequest.AdSlot.native_ad_template[0].style_width]
optional int32 style_width = 3;- Returns:
- The styleWidth.
-
hasStyleLayoutType
boolean hasStyleLayoutType()
optional .com.google.doubleclick.NativeRequestExt.LayoutType style_layout_type = 4 [default = PIXEL];- Returns:
- Whether the styleLayoutType field is set.
-
getStyleLayoutType
AdxExt.NativeRequestExt.LayoutType getStyleLayoutType()
optional .com.google.doubleclick.NativeRequestExt.LayoutType style_layout_type = 4 [default = PIXEL];- Returns:
- The styleLayoutType.
-
hasMultiAdsCellInfo
boolean hasMultiAdsCellInfo()
[AdX: BidRequest.AdSlot.multi_ads_cell_info]
optional .com.google.doubleclick.NativeRequestExt.MultiAdsCellInfo multi_ads_cell_info = 5;- Returns:
- Whether the multiAdsCellInfo field is set.
-
getMultiAdsCellInfo
AdxExt.NativeRequestExt.MultiAdsCellInfo getMultiAdsCellInfo()
[AdX: BidRequest.AdSlot.multi_ads_cell_info]
optional .com.google.doubleclick.NativeRequestExt.MultiAdsCellInfo multi_ads_cell_info = 5;- Returns:
- The multiAdsCellInfo.
-
getMultiAdsCellInfoOrBuilder
AdxExt.NativeRequestExt.MultiAdsCellInfoOrBuilder getMultiAdsCellInfoOrBuilder()
[AdX: BidRequest.AdSlot.multi_ads_cell_info]
optional .com.google.doubleclick.NativeRequestExt.MultiAdsCellInfo multi_ads_cell_info = 5;
-
-