Interface ProductCategoryConstant.ProductCategoryLocalizationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLanguageCode()
      Output only.
      com.google.protobuf.ByteString getLanguageCodeBytes()
      Output only.
      java.lang.String getRegionCode()
      Output only.
      com.google.protobuf.ByteString getRegionCodeBytes()
      Output only.
      java.lang.String getValue()
      Output only.
      com.google.protobuf.ByteString getValueBytes()
      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 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.