Interface ProductCategoryConstant.ProductCategoryLocalizationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProductCategoryConstant.ProductCategoryLocalization,ProductCategoryConstant.ProductCategoryLocalization.Builder
- Enclosing class:
- ProductCategoryConstant
public static interface ProductCategoryConstant.ProductCategoryLocalizationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLanguageCode()Output only.com.google.protobuf.ByteStringgetLanguageCodeBytes()Output only.java.lang.StringgetRegionCode()Output only.com.google.protobuf.ByteStringgetRegionCodeBytes()Output only.java.lang.StringgetValue()Output only.com.google.protobuf.ByteStringgetValueBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRegionCode
java.lang.String getRegionCode()
Output only. Upper-case two-letter ISO 3166-1 country code of the localized category.
string region_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The regionCode.
-
getRegionCodeBytes
com.google.protobuf.ByteString getRegionCodeBytes()
Output only. Upper-case two-letter ISO 3166-1 country code of the localized category.
string region_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for regionCode.
-
getLanguageCode
java.lang.String getLanguageCode()
Output only. Two-letter ISO 639-1 language code of the localized category.
string language_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The languageCode.
-
getLanguageCodeBytes
com.google.protobuf.ByteString getLanguageCodeBytes()
Output only. Two-letter ISO 639-1 language code of the localized category.
string language_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for languageCode.
-
getValue
java.lang.String getValue()
Output only. The name of the category in the specified locale.
string value = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
Output only. The name of the category in the specified locale.
string value = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for value.
-
-