public interface LanguageInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
Output only.
|
com.google.protobuf.ByteString |
getLanguageBytes()
Output only.
|
String |
getLanguageCode()
The language code for the DataStore.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
The language code for the DataStore.
|
String |
getNormalizedLanguageCode()
Output only.
|
com.google.protobuf.ByteString |
getNormalizedLanguageCodeBytes()
Output only.
|
String |
getRegion()
Output only.
|
com.google.protobuf.ByteString |
getRegionBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLanguageCode()
The language code for the DataStore.
string language_code = 1;com.google.protobuf.ByteString getLanguageCodeBytes()
The language code for the DataStore.
string language_code = 1;String getNormalizedLanguageCode()
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`.
string normalized_language_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNormalizedLanguageCodeBytes()
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`.
string normalized_language_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];String getLanguage()
Output only. Language part of normalized_language_code. E.g.: `en-US` -> `en`, `zh-Hans-HK` -> `zh`, `en` -> `en`.
string language = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getLanguageBytes()
Output only. Language part of normalized_language_code. E.g.: `en-US` -> `en`, `zh-Hans-HK` -> `zh`, `en` -> `en`.
string language = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];String getRegion()
Output only. Region part of normalized_language_code, if present. E.g.: `en-US` -> `US`, `zh-Hans-HK` -> `HK`, `en` -> ``.
string region = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getRegionBytes()
Output only. Region part of normalized_language_code, if present. E.g.: `en-US` -> `US`, `zh-Hans-HK` -> `HK`, `en` -> ``.
string region = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.