Interface ExpandedTextAdInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The description of the ad.
    The second description of the ad.
    com.google.protobuf.ByteString
    The second description of the ad.
    com.google.protobuf.ByteString
    The description of the ad.
    The first part of the ad's headline.
    com.google.protobuf.ByteString
    The first part of the ad's headline.
    The second part of the ad's headline.
    com.google.protobuf.ByteString
    The second part of the ad's headline.
    The third part of the ad's headline.
    com.google.protobuf.ByteString
    The third part of the ad's headline.
    The text that can appear alongside the ad's displayed URL.
    com.google.protobuf.ByteString
    The text that can appear alongside the ad's displayed URL.
    Additional text that can appear alongside the ad's displayed URL.
    com.google.protobuf.ByteString
    Additional text that can appear alongside the ad's displayed URL.
    boolean
    The description of the ad.
    boolean
    The second description of the ad.
    boolean
    The first part of the ad's headline.
    boolean
    The second part of the ad's headline.
    boolean
    The third part of the ad's headline.
    boolean
    The text that can appear alongside the ad's displayed URL.
    boolean
    Additional text that can appear alongside the ad's displayed URL.

    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

    • hasHeadlinePart1

      boolean hasHeadlinePart1()
       The first part of the ad's headline.
       
      optional string headline_part1 = 8;
      Returns:
      Whether the headlinePart1 field is set.
    • getHeadlinePart1

      String getHeadlinePart1()
       The first part of the ad's headline.
       
      optional string headline_part1 = 8;
      Returns:
      The headlinePart1.
    • getHeadlinePart1Bytes

      com.google.protobuf.ByteString getHeadlinePart1Bytes()
       The first part of the ad's headline.
       
      optional string headline_part1 = 8;
      Returns:
      The bytes for headlinePart1.
    • hasHeadlinePart2

      boolean hasHeadlinePart2()
       The second part of the ad's headline.
       
      optional string headline_part2 = 9;
      Returns:
      Whether the headlinePart2 field is set.
    • getHeadlinePart2

      String getHeadlinePart2()
       The second part of the ad's headline.
       
      optional string headline_part2 = 9;
      Returns:
      The headlinePart2.
    • getHeadlinePart2Bytes

      com.google.protobuf.ByteString getHeadlinePart2Bytes()
       The second part of the ad's headline.
       
      optional string headline_part2 = 9;
      Returns:
      The bytes for headlinePart2.
    • hasHeadlinePart3

      boolean hasHeadlinePart3()
       The third part of the ad's headline.
       
      optional string headline_part3 = 10;
      Returns:
      Whether the headlinePart3 field is set.
    • getHeadlinePart3

      String getHeadlinePart3()
       The third part of the ad's headline.
       
      optional string headline_part3 = 10;
      Returns:
      The headlinePart3.
    • getHeadlinePart3Bytes

      com.google.protobuf.ByteString getHeadlinePart3Bytes()
       The third part of the ad's headline.
       
      optional string headline_part3 = 10;
      Returns:
      The bytes for headlinePart3.
    • hasDescription

      boolean hasDescription()
       The description of the ad.
       
      optional string description = 11;
      Returns:
      Whether the description field is set.
    • getDescription

      String getDescription()
       The description of the ad.
       
      optional string description = 11;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       The description of the ad.
       
      optional string description = 11;
      Returns:
      The bytes for description.
    • hasDescription2

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

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

      com.google.protobuf.ByteString getDescription2Bytes()
       The second description of the ad.
       
      optional string description2 = 12;
      Returns:
      The bytes for description2.
    • hasPath1

      boolean hasPath1()
       The text that can appear alongside the ad's displayed URL.
       
      optional string path1 = 13;
      Returns:
      Whether the path1 field is set.
    • getPath1

      String getPath1()
       The text that can appear alongside the ad's displayed URL.
       
      optional string path1 = 13;
      Returns:
      The path1.
    • getPath1Bytes

      com.google.protobuf.ByteString getPath1Bytes()
       The text that can appear alongside the ad's displayed URL.
       
      optional string path1 = 13;
      Returns:
      The bytes for path1.
    • hasPath2

      boolean hasPath2()
       Additional text that can appear alongside the ad's displayed URL.
       
      optional string path2 = 14;
      Returns:
      Whether the path2 field is set.
    • getPath2

      String getPath2()
       Additional text that can appear alongside the ad's displayed URL.
       
      optional string path2 = 14;
      Returns:
      The path2.
    • getPath2Bytes

      com.google.protobuf.ByteString getPath2Bytes()
       Additional text that can appear alongside the ad's displayed URL.
       
      optional string path2 = 14;
      Returns:
      The bytes for path2.