com.google.type.localized_text

Members list

Concise view

Type members

Classlikes

final case class LocalizedText(text: String, languageCode: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[LocalizedText]

Localized variant of a text in a particular language.

Localized variant of a text in a particular language.

Attributes

languageCode

The text's BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.

text

Localized string in the language corresponding to `language_code' below.

Companion:
object
Source:
LocalizedText.scala
Graph
Supertypes
trait Updatable[LocalizedText]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object LocalizedText extends GeneratedMessageCompanion[LocalizedText]

Attributes

Companion:
class
Source:
LocalizedText.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[LocalizedText]
trait Serializable
class Object
trait Matchable
class Any
Self type
object LocalizedTextProto extends GeneratedFileObject

Attributes

Source:
LocalizedTextProto.scala
Graph
Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type