Class GoogleCloudDiscoveryengineV1betaLanguageInfo
Language info for DataStore.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaLanguageInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Language
Output only. Language part of normalized_language_code. E.g.: en-US
-> en
, zh-Hans-HK
->
zh
, en
-> en
.
Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCode
The language code for the DataStore.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
NormalizedLanguageCode
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
.
Declaration
[JsonProperty("normalizedLanguageCode")]
public virtual string NormalizedLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Region
Output only. Region part of normalized_language_code, if present. E.g.: en-US
-> US
, zh-Hans-HK
-> HK
, en
-> ``.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type | Description |
---|---|
string |