View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaLanguageInfo (google_api_discovery_engine v0.16.0)

Language info for DataStore.

Attributes

  • language (type: String.t, default: nil) - Output only. Language part of normalized_language_code. E.g.: en-US -> en, zh-Hans-HK -> zh, en -> en.
  • languageCode (type: String.t, default: nil) - The language code for the DataStore.
  • normalizedLanguageCode (type: String.t, default: nil) - Output only. This is the normalized form of language_code. E.g.: language_code of en-GB, en_GB, en-UK or en-gb will have normalized_language_code of en-GB.
  • region (type: String.t, default: nil) - Output only. Region part of normalized_language_code, if present. E.g.: en-US -> US, zh-Hans-HK -> HK, en -> ``.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaLanguageInfo{
    language: String.t() | nil,
    languageCode: String.t() | nil,
    normalizedLanguageCode: String.t() | nil,
    region: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.