public interface RetrievalConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguageCode()
The language code of the user.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
The language code of the user.
|
com.google.type.LatLng |
getLatLng()
The location of the user.
|
com.google.type.LatLngOrBuilder |
getLatLngOrBuilder()
The location of the user.
|
boolean |
hasLanguageCode()
The language code of the user.
|
boolean |
hasLatLng()
The location of the user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLatLng()
The location of the user.
optional .google.type.LatLng lat_lng = 1;com.google.type.LatLng getLatLng()
The location of the user.
optional .google.type.LatLng lat_lng = 1;com.google.type.LatLngOrBuilder getLatLngOrBuilder()
The location of the user.
optional .google.type.LatLng lat_lng = 1;boolean hasLanguageCode()
The language code of the user.
optional string language_code = 2;String getLanguageCode()
The language code of the user.
optional string language_code = 2;com.google.protobuf.ByteString getLanguageCodeBytes()
The language code of the user.
optional string language_code = 2;Copyright © 2025 Google LLC. All rights reserved.