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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription1()The first line of the ad's description.com.google.protobuf.ByteStringgetDescription1Bytes()The first line of the ad's description.java.lang.StringgetDescription2()The second line of the ad's description.com.google.protobuf.ByteStringgetDescription2Bytes()The second line of the ad's description.java.lang.StringgetHeadline()The headline of the ad.com.google.protobuf.ByteStringgetHeadlineBytes()The headline of the ad.booleanhasDescription1()The first line of the ad's description.booleanhasDescription2()The second line of the ad's description.booleanhasHeadline()The headline of the ad.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHeadline
boolean hasHeadline()
The headline of the ad.
optional string headline = 4;- Returns:
- Whether the headline field is set.
-
getHeadline
java.lang.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
java.lang.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
java.lang.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.
-
-