All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.common.PriceFeedItemOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/extensions.proto

package com.google.ads.googleads.v10.common;

public interface PriceFeedItemOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.PriceFeedItem)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Price extension type of this extension.
   * 
* * .google.ads.googleads.v10.enums.PriceExtensionTypeEnum.PriceExtensionType type = 1; * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** *
   * Price extension type of this extension.
   * 
* * .google.ads.googleads.v10.enums.PriceExtensionTypeEnum.PriceExtensionType type = 1; * @return The type. */ com.google.ads.googleads.v10.enums.PriceExtensionTypeEnum.PriceExtensionType getType(); /** *
   * Price qualifier for all offers of this price extension.
   * 
* * .google.ads.googleads.v10.enums.PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier price_qualifier = 2; * @return The enum numeric value on the wire for priceQualifier. */ int getPriceQualifierValue(); /** *
   * Price qualifier for all offers of this price extension.
   * 
* * .google.ads.googleads.v10.enums.PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier price_qualifier = 2; * @return The priceQualifier. */ com.google.ads.googleads.v10.enums.PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier getPriceQualifier(); /** *
   * Tracking URL template for all offers of this price extension.
   * 
* * optional string tracking_url_template = 7; * @return Whether the trackingUrlTemplate field is set. */ boolean hasTrackingUrlTemplate(); /** *
   * Tracking URL template for all offers of this price extension.
   * 
* * optional string tracking_url_template = 7; * @return The trackingUrlTemplate. */ java.lang.String getTrackingUrlTemplate(); /** *
   * Tracking URL template for all offers of this price extension.
   * 
* * optional string tracking_url_template = 7; * @return The bytes for trackingUrlTemplate. */ com.google.protobuf.ByteString getTrackingUrlTemplateBytes(); /** *
   * The code of the language used for this price extension.
   * 
* * optional string language_code = 8; * @return Whether the languageCode field is set. */ boolean hasLanguageCode(); /** *
   * The code of the language used for this price extension.
   * 
* * optional string language_code = 8; * @return The languageCode. */ java.lang.String getLanguageCode(); /** *
   * The code of the language used for this price extension.
   * 
* * optional string language_code = 8; * @return The bytes for languageCode. */ com.google.protobuf.ByteString getLanguageCodeBytes(); /** *
   * The price offerings in this price extension.
   * 
* * repeated .google.ads.googleads.v10.common.PriceOffer price_offerings = 5; */ java.util.List getPriceOfferingsList(); /** *
   * The price offerings in this price extension.
   * 
* * repeated .google.ads.googleads.v10.common.PriceOffer price_offerings = 5; */ com.google.ads.googleads.v10.common.PriceOffer getPriceOfferings(int index); /** *
   * The price offerings in this price extension.
   * 
* * repeated .google.ads.googleads.v10.common.PriceOffer price_offerings = 5; */ int getPriceOfferingsCount(); /** *
   * The price offerings in this price extension.
   * 
* * repeated .google.ads.googleads.v10.common.PriceOffer price_offerings = 5; */ java.util.List getPriceOfferingsOrBuilderList(); /** *
   * The price offerings in this price extension.
   * 
* * repeated .google.ads.googleads.v10.common.PriceOffer price_offerings = 5; */ com.google.ads.googleads.v10.common.PriceOfferOrBuilder getPriceOfferingsOrBuilder( int index); /** *
   * Tracking URL template for all offers of this price extension.
   * 
* * optional string final_url_suffix = 9; * @return Whether the finalUrlSuffix field is set. */ boolean hasFinalUrlSuffix(); /** *
   * Tracking URL template for all offers of this price extension.
   * 
* * optional string final_url_suffix = 9; * @return The finalUrlSuffix. */ java.lang.String getFinalUrlSuffix(); /** *
   * Tracking URL template for all offers of this price extension.
   * 
* * optional string final_url_suffix = 9; * @return The bytes for finalUrlSuffix. */ com.google.protobuf.ByteString getFinalUrlSuffixBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy