Interface PriceOfferingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PriceOffering,PriceOffering.Builder
public interface PriceOfferingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()Required.com.google.protobuf.ByteStringgetDescriptionBytes()Required.java.lang.StringgetFinalMobileUrl()The final mobile URL after all cross domain redirects.com.google.protobuf.ByteStringgetFinalMobileUrlBytes()The final mobile URL after all cross domain redirects.java.lang.StringgetFinalUrl()Required.com.google.protobuf.ByteStringgetFinalUrlBytes()Required.java.lang.StringgetHeader()Required.com.google.protobuf.ByteStringgetHeaderBytes()Required.MoneygetPrice()Required.MoneyOrBuildergetPriceOrBuilder()Required.PriceExtensionPriceUnitEnum.PriceExtensionPriceUnitgetUnit()The price unit of the price offering.intgetUnitValue()The price unit of the price offering.booleanhasPrice()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHeader
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];- Returns:
- The header.
-
getHeaderBytes
com.google.protobuf.ByteString getHeaderBytes()
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];- Returns:
- The bytes for header.
-
getDescription
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];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
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];- Returns:
- The bytes for description.
-
hasPrice
boolean hasPrice()
Required. The price value of the price offering.
.google.ads.googleads.v10.common.Money price = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the price field is set.
-
getPrice
Money getPrice()
Required. The price value of the price offering.
.google.ads.googleads.v10.common.Money price = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The price.
-
getPriceOrBuilder
MoneyOrBuilder getPriceOrBuilder()
Required. The price value of the price offering.
.google.ads.googleads.v10.common.Money price = 3 [(.google.api.field_behavior) = REQUIRED];
-
getUnitValue
int getUnitValue()
The price unit of the price offering.
.google.ads.googleads.v10.enums.PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit unit = 4;- Returns:
- The enum numeric value on the wire for unit.
-
getUnit
PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit getUnit()
The price unit of the price offering.
.google.ads.googleads.v10.enums.PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit unit = 4;- Returns:
- The unit.
-
getFinalUrl
java.lang.String getFinalUrl()
Required. The final URL after all cross domain redirects.
string final_url = 5 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The finalUrl.
-
getFinalUrlBytes
com.google.protobuf.ByteString getFinalUrlBytes()
Required. The final URL after all cross domain redirects.
string final_url = 5 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for finalUrl.
-
getFinalMobileUrl
java.lang.String getFinalMobileUrl()
The final mobile URL after all cross domain redirects.
string final_mobile_url = 6;- Returns:
- The finalMobileUrl.
-
getFinalMobileUrlBytes
com.google.protobuf.ByteString getFinalMobileUrlBytes()
The final mobile URL after all cross domain redirects.
string final_mobile_url = 6;- Returns:
- The bytes for finalMobileUrl.
-
-