Interface RetrievalConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RetrievalConfig, RetrievalConfig.Builder

@Generated public interface RetrievalConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The language code of the user.
    com.google.protobuf.ByteString
    The language code of the user.
    The location of the user.
    The location of the user.
    boolean
    The language code of the user.
    boolean
    The location of the user.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasLatLng

      boolean hasLatLng()
       The location of the user.
       
      optional .google.type.LatLng lat_lng = 1;
      Returns:
      Whether the latLng field is set.
    • getLatLng

      LatLng getLatLng()
       The location of the user.
       
      optional .google.type.LatLng lat_lng = 1;
      Returns:
      The latLng.
    • getLatLngOrBuilder

      LatLngOrBuilder getLatLngOrBuilder()
       The location of the user.
       
      optional .google.type.LatLng lat_lng = 1;
    • hasLanguageCode

      boolean hasLanguageCode()
       The language code of the user.
       
      optional string language_code = 2;
      Returns:
      Whether the languageCode field is set.
    • getLanguageCode

      String getLanguageCode()
       The language code of the user.
       
      optional string language_code = 2;
      Returns:
      The languageCode.
    • getLanguageCodeBytes

      com.google.protobuf.ByteString getLanguageCodeBytes()
       The language code of the user.
       
      optional string language_code = 2;
      Returns:
      The bytes for languageCode.