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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()The description of the ad.java.lang.StringgetDescription2()The second description of the ad.com.google.protobuf.ByteStringgetDescription2Bytes()The second description of the ad.com.google.protobuf.ByteStringgetDescriptionBytes()The description of the ad.java.lang.StringgetHeadlinePart1()The first part of the ad's headline.com.google.protobuf.ByteStringgetHeadlinePart1Bytes()The first part of the ad's headline.java.lang.StringgetHeadlinePart2()The second part of the ad's headline.com.google.protobuf.ByteStringgetHeadlinePart2Bytes()The second part of the ad's headline.java.lang.StringgetHeadlinePart3()The third part of the ad's headline.com.google.protobuf.ByteStringgetHeadlinePart3Bytes()The third part of the ad's headline.java.lang.StringgetPath1()The text that can appear alongside the ad's displayed URL.com.google.protobuf.ByteStringgetPath1Bytes()The text that can appear alongside the ad's displayed URL.java.lang.StringgetPath2()Additional text that can appear alongside the ad's displayed URL.com.google.protobuf.ByteStringgetPath2Bytes()Additional text that can appear alongside the ad's displayed URL.booleanhasDescription()The description of the ad.booleanhasDescription2()The second description of the ad.booleanhasHeadlinePart1()The first part of the ad's headline.booleanhasHeadlinePart2()The second part of the ad's headline.booleanhasHeadlinePart3()The third part of the ad's headline.booleanhasPath1()The text that can appear alongside the ad's displayed URL.booleanhasPath2()Additional text that can appear alongside the ad's displayed URL.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHeadlinePart1
boolean hasHeadlinePart1()
The first part of the ad's headline.
optional string headline_part1 = 8;- Returns:
- Whether the headlinePart1 field is set.
-
getHeadlinePart1
java.lang.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
java.lang.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
java.lang.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
java.lang.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
java.lang.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
java.lang.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
java.lang.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.
-
-