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.StringgetDescription()Description text of this offer.com.google.protobuf.ByteStringgetDescriptionBytes()Description text of this offer.java.lang.StringgetFinalMobileUrls(int index)A list of possible final mobile URLs after all cross domain redirects.com.google.protobuf.ByteStringgetFinalMobileUrlsBytes(int index)A list of possible final mobile URLs after all cross domain redirects.intgetFinalMobileUrlsCount()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.StringgetFinalUrls(int index)A list of possible final URLs after all cross domain redirects.com.google.protobuf.ByteStringgetFinalUrlsBytes(int index)A list of possible final URLs after all cross domain redirects.intgetFinalUrlsCount()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.StringgetHeader()Header text of this offer.com.google.protobuf.ByteStringgetHeaderBytes()Header text of this offer.MoneygetPrice()Price value of this offer.MoneyOrBuildergetPriceOrBuilder()Price value of this offer.PriceExtensionPriceUnitEnum.PriceExtensionPriceUnitgetUnit()Price unit for this offer.intgetUnitValue()Price unit for this offer.booleanhasDescription()Description text of this offer.booleanhasHeader()Header text of this offer.booleanhasPrice()Price value of this offer.-
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.
-
getUnit
PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit getUnit()
Price unit for this offer.
.google.ads.googleads.v10.enums.PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit unit = 4;- Returns:
- The 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.
-
-