Interface InFeedVideoAdInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InFeedVideoAdInfo,InFeedVideoAdInfo.Builder
public interface InFeedVideoAdInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionFirst text line for the ad.com.google.protobuf.ByteStringFirst text line for the ad.Second text line for the ad.com.google.protobuf.ByteStringSecond text line for the ad.The headline of the ad.com.google.protobuf.ByteStringThe headline of the ad.Video thumbnail image to use.intVideo thumbnail image to use.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getHeadline
String getHeadline()The headline of the ad.
string headline = 1;- Returns:
- The headline.
-
getHeadlineBytes
com.google.protobuf.ByteString getHeadlineBytes()The headline of the ad.
string headline = 1;- Returns:
- The bytes for headline.
-
getDescription1
String getDescription1()First text line for the ad.
string description1 = 2;- Returns:
- The description1.
-
getDescription1Bytes
com.google.protobuf.ByteString getDescription1Bytes()First text line for the ad.
string description1 = 2;- Returns:
- The bytes for description1.
-
getDescription2
String getDescription2()Second text line for the ad.
string description2 = 3;- Returns:
- The description2.
-
getDescription2Bytes
com.google.protobuf.ByteString getDescription2Bytes()Second text line for the ad.
string description2 = 3;- Returns:
- The bytes for description2.
-
getThumbnailValue
int getThumbnailValue()Video thumbnail image to use.
.google.ads.googleads.v18.enums.VideoThumbnailEnum.VideoThumbnail thumbnail = 4;- Returns:
- The enum numeric value on the wire for thumbnail.
-
getThumbnail
VideoThumbnailEnum.VideoThumbnail getThumbnail()Video thumbnail image to use.
.google.ads.googleads.v18.enums.VideoThumbnailEnum.VideoThumbnail thumbnail = 4;- Returns:
- The thumbnail.
-