static SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.builder() |
|
SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.Builder.results(Collection<SearchForSuggestionsResult> results) |
A list of place suggestions that best match the search text.
|
SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.Builder.results(Consumer<SearchForSuggestionsResult.Builder>... results) |
A list of place suggestions that best match the search text.
|
SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.Builder.results(SearchForSuggestionsResult... results) |
A list of place suggestions that best match the search text.
|
default SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.Builder.summary(Consumer<SearchPlaceIndexForSuggestionsSummary.Builder> summary) |
Contains a summary of the request.
|
SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.Builder.summary(SearchPlaceIndexForSuggestionsSummary summary) |
Contains a summary of the request.
|
SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.toBuilder() |
|