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
Modifier and TypeMethodDescriptionHeadline of the ad.com.google.protobuf.ByteStringHeadline of the ad.booleanHeadline of the ad.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.
-