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

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getRegionCode

      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

      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

      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.