| Package | Description |
|---|---|
| com.google.api.services.customsearch.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Search.SearchInformation |
Search.SearchInformation.clone() |
Search.SearchInformation |
Search.getSearchInformation()
Metadata about a search operation.
|
Search.SearchInformation |
Search.SearchInformation.set(String fieldName,
Object value) |
Search.SearchInformation |
Search.SearchInformation.setFormattedSearchTime(String formattedSearchTime)
The time taken for the server to return search results, formatted according to locale style.
|
Search.SearchInformation |
Search.SearchInformation.setFormattedTotalResults(String formattedTotalResults)
The total number of search results, formatted according to locale style.
|
Search.SearchInformation |
Search.SearchInformation.setSearchTime(Double searchTime)
The time taken for the server to return search results.
|
Search.SearchInformation |
Search.SearchInformation.setTotalResults(String totalResults)
The total number of search results returned by the query.
|
| Modifier and Type | Method and Description |
|---|---|
Search |
Search.setSearchInformation(Search.SearchInformation searchInformation)
Metadata about a search operation.
|
Copyright © 2011–2024 Google. All rights reserved.