Interface SuggestGeoTargetConstantsRequest.LocationNamesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getNames​(int index)
      A list of location names.
      com.google.protobuf.ByteString getNamesBytes​(int index)
      A list of location names.
      int getNamesCount()
      A list of location names.
      java.util.List<java.lang.String> getNamesList()
      A list of location names.
      • 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 Detail

      • getNamesList

        java.util.List<java.lang.String> getNamesList()
         A list of location names.
         
        repeated string names = 2;
        Returns:
        A list containing the names.
      • getNamesCount

        int getNamesCount()
         A list of location names.
         
        repeated string names = 2;
        Returns:
        The count of names.
      • getNames

        java.lang.String getNames​(int index)
         A list of location names.
         
        repeated string names = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The names at the given index.
      • getNamesBytes

        com.google.protobuf.ByteString getNamesBytes​(int index)
         A list of location names.
         
        repeated string names = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the names at the given index.