All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.promoted.proto.common.LocaleOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/common/common.proto

package ai.promoted.proto.common;

public interface LocaleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:common.Locale)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string language_code = 1 [json_name = "languageCode"];
   * @return The languageCode.
   */
  java.lang.String getLanguageCode();
  /**
   * string language_code = 1 [json_name = "languageCode"];
   * @return The bytes for languageCode.
   */
  com.google.protobuf.ByteString
      getLanguageCodeBytes();

  /**
   * string region_code = 2 [json_name = "regionCode"];
   * @return The regionCode.
   */
  java.lang.String getRegionCode();
  /**
   * string region_code = 2 [json_name = "regionCode"];
   * @return The bytes for regionCode.
   */
  com.google.protobuf.ByteString
      getRegionCodeBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy