Interface ShoppingComparisonListingAdInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShoppingComparisonListingAdInfo,ShoppingComparisonListingAdInfo.Builder
public interface ShoppingComparisonListingAdInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetHeadline()Headline of the ad.com.google.protobuf.ByteStringgetHeadlineBytes()Headline of the ad.booleanhasHeadline()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()
Headline of the ad. This field is required. Allowed length is between 25 and 45 characters.
optional string headline = 2;- Returns:
- Whether the headline field is set.
-
getHeadline
java.lang.String getHeadline()
Headline of the ad. This field is required. Allowed length is between 25 and 45 characters.
optional string headline = 2;- Returns:
- The headline.
-
getHeadlineBytes
com.google.protobuf.ByteString getHeadlineBytes()
Headline of the ad. This field is required. Allowed length is between 25 and 45 characters.
optional string headline = 2;- Returns:
- The bytes for headline.
-
-