Interface TextAdInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TextAdInfo, TextAdInfo.Builder

public interface TextAdInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The first line of the ad's description.
    com.google.protobuf.ByteString
    The first line of the ad's description.
    The second line of the ad's description.
    com.google.protobuf.ByteString
    The second line of the ad's description.
    The headline of the ad.
    com.google.protobuf.ByteString
    The headline of the ad.
    boolean
    The first line of the ad's description.
    boolean
    The second line of the ad's description.
    boolean
    The headline of the ad.

    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

    • hasHeadline

      boolean hasHeadline()
       The headline of the ad.
       
      optional string headline = 4;
      Returns:
      Whether the headline field is set.
    • getHeadline

      String getHeadline()
       The headline of the ad.
       
      optional string headline = 4;
      Returns:
      The headline.
    • getHeadlineBytes

      com.google.protobuf.ByteString getHeadlineBytes()
       The headline of the ad.
       
      optional string headline = 4;
      Returns:
      The bytes for headline.
    • hasDescription1

      boolean hasDescription1()
       The first line of the ad's description.
       
      optional string description1 = 5;
      Returns:
      Whether the description1 field is set.
    • getDescription1

      String getDescription1()
       The first line of the ad's description.
       
      optional string description1 = 5;
      Returns:
      The description1.
    • getDescription1Bytes

      com.google.protobuf.ByteString getDescription1Bytes()
       The first line of the ad's description.
       
      optional string description1 = 5;
      Returns:
      The bytes for description1.
    • hasDescription2

      boolean hasDescription2()
       The second line of the ad's description.
       
      optional string description2 = 6;
      Returns:
      Whether the description2 field is set.
    • getDescription2

      String getDescription2()
       The second line of the ad's description.
       
      optional string description2 = 6;
      Returns:
      The description2.
    • getDescription2Bytes

      com.google.protobuf.ByteString getDescription2Bytes()
       The second line of the ad's description.
       
      optional string description2 = 6;
      Returns:
      The bytes for description2.