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
Modifier and TypeMethodDescriptionDescription text of this offer.com.google.protobuf.ByteStringDescription text of this offer.getFinalMobileUrls(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.intA list of possible final mobile URLs after all cross domain redirects.A list of possible final mobile URLs after all cross domain redirects.getFinalUrls(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.intA list of possible final URLs after all cross domain redirects.A list of possible final URLs after all cross domain redirects.Header text of this offer.com.google.protobuf.ByteStringHeader text of this offer.getPrice()Price value of this offer.Price value of this offer.getUnit()Price unit for this offer.intPrice unit for this offer.booleanDescription text of this offer.booleanHeader text of this offer.booleanhasPrice()Price value of this offer.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
-
hasHeader
boolean hasHeader()Header text of this offer.
optional string header = 7;- Returns:
- Whether the header field is set.
-
getHeader
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
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.v18.common.Money price = 3;- Returns:
- Whether the price field is set.
-
getPrice
Money getPrice()Price value of this offer.
.google.ads.googleads.v18.common.Money price = 3;- Returns:
- The price.
-
getPriceOrBuilder
MoneyOrBuilder getPriceOrBuilder()Price value of this offer.
.google.ads.googleads.v18.common.Money price = 3; -
getUnitValue
int getUnitValue()Price unit for this offer.
.google.ads.googleads.v18.enums.PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit unit = 4;- Returns:
- The enum numeric value on the wire for unit.
-
getUnit
Price unit for this offer.
.google.ads.googleads.v18.enums.PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit unit = 4;- Returns:
- The unit.
-
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
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
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
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.
-