public interface ComponentNameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguageCode()
The BCP-47 language code.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
The BCP-47 language code.
|
String |
getText()
The name text.
|
com.google.protobuf.ByteString |
getTextBytes()
The name text.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getText()
The name text. For example, "5th Avenue" for a street name or "1253" for a street number.
string text = 1;com.google.protobuf.ByteString getTextBytes()
The name text. For example, "5th Avenue" for a street name or "1253" for a street number.
string text = 1;String getLanguageCode()
The BCP-47 language code. This will not be present if the component name is not associated with a language, such as a street number.
string language_code = 2;com.google.protobuf.ByteString getLanguageCodeBytes()
The BCP-47 language code. This will not be present if the component name is not associated with a language, such as a street number.
string language_code = 2;Copyright © 2024 Google LLC. All rights reserved.