All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.common.ExpandedTextAdInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/ad_type_infos.proto

package com.google.ads.googleads.v10.common;

public interface ExpandedTextAdInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.ExpandedTextAdInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The first part of the ad's headline.
   * 
* * optional string headline_part1 = 8; * @return Whether the headlinePart1 field is set. */ boolean hasHeadlinePart1(); /** *
   * The first part of the ad's headline.
   * 
* * optional string headline_part1 = 8; * @return The headlinePart1. */ java.lang.String getHeadlinePart1(); /** *
   * The first part of the ad's headline.
   * 
* * optional string headline_part1 = 8; * @return The bytes for headlinePart1. */ com.google.protobuf.ByteString getHeadlinePart1Bytes(); /** *
   * The second part of the ad's headline.
   * 
* * optional string headline_part2 = 9; * @return Whether the headlinePart2 field is set. */ boolean hasHeadlinePart2(); /** *
   * The second part of the ad's headline.
   * 
* * optional string headline_part2 = 9; * @return The headlinePart2. */ java.lang.String getHeadlinePart2(); /** *
   * The second part of the ad's headline.
   * 
* * optional string headline_part2 = 9; * @return The bytes for headlinePart2. */ com.google.protobuf.ByteString getHeadlinePart2Bytes(); /** *
   * The third part of the ad's headline.
   * 
* * optional string headline_part3 = 10; * @return Whether the headlinePart3 field is set. */ boolean hasHeadlinePart3(); /** *
   * The third part of the ad's headline.
   * 
* * optional string headline_part3 = 10; * @return The headlinePart3. */ java.lang.String getHeadlinePart3(); /** *
   * The third part of the ad's headline.
   * 
* * optional string headline_part3 = 10; * @return The bytes for headlinePart3. */ com.google.protobuf.ByteString getHeadlinePart3Bytes(); /** *
   * The description of the ad.
   * 
* * optional string description = 11; * @return Whether the description field is set. */ boolean hasDescription(); /** *
   * The description of the ad.
   * 
* * optional string description = 11; * @return The description. */ java.lang.String getDescription(); /** *
   * The description of the ad.
   * 
* * optional string description = 11; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * The second description of the ad.
   * 
* * optional string description2 = 12; * @return Whether the description2 field is set. */ boolean hasDescription2(); /** *
   * The second description of the ad.
   * 
* * optional string description2 = 12; * @return The description2. */ java.lang.String getDescription2(); /** *
   * The second description of the ad.
   * 
* * optional string description2 = 12; * @return The bytes for description2. */ com.google.protobuf.ByteString getDescription2Bytes(); /** *
   * The text that can appear alongside the ad's displayed URL.
   * 
* * optional string path1 = 13; * @return Whether the path1 field is set. */ boolean hasPath1(); /** *
   * The text that can appear alongside the ad's displayed URL.
   * 
* * optional string path1 = 13; * @return The path1. */ java.lang.String getPath1(); /** *
   * The text that can appear alongside the ad's displayed URL.
   * 
* * optional string path1 = 13; * @return The bytes for path1. */ com.google.protobuf.ByteString getPath1Bytes(); /** *
   * Additional text that can appear alongside the ad's displayed URL.
   * 
* * optional string path2 = 14; * @return Whether the path2 field is set. */ boolean hasPath2(); /** *
   * Additional text that can appear alongside the ad's displayed URL.
   * 
* * optional string path2 = 14; * @return The path2. */ java.lang.String getPath2(); /** *
   * Additional text that can appear alongside the ad's displayed URL.
   * 
* * optional string path2 = 14; * @return The bytes for path2. */ com.google.protobuf.ByteString getPath2Bytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy