Interface ShoppingComparisonListingAdInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getHeadline()
      Headline of the ad.
      com.google.protobuf.ByteString getHeadlineBytes()
      Headline of the ad.
      boolean hasHeadline()
      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 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.