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 Type
    Method
    Description
    First text line for the ad.
    com.google.protobuf.ByteString
    First text line for the ad.
    Second text line for the ad.
    com.google.protobuf.ByteString
    Second text line for the ad.
    The headline of the ad.
    com.google.protobuf.ByteString
    The headline of the ad.
    Video thumbnail image to use.
    int
    Video thumbnail image to use.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       Video thumbnail image to use.
       
      .google.ads.googleads.v18.enums.VideoThumbnailEnum.VideoThumbnail thumbnail = 4;
      Returns:
      The thumbnail.