Interface VideoNonSkippableInStreamAdInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VideoNonSkippableInStreamAdInfo,VideoNonSkippableInStreamAdInfo.Builder
public interface VideoNonSkippableInStreamAdInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetActionButtonLabel()Label on the "Call To Action" button taking the user to the video ad's final URL.com.google.protobuf.ByteStringgetActionButtonLabelBytes()Label on the "Call To Action" button taking the user to the video ad's final URL.java.lang.StringgetActionHeadline()Additional text displayed with the "Call To Action" button to give context and encourage clicking on the button.com.google.protobuf.ByteStringgetActionHeadlineBytes()Additional text displayed with the "Call To Action" button to give context and encourage clicking on the button.AdImageAssetgetCompanionBanner()The image assets of the companion banner used with the ad.AdImageAssetOrBuildergetCompanionBannerOrBuilder()The image assets of the companion banner used with the ad.booleanhasCompanionBanner()The image assets of the companion banner used with the ad.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCompanionBanner
boolean hasCompanionBanner()
The image assets of the companion banner used with the ad.
.google.ads.googleads.v10.common.AdImageAsset companion_banner = 5;- Returns:
- Whether the companionBanner field is set.
-
getCompanionBanner
AdImageAsset getCompanionBanner()
The image assets of the companion banner used with the ad.
.google.ads.googleads.v10.common.AdImageAsset companion_banner = 5;- Returns:
- The companionBanner.
-
getCompanionBannerOrBuilder
AdImageAssetOrBuilder getCompanionBannerOrBuilder()
The image assets of the companion banner used with the ad.
.google.ads.googleads.v10.common.AdImageAsset companion_banner = 5;
-
getActionButtonLabel
java.lang.String getActionButtonLabel()
Label on the "Call To Action" button taking the user to the video ad's final URL.
string action_button_label = 3;- Returns:
- The actionButtonLabel.
-
getActionButtonLabelBytes
com.google.protobuf.ByteString getActionButtonLabelBytes()
Label on the "Call To Action" button taking the user to the video ad's final URL.
string action_button_label = 3;- Returns:
- The bytes for actionButtonLabel.
-
getActionHeadline
java.lang.String getActionHeadline()
Additional text displayed with the "Call To Action" button to give context and encourage clicking on the button.
string action_headline = 4;- Returns:
- The actionHeadline.
-
getActionHeadlineBytes
com.google.protobuf.ByteString getActionHeadlineBytes()
Additional text displayed with the "Call To Action" button to give context and encourage clicking on the button.
string action_headline = 4;- Returns:
- The bytes for actionHeadline.
-
-