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 Type
    Method
    Description
    Headline of the ad.
    com.google.protobuf.ByteString
    Headline of the ad.
    boolean
    Headline of the ad.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.