Interface PriceFeedItemOrBuilder

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

public interface PriceFeedItemOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTypeValue

      int getTypeValue()
       Price extension type of this extension.
       
      .google.ads.googleads.v18.enums.PriceExtensionTypeEnum.PriceExtensionType type = 1;
      Returns:
      The enum numeric value on the wire for type.
    • getType

       Price extension type of this extension.
       
      .google.ads.googleads.v18.enums.PriceExtensionTypeEnum.PriceExtensionType type = 1;
      Returns:
      The type.
    • getPriceQualifierValue

      int getPriceQualifierValue()
       Price qualifier for all offers of this price extension.
       
      .google.ads.googleads.v18.enums.PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier price_qualifier = 2;
      Returns:
      The enum numeric value on the wire for priceQualifier.
    • getPriceQualifier

       Price qualifier for all offers of this price extension.
       
      .google.ads.googleads.v18.enums.PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier price_qualifier = 2;
      Returns:
      The priceQualifier.
    • hasTrackingUrlTemplate

      boolean hasTrackingUrlTemplate()
       Tracking URL template for all offers of this price extension.
       
      optional string tracking_url_template = 7;
      Returns:
      Whether the trackingUrlTemplate field is set.
    • getTrackingUrlTemplate

      String getTrackingUrlTemplate()
       Tracking URL template for all offers of this price extension.
       
      optional string tracking_url_template = 7;
      Returns:
      The trackingUrlTemplate.
    • getTrackingUrlTemplateBytes

      com.google.protobuf.ByteString getTrackingUrlTemplateBytes()
       Tracking URL template for all offers of this price extension.
       
      optional string tracking_url_template = 7;
      Returns:
      The bytes for trackingUrlTemplate.
    • hasLanguageCode

      boolean hasLanguageCode()
       The code of the language used for this price extension.
       
      optional string language_code = 8;
      Returns:
      Whether the languageCode field is set.
    • getLanguageCode

      String getLanguageCode()
       The code of the language used for this price extension.
       
      optional string language_code = 8;
      Returns:
      The languageCode.
    • getLanguageCodeBytes

      com.google.protobuf.ByteString getLanguageCodeBytes()
       The code of the language used for this price extension.
       
      optional string language_code = 8;
      Returns:
      The bytes for languageCode.
    • getPriceOfferingsList

      List<PriceOffer> getPriceOfferingsList()
       The price offerings in this price extension.
       
      repeated .google.ads.googleads.v18.common.PriceOffer price_offerings = 5;
    • getPriceOfferings

      PriceOffer getPriceOfferings(int index)
       The price offerings in this price extension.
       
      repeated .google.ads.googleads.v18.common.PriceOffer price_offerings = 5;
    • getPriceOfferingsCount

      int getPriceOfferingsCount()
       The price offerings in this price extension.
       
      repeated .google.ads.googleads.v18.common.PriceOffer price_offerings = 5;
    • getPriceOfferingsOrBuilderList

      List<? extends PriceOfferOrBuilder> getPriceOfferingsOrBuilderList()
       The price offerings in this price extension.
       
      repeated .google.ads.googleads.v18.common.PriceOffer price_offerings = 5;
    • getPriceOfferingsOrBuilder

      PriceOfferOrBuilder getPriceOfferingsOrBuilder(int index)
       The price offerings in this price extension.
       
      repeated .google.ads.googleads.v18.common.PriceOffer price_offerings = 5;
    • hasFinalUrlSuffix

      boolean hasFinalUrlSuffix()
       Tracking URL template for all offers of this price extension.
       
      optional string final_url_suffix = 9;
      Returns:
      Whether the finalUrlSuffix field is set.
    • getFinalUrlSuffix

      String getFinalUrlSuffix()
       Tracking URL template for all offers of this price extension.
       
      optional string final_url_suffix = 9;
      Returns:
      The finalUrlSuffix.
    • getFinalUrlSuffixBytes

      com.google.protobuf.ByteString getFinalUrlSuffixBytes()
       Tracking URL template for all offers of this price extension.
       
      optional string final_url_suffix = 9;
      Returns:
      The bytes for finalUrlSuffix.