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
Modifier and TypeMethodDescriptionTracking URL template for all offers of this price extension.com.google.protobuf.ByteStringTracking URL template for all offers of this price extension.The code of the language used for this price extension.com.google.protobuf.ByteStringThe code of the language used for this price extension.getPriceOfferings(int index) The price offerings in this price extension.intThe price offerings in this price extension.The price offerings in this price extension.getPriceOfferingsOrBuilder(int index) The price offerings in this price extension.List<? extends PriceOfferOrBuilder>The price offerings in this price extension.Price qualifier for all offers of this price extension.intPrice qualifier for all offers of this price extension.Tracking URL template for all offers of this price extension.com.google.protobuf.ByteStringTracking URL template for all offers of this price extension.getType()Price extension type of this extension.intPrice extension type of this extension.booleanTracking URL template for all offers of this price extension.booleanThe code of the language used for this price extension.booleanTracking URL template for all offers of this price extension.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier 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
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
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.
-