Interface PriceOfferOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PriceOffer, PriceOffer.Builder

    public interface PriceOfferOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Description text of this offer.
      com.google.protobuf.ByteString getDescriptionBytes()
      Description text of this offer.
      java.lang.String getFinalMobileUrls​(int index)
      A list of possible final mobile URLs after all cross domain redirects.
      com.google.protobuf.ByteString getFinalMobileUrlsBytes​(int index)
      A list of possible final mobile URLs after all cross domain redirects.
      int getFinalMobileUrlsCount()
      A list of possible final mobile URLs after all cross domain redirects.
      java.util.List<java.lang.String> getFinalMobileUrlsList()
      A list of possible final mobile URLs after all cross domain redirects.
      java.lang.String getFinalUrls​(int index)
      A list of possible final URLs after all cross domain redirects.
      com.google.protobuf.ByteString getFinalUrlsBytes​(int index)
      A list of possible final URLs after all cross domain redirects.
      int getFinalUrlsCount()
      A list of possible final URLs after all cross domain redirects.
      java.util.List<java.lang.String> getFinalUrlsList()
      A list of possible final URLs after all cross domain redirects.
      java.lang.String getHeader()
      Header text of this offer.
      com.google.protobuf.ByteString getHeaderBytes()
      Header text of this offer.
      Money getPrice()
      Price value of this offer.
      MoneyOrBuilder getPriceOrBuilder()
      Price value of this offer.
      PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit getUnit()
      Price unit for this offer.
      int getUnitValue()
      Price unit for this offer.
      boolean hasDescription()
      Description text of this offer.
      boolean hasHeader()
      Header text of this offer.
      boolean hasPrice()
      Price value of this offer.
      • 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

      • hasHeader

        boolean hasHeader()
         Header text of this offer.
         
        optional string header = 7;
        Returns:
        Whether the header field is set.
      • getHeader

        java.lang.String getHeader()
         Header text of this offer.
         
        optional string header = 7;
        Returns:
        The header.
      • getHeaderBytes

        com.google.protobuf.ByteString getHeaderBytes()
         Header text of this offer.
         
        optional string header = 7;
        Returns:
        The bytes for header.
      • hasDescription

        boolean hasDescription()
         Description text of this offer.
         
        optional string description = 8;
        Returns:
        Whether the description field is set.
      • getDescription

        java.lang.String getDescription()
         Description text of this offer.
         
        optional string description = 8;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Description text of this offer.
         
        optional string description = 8;
        Returns:
        The bytes for description.
      • hasPrice

        boolean hasPrice()
         Price value of this offer.
         
        .google.ads.googleads.v10.common.Money price = 3;
        Returns:
        Whether the price field is set.
      • getPrice

        Money getPrice()
         Price value of this offer.
         
        .google.ads.googleads.v10.common.Money price = 3;
        Returns:
        The price.
      • getPriceOrBuilder

        MoneyOrBuilder getPriceOrBuilder()
         Price value of this offer.
         
        .google.ads.googleads.v10.common.Money price = 3;
      • getUnitValue

        int getUnitValue()
         Price unit for this offer.
         
        .google.ads.googleads.v10.enums.PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit unit = 4;
        Returns:
        The enum numeric value on the wire for unit.
      • getFinalUrlsList

        java.util.List<java.lang.String> getFinalUrlsList()
         A list of possible final URLs after all cross domain redirects.
         
        repeated string final_urls = 9;
        Returns:
        A list containing the finalUrls.
      • getFinalUrlsCount

        int getFinalUrlsCount()
         A list of possible final URLs after all cross domain redirects.
         
        repeated string final_urls = 9;
        Returns:
        The count of finalUrls.
      • getFinalUrls

        java.lang.String getFinalUrls​(int index)
         A list of possible final URLs after all cross domain redirects.
         
        repeated string final_urls = 9;
        Parameters:
        index - The index of the element to return.
        Returns:
        The finalUrls at the given index.
      • getFinalUrlsBytes

        com.google.protobuf.ByteString getFinalUrlsBytes​(int index)
         A list of possible final URLs after all cross domain redirects.
         
        repeated string final_urls = 9;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the finalUrls at the given index.
      • getFinalMobileUrlsList

        java.util.List<java.lang.String> getFinalMobileUrlsList()
         A list of possible final mobile URLs after all cross domain redirects.
         
        repeated string final_mobile_urls = 10;
        Returns:
        A list containing the finalMobileUrls.
      • getFinalMobileUrlsCount

        int getFinalMobileUrlsCount()
         A list of possible final mobile URLs after all cross domain redirects.
         
        repeated string final_mobile_urls = 10;
        Returns:
        The count of finalMobileUrls.
      • getFinalMobileUrls

        java.lang.String getFinalMobileUrls​(int index)
         A list of possible final mobile URLs after all cross domain redirects.
         
        repeated string final_mobile_urls = 10;
        Parameters:
        index - The index of the element to return.
        Returns:
        The finalMobileUrls at the given index.
      • getFinalMobileUrlsBytes

        com.google.protobuf.ByteString getFinalMobileUrlsBytes​(int index)
         A list of possible final mobile URLs after all cross domain redirects.
         
        repeated string final_mobile_urls = 10;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the finalMobileUrls at the given index.