Interface PriceAssetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PriceAsset,PriceAsset.Builder
public interface PriceAssetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLanguageCode()Required.com.google.protobuf.ByteStringgetLanguageCodeBytes()Required.PriceOfferinggetPriceOfferings(int index)The price offerings of the price asset.intgetPriceOfferingsCount()The price offerings of the price asset.java.util.List<PriceOffering>getPriceOfferingsList()The price offerings of the price asset.PriceOfferingOrBuildergetPriceOfferingsOrBuilder(int index)The price offerings of the price asset.java.util.List<? extends PriceOfferingOrBuilder>getPriceOfferingsOrBuilderList()The price offerings of the price asset.PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifiergetPriceQualifier()The price qualifier of the price asset.intgetPriceQualifierValue()The price qualifier of the price asset.PriceExtensionTypeEnum.PriceExtensionTypegetType()Required.intgetTypeValue()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
Required. The type of the price asset.
.google.ads.googleads.v10.enums.PriceExtensionTypeEnum.PriceExtensionType type = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The enum numeric value on the wire for type.
-
getType
PriceExtensionTypeEnum.PriceExtensionType getType()
Required. The type of the price asset.
.google.ads.googleads.v10.enums.PriceExtensionTypeEnum.PriceExtensionType type = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The type.
-
getPriceQualifierValue
int getPriceQualifierValue()
The price qualifier of the price asset.
.google.ads.googleads.v10.enums.PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier price_qualifier = 2;- Returns:
- The enum numeric value on the wire for priceQualifier.
-
getPriceQualifier
PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier getPriceQualifier()
The price qualifier of the price asset.
.google.ads.googleads.v10.enums.PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier price_qualifier = 2;- Returns:
- The priceQualifier.
-
getLanguageCode
java.lang.String getLanguageCode()
Required. The language of the price asset. Represented as BCP 47 language tag.
string language_code = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The languageCode.
-
getLanguageCodeBytes
com.google.protobuf.ByteString getLanguageCodeBytes()
Required. The language of the price asset. Represented as BCP 47 language tag.
string language_code = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for languageCode.
-
getPriceOfferingsList
java.util.List<PriceOffering> getPriceOfferingsList()
The price offerings of the price asset. The size of this collection should be between 3 and 8, inclusive.
repeated .google.ads.googleads.v10.common.PriceOffering price_offerings = 4;
-
getPriceOfferings
PriceOffering getPriceOfferings(int index)
The price offerings of the price asset. The size of this collection should be between 3 and 8, inclusive.
repeated .google.ads.googleads.v10.common.PriceOffering price_offerings = 4;
-
getPriceOfferingsCount
int getPriceOfferingsCount()
The price offerings of the price asset. The size of this collection should be between 3 and 8, inclusive.
repeated .google.ads.googleads.v10.common.PriceOffering price_offerings = 4;
-
getPriceOfferingsOrBuilderList
java.util.List<? extends PriceOfferingOrBuilder> getPriceOfferingsOrBuilderList()
The price offerings of the price asset. The size of this collection should be between 3 and 8, inclusive.
repeated .google.ads.googleads.v10.common.PriceOffering price_offerings = 4;
-
getPriceOfferingsOrBuilder
PriceOfferingOrBuilder getPriceOfferingsOrBuilder(int index)
The price offerings of the price asset. The size of this collection should be between 3 and 8, inclusive.
repeated .google.ads.googleads.v10.common.PriceOffering price_offerings = 4;
-
-