static SearchPlaceIndexForTextResponse.Builder |
SearchPlaceIndexForTextResponse.builder() |
|
SearchPlaceIndexForTextResponse.Builder |
SearchPlaceIndexForTextResponse.Builder.results(Collection<SearchForTextResult> results) |
A list of Places matching the input text.
|
SearchPlaceIndexForTextResponse.Builder |
SearchPlaceIndexForTextResponse.Builder.results(Consumer<SearchForTextResult.Builder>... results) |
A list of Places matching the input text.
|
SearchPlaceIndexForTextResponse.Builder |
SearchPlaceIndexForTextResponse.Builder.results(SearchForTextResult... results) |
A list of Places matching the input text.
|
default SearchPlaceIndexForTextResponse.Builder |
SearchPlaceIndexForTextResponse.Builder.summary(Consumer<SearchPlaceIndexForTextSummary.Builder> summary) |
Contains a summary of the request.
|
SearchPlaceIndexForTextResponse.Builder |
SearchPlaceIndexForTextResponse.Builder.summary(SearchPlaceIndexForTextSummary summary) |
Contains a summary of the request.
|
SearchPlaceIndexForTextResponse.Builder |
SearchPlaceIndexForTextResponse.toBuilder() |
|