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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription1()First text line for the ad.com.google.protobuf.ByteStringgetDescription1Bytes()First text line for the ad.java.lang.StringgetDescription2()Second text line for the ad.com.google.protobuf.ByteStringgetDescription2Bytes()Second text line for the ad.java.lang.StringgetHeadline()The headline of the ad.com.google.protobuf.ByteStringgetHeadlineBytes()The headline of the ad.VideoThumbnailEnum.VideoThumbnailgetThumbnail()Video thumbnail image to use.intgetThumbnailValue()Video thumbnail image to use.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHeadline
java.lang.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
java.lang.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
java.lang.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.v10.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.v10.enums.VideoThumbnailEnum.VideoThumbnail thumbnail = 4;- Returns:
- The thumbnail.
-
-