com.google.ads.googleads.v17.common.PriceOfferOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/extensions.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface PriceOfferOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.PriceOffer)
com.google.protobuf.MessageOrBuilder {
/**
*
* Header text of this offer.
*
*
* optional string header = 7;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
* Header text of this offer.
*
*
* optional string header = 7;
* @return The header.
*/
java.lang.String getHeader();
/**
*
* Header text of this offer.
*
*
* optional string header = 7;
* @return The bytes for header.
*/
com.google.protobuf.ByteString
getHeaderBytes();
/**
*
* Description text of this offer.
*
*
* optional string description = 8;
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
*
* Description text of this offer.
*
*
* optional string description = 8;
* @return The description.
*/
java.lang.String getDescription();
/**
*
* Description text of this offer.
*
*
* optional string description = 8;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
*
* Price value of this offer.
*
*
* .google.ads.googleads.v17.common.Money price = 3;
* @return Whether the price field is set.
*/
boolean hasPrice();
/**
*
* Price value of this offer.
*
*
* .google.ads.googleads.v17.common.Money price = 3;
* @return The price.
*/
com.google.ads.googleads.v17.common.Money getPrice();
/**
*
* Price value of this offer.
*
*
* .google.ads.googleads.v17.common.Money price = 3;
*/
com.google.ads.googleads.v17.common.MoneyOrBuilder getPriceOrBuilder();
/**
*
* Price unit for this offer.
*
*
* .google.ads.googleads.v17.enums.PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit unit = 4;
* @return The enum numeric value on the wire for unit.
*/
int getUnitValue();
/**
*
* Price unit for this offer.
*
*
* .google.ads.googleads.v17.enums.PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit unit = 4;
* @return The unit.
*/
com.google.ads.googleads.v17.enums.PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit getUnit();
/**
*
* A list of possible final URLs after all cross domain redirects.
*
*
* repeated string final_urls = 9;
* @return A list containing the finalUrls.
*/
java.util.List
getFinalUrlsList();
/**
*
* A list of possible final URLs after all cross domain redirects.
*
*
* repeated string final_urls = 9;
* @return The count of finalUrls.
*/
int getFinalUrlsCount();
/**
*
* A list of possible final URLs after all cross domain redirects.
*
*
* repeated string final_urls = 9;
* @param index The index of the element to return.
* @return The finalUrls at the given index.
*/
java.lang.String getFinalUrls(int index);
/**
*
* A list of possible final URLs after all cross domain redirects.
*
*
* repeated string final_urls = 9;
* @param index The index of the value to return.
* @return The bytes of the finalUrls at the given index.
*/
com.google.protobuf.ByteString
getFinalUrlsBytes(int index);
/**
*
* A list of possible final mobile URLs after all cross domain redirects.
*
*
* repeated string final_mobile_urls = 10;
* @return A list containing the finalMobileUrls.
*/
java.util.List
getFinalMobileUrlsList();
/**
*
* A list of possible final mobile URLs after all cross domain redirects.
*
*
* repeated string final_mobile_urls = 10;
* @return The count of finalMobileUrls.
*/
int getFinalMobileUrlsCount();
/**
*
* A list of possible final mobile URLs after all cross domain redirects.
*
*
* repeated string final_mobile_urls = 10;
* @param index The index of the element to return.
* @return The finalMobileUrls at the given index.
*/
java.lang.String getFinalMobileUrls(int index);
/**
*
* A list of possible final mobile URLs after all cross domain redirects.
*
*
* repeated string final_mobile_urls = 10;
* @param index The index of the value to return.
* @return The bytes of the finalMobileUrls at the given index.
*/
com.google.protobuf.ByteString
getFinalMobileUrlsBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy