com.google.ads.googleads.v17.common.PriceOfferingOrBuilder 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/asset_types.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface PriceOfferingOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.PriceOffering)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The header of the price offering.
* The length of this string should be between 1 and 25, inclusive.
*
*
* string header = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The header.
*/
java.lang.String getHeader();
/**
*
* Required. The header of the price offering.
* The length of this string should be between 1 and 25, inclusive.
*
*
* string header = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for header.
*/
com.google.protobuf.ByteString
getHeaderBytes();
/**
*
* Required. The description of the price offering.
* The length of this string should be between 1 and 25, inclusive.
*
*
* string description = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The description.
*/
java.lang.String getDescription();
/**
*
* Required. The description of the price offering.
* The length of this string should be between 1 and 25, inclusive.
*
*
* string description = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
*
* Required. The price value of the price offering.
*
*
* .google.ads.googleads.v17.common.Money price = 3 [(.google.api.field_behavior) = REQUIRED];
* @return Whether the price field is set.
*/
boolean hasPrice();
/**
*
* Required. The price value of the price offering.
*
*
* .google.ads.googleads.v17.common.Money price = 3 [(.google.api.field_behavior) = REQUIRED];
* @return The price.
*/
com.google.ads.googleads.v17.common.Money getPrice();
/**
*
* Required. The price value of the price offering.
*
*
* .google.ads.googleads.v17.common.Money price = 3 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.common.MoneyOrBuilder getPriceOrBuilder();
/**
*
* The price unit of the price offering.
*
*
* .google.ads.googleads.v17.enums.PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit unit = 4;
* @return The enum numeric value on the wire for unit.
*/
int getUnitValue();
/**
*
* The price unit of the price offering.
*
*
* .google.ads.googleads.v17.enums.PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit unit = 4;
* @return The unit.
*/
com.google.ads.googleads.v17.enums.PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit getUnit();
/**
*
* Required. The final URL after all cross domain redirects.
*
*
* string final_url = 5 [(.google.api.field_behavior) = REQUIRED];
* @return The finalUrl.
*/
java.lang.String getFinalUrl();
/**
*
* Required. The final URL after all cross domain redirects.
*
*
* string final_url = 5 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for finalUrl.
*/
com.google.protobuf.ByteString
getFinalUrlBytes();
/**
*
* The final mobile URL after all cross domain redirects.
*
*
* string final_mobile_url = 6;
* @return The finalMobileUrl.
*/
java.lang.String getFinalMobileUrl();
/**
*
* The final mobile URL after all cross domain redirects.
*
*
* string final_mobile_url = 6;
* @return The bytes for finalMobileUrl.
*/
com.google.protobuf.ByteString
getFinalMobileUrlBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy