Interface ProductBiddingCategoryConstantOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProductBiddingCategoryConstant,ProductBiddingCategoryConstant.Builder
public interface ProductBiddingCategoryConstantOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCountryCode()Output only.com.google.protobuf.ByteStringgetCountryCodeBytes()Output only.longgetId()Output only.java.lang.StringgetLanguageCode()Output only.com.google.protobuf.ByteStringgetLanguageCodeBytes()Output only.ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevelgetLevel()Output only.intgetLevelValue()Output only.java.lang.StringgetLocalizedName()Output only.com.google.protobuf.ByteStringgetLocalizedNameBytes()Output only.java.lang.StringgetProductBiddingCategoryConstantParent()Output only.com.google.protobuf.ByteStringgetProductBiddingCategoryConstantParentBytes()Output only.java.lang.StringgetResourceName()Output only.com.google.protobuf.ByteStringgetResourceNameBytes()Output only.ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatusgetStatus()Output only.intgetStatusValue()Output only.booleanhasCountryCode()Output only.booleanhasId()Output only.booleanhasLanguageCode()Output only.booleanhasLocalizedName()Output only.booleanhasProductBiddingCategoryConstantParent()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
java.lang.String getResourceName()
Output only. The resource name of the product bidding category. Product bidding category resource names have the form: `productBiddingCategoryConstants/{country_code}~{level}~{id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
Output only. The resource name of the product bidding category. Product bidding category resource names have the form: `productBiddingCategoryConstants/{country_code}~{level}~{id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
hasId
boolean hasId()
Output only. ID of the product bidding category. This ID is equivalent to the google_product_category ID as described in this article: https://support.google.com/merchants/answer/6324436.
optional int64 id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the id field is set.
-
getId
long getId()
Output only. ID of the product bidding category. This ID is equivalent to the google_product_category ID as described in this article: https://support.google.com/merchants/answer/6324436.
optional int64 id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The id.
-
hasCountryCode
boolean hasCountryCode()
Output only. Two-letter upper-case country code of the product bidding category.
optional string country_code = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the countryCode field is set.
-
getCountryCode
java.lang.String getCountryCode()
Output only. Two-letter upper-case country code of the product bidding category.
optional string country_code = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The countryCode.
-
getCountryCodeBytes
com.google.protobuf.ByteString getCountryCodeBytes()
Output only. Two-letter upper-case country code of the product bidding category.
optional string country_code = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for countryCode.
-
hasProductBiddingCategoryConstantParent
boolean hasProductBiddingCategoryConstantParent()
Output only. Resource name of the parent product bidding category.
optional string product_bidding_category_constant_parent = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- Whether the productBiddingCategoryConstantParent field is set.
-
getProductBiddingCategoryConstantParent
java.lang.String getProductBiddingCategoryConstantParent()
Output only. Resource name of the parent product bidding category.
optional string product_bidding_category_constant_parent = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The productBiddingCategoryConstantParent.
-
getProductBiddingCategoryConstantParentBytes
com.google.protobuf.ByteString getProductBiddingCategoryConstantParentBytes()
Output only. Resource name of the parent product bidding category.
optional string product_bidding_category_constant_parent = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for productBiddingCategoryConstantParent.
-
getLevelValue
int getLevelValue()
Output only. Level of the product bidding category.
.google.ads.googleads.v10.enums.ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel level = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for level.
-
getLevel
ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel getLevel()
Output only. Level of the product bidding category.
.google.ads.googleads.v10.enums.ProductBiddingCategoryLevelEnum.ProductBiddingCategoryLevel level = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The level.
-
getStatusValue
int getStatusValue()
Output only. Status of the product bidding category.
.google.ads.googleads.v10.enums.ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for status.
-
getStatus
ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus getStatus()
Output only. Status of the product bidding category.
.google.ads.googleads.v10.enums.ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The status.
-
hasLanguageCode
boolean hasLanguageCode()
Output only. Language code of the product bidding category.
optional string language_code = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the languageCode field is set.
-
getLanguageCode
java.lang.String getLanguageCode()
Output only. Language code of the product bidding category.
optional string language_code = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The languageCode.
-
getLanguageCodeBytes
com.google.protobuf.ByteString getLanguageCodeBytes()
Output only. Language code of the product bidding category.
optional string language_code = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for languageCode.
-
hasLocalizedName
boolean hasLocalizedName()
Output only. Display value of the product bidding category localized according to language_code.
optional string localized_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the localizedName field is set.
-
getLocalizedName
java.lang.String getLocalizedName()
Output only. Display value of the product bidding category localized according to language_code.
optional string localized_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The localizedName.
-
getLocalizedNameBytes
com.google.protobuf.ByteString getLocalizedNameBytes()
Output only. Display value of the product bidding category localized according to language_code.
optional string localized_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for localizedName.
-
-