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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFinalUrlSuffix()Tracking URL template for all offers of this price extension.com.google.protobuf.ByteStringgetFinalUrlSuffixBytes()Tracking URL template for all offers of this price extension.java.lang.StringgetLanguageCode()The code of the language used for this price extension.com.google.protobuf.ByteStringgetLanguageCodeBytes()The code of the language used for this price extension.PriceOffergetPriceOfferings(int index)The price offerings in this price extension.intgetPriceOfferingsCount()The price offerings in this price extension.java.util.List<PriceOffer>getPriceOfferingsList()The price offerings in this price extension.PriceOfferOrBuildergetPriceOfferingsOrBuilder(int index)The price offerings in this price extension.java.util.List<? extends PriceOfferOrBuilder>getPriceOfferingsOrBuilderList()The price offerings in this price extension.PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifiergetPriceQualifier()Price qualifier for all offers of this price extension.intgetPriceQualifierValue()Price qualifier for all offers of this price extension.java.lang.StringgetTrackingUrlTemplate()Tracking URL template for all offers of this price extension.com.google.protobuf.ByteStringgetTrackingUrlTemplateBytes()Tracking URL template for all offers of this price extension.PriceExtensionTypeEnum.PriceExtensionTypegetType()Price extension type of this extension.intgetTypeValue()Price extension type of this extension.booleanhasFinalUrlSuffix()Tracking URL template for all offers of this price extension.booleanhasLanguageCode()The code of the language used for this price extension.booleanhasTrackingUrlTemplate()Tracking URL template for all offers of this price extension.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
Price extension type of this extension.
.google.ads.googleads.v10.enums.PriceExtensionTypeEnum.PriceExtensionType type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
PriceExtensionTypeEnum.PriceExtensionType getType()
Price extension type of this extension.
.google.ads.googleads.v10.enums.PriceExtensionTypeEnum.PriceExtensionType type = 1;- Returns:
- The type.
-
getPriceQualifierValue
int getPriceQualifierValue()
Price qualifier for all offers of this price extension.
.google.ads.googleads.v10.enums.PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier price_qualifier = 2;- Returns:
- The enum numeric value on the wire for priceQualifier.
-
getPriceQualifier
PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier getPriceQualifier()
Price qualifier for all offers of this price extension.
.google.ads.googleads.v10.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
java.lang.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
java.lang.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
java.util.List<PriceOffer> getPriceOfferingsList()
The price offerings in this price extension.
repeated .google.ads.googleads.v10.common.PriceOffer price_offerings = 5;
-
getPriceOfferings
PriceOffer getPriceOfferings(int index)
The price offerings in this price extension.
repeated .google.ads.googleads.v10.common.PriceOffer price_offerings = 5;
-
getPriceOfferingsCount
int getPriceOfferingsCount()
The price offerings in this price extension.
repeated .google.ads.googleads.v10.common.PriceOffer price_offerings = 5;
-
getPriceOfferingsOrBuilderList
java.util.List<? extends PriceOfferOrBuilder> getPriceOfferingsOrBuilderList()
The price offerings in this price extension.
repeated .google.ads.googleads.v10.common.PriceOffer price_offerings = 5;
-
getPriceOfferingsOrBuilder
PriceOfferOrBuilder getPriceOfferingsOrBuilder(int index)
The price offerings in this price extension.
repeated .google.ads.googleads.v10.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
java.lang.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.
-
-