com.google.ads.googleads.v17.common.TextAdInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/ad_type_infos.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface TextAdInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.TextAdInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* The headline of the ad.
*
*
* optional string headline = 4;
* @return Whether the headline field is set.
*/
boolean hasHeadline();
/**
*
* The headline of the ad.
*
*
* optional string headline = 4;
* @return The headline.
*/
java.lang.String getHeadline();
/**
*
* The headline of the ad.
*
*
* optional string headline = 4;
* @return The bytes for headline.
*/
com.google.protobuf.ByteString
getHeadlineBytes();
/**
*
* The first line of the ad's description.
*
*
* optional string description1 = 5;
* @return Whether the description1 field is set.
*/
boolean hasDescription1();
/**
*
* The first line of the ad's description.
*
*
* optional string description1 = 5;
* @return The description1.
*/
java.lang.String getDescription1();
/**
*
* The first line of the ad's description.
*
*
* optional string description1 = 5;
* @return The bytes for description1.
*/
com.google.protobuf.ByteString
getDescription1Bytes();
/**
*
* The second line of the ad's description.
*
*
* optional string description2 = 6;
* @return Whether the description2 field is set.
*/
boolean hasDescription2();
/**
*
* The second line of the ad's description.
*
*
* optional string description2 = 6;
* @return The description2.
*/
java.lang.String getDescription2();
/**
*
* The second line of the ad's description.
*
*
* optional string description2 = 6;
* @return The bytes for description2.
*/
com.google.protobuf.ByteString
getDescription2Bytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy