Interface RetrievalConfigOrBuilder (3.58.0)

public interface RetrievalConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLanguageCode()

public abstract String getLanguageCode()

The language code of the user.

optional string language_code = 2;

Returns
Type Description
String

The languageCode.

getLanguageCodeBytes()

public abstract ByteString getLanguageCodeBytes()

The language code of the user.

optional string language_code = 2;

Returns
Type Description
ByteString

The bytes for languageCode.

getLatLng()

public abstract LatLng getLatLng()

The location of the user.

optional .google.type.LatLng lat_lng = 1;

Returns
Type Description
com.google.type.LatLng

The latLng.

getLatLngOrBuilder()

public abstract LatLngOrBuilder getLatLngOrBuilder()

The location of the user.

optional .google.type.LatLng lat_lng = 1;

Returns
Type Description
com.google.type.LatLngOrBuilder

hasLanguageCode()

public abstract boolean hasLanguageCode()

The language code of the user.

optional string language_code = 2;

Returns
Type Description
boolean

Whether the languageCode field is set.

hasLatLng()

public abstract boolean hasLatLng()

The location of the user.

optional .google.type.LatLng lat_lng = 1;

Returns
Type Description
boolean

Whether the latLng field is set.