|
customsearch
v1
|
Response to a custom search request. More...
Classes | |
| class | QueriesData |
| Query metadata for the previous, current, and next pages of results. More... | |
| class | SearchInformationData |
| Metadata about a search operation. More... | |
| class | SpellingData |
| Spell correction information for a query. More... | |
| class | UrlData |
| OpenSearch template and URL. More... | |
Properties | |
| virtual System.Collections.Generic.IDictionary< string, object > | Context [get, set] |
| Metadata and refinements associated with the given search engine, including: More... | |
| virtual System.Collections.Generic.IList< Result > | Items [get, set] |
| The current set of custom search results. More... | |
| virtual string | Kind [get, set] |
| Unique identifier for the type of current object. For this API, it is customsearch::search. More... | |
| virtual System.Collections.Generic.IList< Promotion > | Promotions [get, set] |
| The set of promotions. Present only if the custom search engine's configuration files define any promotions for the given query. More... | |
| virtual Search.QueriesData | Queries [get, set] |
| Query metadata for the previous, current, and next pages of results. More... | |
| virtual Search.SearchInformationData | SearchInformation [get, set] |
| Metadata about a search operation. More... | |
| virtual Search.SpellingData | Spelling [get, set] |
| Spell correction information for a query. More... | |
| virtual Search.UrlData | Url [get, set] |
| OpenSearch template and URL. More... | |
| virtual string | ETag [get, set] |
| The ETag of the item. More... | |
Properties inherited from Google::Apis::Requests::IDirectResponseSchema | |
| string | ETag |
Response to a custom search request.
|
getset |
Metadata and refinements associated with the given search engine, including:
|
getset |
The ETag of the item.
|
getset |
The current set of custom search results.
|
getset |
Unique identifier for the type of current object. For this API, it is customsearch::search.
|
getset |
The set of promotions. Present only if the custom search engine's configuration files define any promotions for the given query.
|
getset |
Query metadata for the previous, current, and next pages of results.
|
getset |
Metadata about a search operation.
|
getset |
Spell correction information for a query.
|
getset |
OpenSearch template and URL.