blob: ac9d1db2f808361ba15a3e7da440a557ca401062 [file] [log] [blame]
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="cloudsearch_v1.html">Cloud Search API</a> . <a href="cloudsearch_v1.query.html">query</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="cloudsearch_v1.query.sources.html">sources()</a></code>
79</p>
80<p class="firstline">Returns the sources Resource.</p>
81
82<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070083 <code><a href="#close">close()</a></code></p>
84<p class="firstline">Close httplib2 connections.</p>
85<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070086 <code><a href="#search">search(body=None, x__xgafv=None)</a></code></p>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070087<p class="firstline">The Cloud Search Query API provides the search method, which returns the most relevant results from a user query. The results can come from G Suite Apps, such as Gmail or Google Drive, or they can come from data that you have indexed from a third party. **Note:** This API requires a standard end user account to execute. A service account can't perform Query API requests directly; to use a service account to perform queries, set up [G Suite domain-wide delegation of authority](https://developers.google.com/cloud-search/docs/guides/delegation/).</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070088<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070089 <code><a href="#suggest">suggest(body=None, x__xgafv=None)</a></code></p>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070090<p class="firstline">Provides suggestions for autocompleting the query. **Note:** This API requires a standard end user account to execute. A service account can't perform Query API requests directly; to use a service account to perform queries, set up [G Suite domain-wide delegation of authority](https://developers.google.com/cloud-search/docs/guides/delegation/).</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070091<h3>Method Details</h3>
92<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070093 <code class="details" id="close">close()</code>
94 <pre>Close httplib2 connections.</pre>
95</div>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070096
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070097<div class="method">
98 <code class="details" id="search">search(body=None, x__xgafv=None)</code>
99 <pre>The Cloud Search Query API provides the search method, which returns the most relevant results from a user query. The results can come from G Suite Apps, such as Gmail or Google Drive, or they can come from data that you have indexed from a third party. **Note:** This API requires a standard end user account to execute. A service account can&#x27;t perform Query API requests directly; to use a service account to perform queries, set up [G Suite domain-wide delegation of authority](https://developers.google.com/cloud-search/docs/guides/delegation/).
Dan O'Mearadd494642020-05-01 07:42:23 -0700100
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700101Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700102 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700103 The object takes the form of:
104
105{ # The search API request.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700106 &quot;start&quot;: 42, # Starting index of the results.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700107 &quot;facetOptions&quot;: [
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700108 { # Specifies operators to return facet results for. There will be one FacetResult for every source_name/object_type/operator_name combination.
109 &quot;operatorName&quot;: &quot;A String&quot;, # Name of the operator chosen for faceting. @see cloudsearch.SchemaPropertyOptions
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700110 &quot;numFacetBuckets&quot;: 42, # Maximum number of facet buckets that should be returned for this facet. Defaults to 10. Maximum value is 100.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700111 &quot;sourceName&quot;: &quot;A String&quot;, # Source name to facet on. Format: datasources/{source_id} If empty, all data sources will be used.
112 &quot;objectType&quot;: &quot;A String&quot;, # If object_type is set, only those objects of that type will be used to compute facets. If empty, then all objects will be used to compute facets.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700113 },
114 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700115 &quot;queryInterpretationOptions&quot;: { # Options to interpret user query. # Options to interpret the user query.
116 &quot;disableNlInterpretation&quot;: True or False, # Flag to disable natural language (NL) interpretation of queries. Default is false, Set to true to disable natural language interpretation. NL interpretation only applies to predefined datasources.
117 &quot;enableVerbatimMode&quot;: True or False, # Enable this flag to turn off all internal optimizations like natural language (NL) interpretation of queries, supplemental result retrieval, and usage of synonyms including custom ones. Nl interpretation will be disabled if either one of the two flags is true.
118 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700119 &quot;query&quot;: &quot;A String&quot;, # The raw query string. See supported search operators in the [Cloud search Cheat Sheet](https://support.google.com/a/users/answer/9299929)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700120 &quot;sortOptions&quot;: { # The options for sorting the search results
121 &quot;operatorName&quot;: &quot;A String&quot;, # Name of the operator corresponding to the field to sort on. The corresponding property must be marked as sortable.
122 &quot;sortOrder&quot;: &quot;A String&quot;, # Ascending is the default sort order
123 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700124 &quot;dataSourceRestrictions&quot;: [ # The sources to use for querying. If not specified, all data sources from the current search application are used.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700125 { # Restriction on Datasource.
126 &quot;source&quot;: { # Defines sources for the suggest/search APIs. # The source of restriction.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700127 &quot;name&quot;: &quot;A String&quot;, # Source name for content indexed by the Indexing API.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700128 &quot;predefinedSource&quot;: &quot;A String&quot;, # Predefined content source for Google Apps.
129 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700130 &quot;filterOptions&quot;: [ # Filter options restricting the results. If multiple filters are present, they are grouped by object type before joining. Filters with the same object type are joined conjunctively, then the resulting expressions are joined disjunctively. The maximum number of elements is 20. NOTE: Suggest API supports only few filters at the moment: &quot;objecttype&quot;, &quot;type&quot; and &quot;mimetype&quot;. For now, schema specific filters cannot be used to filter suggestions.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700131 { # Filter options to be applied on query.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700132 &quot;objectType&quot;: &quot;A String&quot;, # If object_type is set, only objects of that type are returned. This should correspond to the name of the object that was registered within the definition of schema. The maximum length is 256 characters.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700133 &quot;filter&quot;: { # A generic way of expressing filters in a query, which supports two approaches: **1. Setting a ValueFilter.** The name must match an operator_name defined in the schema for your data source. **2. Setting a CompositeFilter.** The filters are evaluated using the logical operator. The top-level operators can only be either an AND or a NOT. AND can appear only at the top-most level. OR can appear only under a top-level AND. # Generic filter to restrict the search, such as `lang:en`, `site:xyz`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700134 &quot;compositeFilter&quot;: {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700135 &quot;logicOperator&quot;: &quot;A String&quot;, # The logic operator of the sub filter.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700136 &quot;subFilters&quot;: [ # Sub filters.
137 # Object with schema name: Filter
138 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700139 },
140 &quot;valueFilter&quot;: {
141 &quot;value&quot;: { # Definition of a single value with generic type. # The value to be compared with.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700142 &quot;timestampValue&quot;: &quot;A String&quot;,
143 &quot;stringValue&quot;: &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700144 &quot;booleanValue&quot;: True or False,
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700145 &quot;integerValue&quot;: &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700146 &quot;dateValue&quot;: { # Represents a whole calendar date, for example a date of birth. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the [Proleptic Gregorian Calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar). The date must be a valid calendar date between the year 1 and 9999.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700147 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700148 &quot;month&quot;: 42, # Month of date. Must be from 1 to 12.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700149 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month.
150 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700151 &quot;doubleValue&quot;: 3.14,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700152 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700153 &quot;operatorName&quot;: &quot;A String&quot;, # The `operator_name` applied to the query, such as *price_greater_than*. The filter can work against both types of filters defined in the schema for your data source: 1. `operator_name`, where the query filters results by the property that matches the value. 2. `greater_than_operator_name` or `less_than_operator_name` in your schema. The query filters the results for the property values that are greater than or less than the supplied value in the query.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700154 },
155 },
156 },
157 ],
158 },
159 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700160 &quot;requestOptions&quot;: { # Shared request options for all RPC methods. # Request options, such as the search application and user timezone.
161 &quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. For translations. Set this field using the language set in browser or for the page. In the event that the user&#x27;s language preference is known, set this field to the known user language. When specified, the documents in search results are biased towards the specified language. The suggest API does not use this parameter. Instead, suggest autocompletes only based on characters in the query.
162 &quot;debugOptions&quot;: { # Shared request debug options for all cloudsearch RPC methods. # Debug options of the request
163 &quot;enableDebugging&quot;: True or False, # If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.
164 },
165 &quot;timeZone&quot;: &quot;A String&quot;, # Current user&#x27;s time zone id, such as &quot;America/Los_Angeles&quot; or &quot;Australia/Sydney&quot;. These IDs are defined by [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/) project, and currently available in the file [timezone.xml](http://unicode.org/repos/cldr/trunk/common/bcp47/timezone.xml). This field is used to correctly interpret date and time queries. If this field is not specified, the default time zone (UTC) is used.
166 &quot;searchApplicationId&quot;: &quot;A String&quot;, # The ID generated when you create a search application using the [admin console](https://support.google.com/a/answer/9043922).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700167 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700168 &quot;pageSize&quot;: 42, # Maximum number of search results to return in one page. Valid values are between 1 and 100, inclusive. Default value is 10. Minimum value is 50 when results beyond 2000 are requested.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700169 }
170
171 x__xgafv: string, V1 error format.
172 Allowed values
173 1 - v1 error format
174 2 - v2 error format
175
176Returns:
177 An object of the form:
178
179 { # The search API response.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700180 &quot;spellResults&quot;: [ # Suggested spelling for the query.
181 {
182 &quot;suggestedQuery&quot;: &quot;A String&quot;, # The suggested spelling of the query.
183 },
184 ],
185 &quot;facetResults&quot;: [ # Repeated facet results.
186 { # Source specific facet response
187 &quot;buckets&quot;: [ # FacetBuckets for values in response containing at least a single result.
188 { # A bucket in a facet is the basic unit of operation. A bucket can comprise either a single value OR a contiguous range of values, depending on the type of the field bucketed. FacetBucket is currently used only for returning the response object.
189 &quot;percentage&quot;: 42, # Percent of results that match the bucket value. The returned value is between (0-100], and is rounded down to an integer if fractional. If the value is not explicitly returned, it represents a percentage value that rounds to 0. Percentages are returned for all searches, but are an estimate. Because percentages are always returned, you should render percentages instead of counts.
190 &quot;count&quot;: 42, # Number of results that match the bucket value. Counts are only returned for searches when count accuracy is ensured. Can be empty.
191 &quot;value&quot;: { # Definition of a single value with generic type.
192 &quot;timestampValue&quot;: &quot;A String&quot;,
193 &quot;stringValue&quot;: &quot;A String&quot;,
194 &quot;booleanValue&quot;: True or False,
195 &quot;integerValue&quot;: &quot;A String&quot;,
196 &quot;dateValue&quot;: { # Represents a whole calendar date, for example a date of birth. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the [Proleptic Gregorian Calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar). The date must be a valid calendar date between the year 1 and 9999.
197 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999.
198 &quot;month&quot;: 42, # Month of date. Must be from 1 to 12.
199 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month.
200 },
201 &quot;doubleValue&quot;: 3.14,
202 },
203 },
204 ],
205 &quot;sourceName&quot;: &quot;A String&quot;, # Source name for which facet results are returned. Will not be empty.
206 &quot;operatorName&quot;: &quot;A String&quot;, # Name of the operator chosen for faceting. @see cloudsearch.SchemaPropertyOptions
207 &quot;objectType&quot;: &quot;A String&quot;, # Object type for which facet results are returned. Can be empty.
208 },
209 ],
210 &quot;resultCounts&quot;: { # Result count information # Expanded result count information.
211 &quot;sourceResultCounts&quot;: [ # Result count information for each source with results.
212 { # Per source result count information.
213 &quot;hasMoreResults&quot;: True or False, # Whether there are more search results for this source.
214 &quot;resultCountEstimate&quot;: &quot;A String&quot;, # The estimated result count for this source.
215 &quot;resultCountExact&quot;: &quot;A String&quot;, # The exact result count for this source.
216 &quot;source&quot;: { # Defines sources for the suggest/search APIs. # The source the result count information is associated with.
217 &quot;name&quot;: &quot;A String&quot;, # Source name for content indexed by the Indexing API.
218 &quot;predefinedSource&quot;: &quot;A String&quot;, # Predefined content source for Google Apps.
219 },
220 },
221 ],
222 },
223 &quot;errorInfo&quot;: { # Error information about the response. # Error information about the response.
224 &quot;errorMessages&quot;: [
225 { # Error message per source response.
226 &quot;source&quot;: { # Defines sources for the suggest/search APIs.
227 &quot;name&quot;: &quot;A String&quot;, # Source name for content indexed by the Indexing API.
228 &quot;predefinedSource&quot;: &quot;A String&quot;, # Predefined content source for Google Apps.
229 },
230 &quot;errorMessage&quot;: &quot;A String&quot;,
231 },
232 ],
233 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700234 &quot;results&quot;: [ # Results from a search query.
235 { # Results containing indexed information for a document.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700236 &quot;snippet&quot;: { # Snippet of the search result, which summarizes the content of the resulting page. # The concatenation of all snippets (summaries) available for this result.
237 &quot;matchRanges&quot;: [ # The matched ranges in the snippet.
238 { # Matched range of a snippet [start, end).
239 &quot;end&quot;: 42, # End of the match in the snippet.
240 &quot;start&quot;: 42, # Starting position of the match in the snippet.
241 },
242 ],
243 &quot;snippet&quot;: &quot;A String&quot;, # The snippet of the document. The snippet of the document. May contain escaped HTML character that should be unescaped prior to rendering.
244 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700245 &quot;metadata&quot;: { # Metadata of a matched search result. # Metadata of the search result.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700246 &quot;owner&quot;: { # Object to represent a person. # Owner (usually creator) of the document or object of the search result.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700247 &quot;obfuscatedId&quot;: &quot;A String&quot;, # Obfuscated ID of a person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700248 &quot;personNames&quot;: [ # The person&#x27;s name
249 { # A person&#x27;s name.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700250 &quot;displayName&quot;: &quot;A String&quot;, # The read-only display name formatted according to the locale specified by the viewer&#x27;s account or the Accept-Language HTTP header.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700251 },
252 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700253 &quot;name&quot;: &quot;A String&quot;, # The resource name of the person to provide information about. See People.get from Google People API.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700254 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses
255 { # A person&#x27;s email address.
256 &quot;emailAddress&quot;: &quot;A String&quot;, # The email address.
257 },
258 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700259 &quot;photos&quot;: [ # A person&#x27;s read-only photo. A picture shown next to the person&#x27;s name to help others recognize the person in search results.
260 { # A person&#x27;s photo.
261 &quot;url&quot;: &quot;A String&quot;, # The URL of the photo.
262 },
263 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700264 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700265 &quot;updateTime&quot;: &quot;A String&quot;, # The last modified date for the object in the search result. If not set in the item, the value returned here is empty. When `updateTime` is used for calculating freshness and is not set, this value defaults to 2 years from the current time.
266 &quot;objectType&quot;: &quot;A String&quot;, # Object type of the search result.
267 &quot;source&quot;: { # Defines sources for the suggest/search APIs. # The named source for the result, such as Gmail.
268 &quot;name&quot;: &quot;A String&quot;, # Source name for content indexed by the Indexing API.
269 &quot;predefinedSource&quot;: &quot;A String&quot;, # Predefined content source for Google Apps.
270 },
271 &quot;createTime&quot;: &quot;A String&quot;, # The creation time for this document or object in the search result.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700272 &quot;displayOptions&quot;: { # Options that specify how to display a structured data search result.
273 &quot;metalines&quot;: [ # The metalines content to be displayed with the result.
274 { # The collection of fields that make up a displayed line
275 &quot;fields&quot;: [
276 { # Display Fields for Search Results
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700277 &quot;operatorName&quot;: &quot;A String&quot;, # The operator name of the property.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700278 &quot;property&quot;: { # A typed name-value pair for structured data. The type of the value should be the same as the registered type for the `name` property in the object definition of `objectType`. # The name value pair for the property.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700279 &quot;htmlValues&quot;: { # List of html values.
280 &quot;values&quot;: [ # The maximum allowable length for html values is 2048 characters.
281 &quot;A String&quot;,
282 ],
283 },
284 &quot;doubleValues&quot;: { # List of double values.
285 &quot;values&quot;: [
286 3.14,
287 ],
288 },
289 &quot;booleanValue&quot;: True or False,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700290 &quot;timestampValues&quot;: { # List of timestamp values.
291 &quot;values&quot;: [
292 &quot;A String&quot;,
293 ],
294 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700295 &quot;objectValues&quot;: { # List of object values.
296 &quot;values&quot;: [
297 # Object with schema name: StructuredDataObject
298 ],
299 },
300 &quot;enumValues&quot;: { # List of enum values.
301 &quot;values&quot;: [ # The maximum allowable length for string values is 32 characters.
302 &quot;A String&quot;,
303 ],
304 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700305 &quot;textValues&quot;: { # List of text values.
306 &quot;values&quot;: [ # The maximum allowable length for text values is 2048 characters.
307 &quot;A String&quot;,
308 ],
309 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700310 &quot;dateValues&quot;: { # List of date values.
311 &quot;values&quot;: [
312 { # Represents a whole calendar date, for example a date of birth. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the [Proleptic Gregorian Calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar). The date must be a valid calendar date between the year 1 and 9999.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700313 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700314 &quot;month&quot;: 42, # Month of date. Must be from 1 to 12.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700315 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month.
316 },
317 ],
318 },
319 &quot;integerValues&quot;: { # List of integer values.
320 &quot;values&quot;: [
321 &quot;A String&quot;,
322 ],
323 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700324 &quot;name&quot;: &quot;A String&quot;, # The name of the property. This name should correspond to the name of the property that was registered for object definition in the schema. The maximum allowable length for this property is 256 characters.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700325 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700326 &quot;label&quot;: &quot;A String&quot;, # The display label for the property.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700327 },
328 ],
329 },
330 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700331 &quot;objectTypeLabel&quot;: &quot;A String&quot;, # The display label for the object.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700332 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700333 &quot;mimeType&quot;: &quot;A String&quot;, # Mime type of the search result.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700334 &quot;fields&quot;: [ # Indexed fields in structured data, returned as a generic named property.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700335 { # A typed name-value pair for structured data. The type of the value should be the same as the registered type for the `name` property in the object definition of `objectType`.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700336 &quot;htmlValues&quot;: { # List of html values.
337 &quot;values&quot;: [ # The maximum allowable length for html values is 2048 characters.
338 &quot;A String&quot;,
339 ],
340 },
341 &quot;doubleValues&quot;: { # List of double values.
342 &quot;values&quot;: [
343 3.14,
344 ],
345 },
346 &quot;booleanValue&quot;: True or False,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700347 &quot;timestampValues&quot;: { # List of timestamp values.
348 &quot;values&quot;: [
349 &quot;A String&quot;,
350 ],
351 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700352 &quot;objectValues&quot;: { # List of object values.
353 &quot;values&quot;: [
354 # Object with schema name: StructuredDataObject
355 ],
356 },
357 &quot;enumValues&quot;: { # List of enum values.
358 &quot;values&quot;: [ # The maximum allowable length for string values is 32 characters.
359 &quot;A String&quot;,
360 ],
361 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700362 &quot;textValues&quot;: { # List of text values.
363 &quot;values&quot;: [ # The maximum allowable length for text values is 2048 characters.
364 &quot;A String&quot;,
365 ],
366 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700367 &quot;dateValues&quot;: { # List of date values.
368 &quot;values&quot;: [
369 { # Represents a whole calendar date, for example a date of birth. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the [Proleptic Gregorian Calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar). The date must be a valid calendar date between the year 1 and 9999.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700370 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700371 &quot;month&quot;: 42, # Month of date. Must be from 1 to 12.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700372 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month.
373 },
374 ],
375 },
376 &quot;integerValues&quot;: { # List of integer values.
377 &quot;values&quot;: [
378 &quot;A String&quot;,
379 ],
380 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700381 &quot;name&quot;: &quot;A String&quot;, # The name of the property. This name should correspond to the name of the property that was registered for object definition in the schema. The maximum allowable length for this property is 256 characters.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700382 },
383 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700384 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700385 &quot;clusteredResults&quot;: [ # If source is clustered, provide list of clustered results. There will only be one level of clustered results. If current source is not enabled for clustering, this field will be empty.
386 # Object with schema name: SearchResult
387 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700388 &quot;title&quot;: &quot;A String&quot;, # Title of the search result.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700389 &quot;url&quot;: &quot;A String&quot;, # The URL of the search result. The URL contains a Google redirect to the actual item. This URL is signed and shouldn&#x27;t be changed.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700390 &quot;debugInfo&quot;: { # Debugging information about the result. # Debugging information about this search result.
391 &quot;formattedDebugInfo&quot;: &quot;A String&quot;, # General debug info formatted for display.
392 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700393 },
394 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700395 &quot;hasMoreResults&quot;: True or False, # Whether there are more search results matching the query.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700396 &quot;structuredResults&quot;: [ # Structured results for the user query. These results are not counted against the page_size.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700397 { # Structured results that are returned as part of search request.
398 &quot;person&quot;: { # Object to represent a person. # Representation of a person
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700399 &quot;obfuscatedId&quot;: &quot;A String&quot;, # Obfuscated ID of a person.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700400 &quot;personNames&quot;: [ # The person&#x27;s name
401 { # A person&#x27;s name.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700402 &quot;displayName&quot;: &quot;A String&quot;, # The read-only display name formatted according to the locale specified by the viewer&#x27;s account or the Accept-Language HTTP header.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700403 },
404 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700405 &quot;name&quot;: &quot;A String&quot;, # The resource name of the person to provide information about. See People.get from Google People API.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700406 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses
407 { # A person&#x27;s email address.
408 &quot;emailAddress&quot;: &quot;A String&quot;, # The email address.
409 },
410 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700411 &quot;photos&quot;: [ # A person&#x27;s read-only photo. A picture shown next to the person&#x27;s name to help others recognize the person in search results.
412 { # A person&#x27;s photo.
413 &quot;url&quot;: &quot;A String&quot;, # The URL of the photo.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700414 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700415 ],
416 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700417 },
418 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700419 &quot;queryInterpretation&quot;: { # Query interpretation result for user query. Empty if query interpretation is disabled.
420 &quot;reason&quot;: &quot;A String&quot;, # The reason for interpretation of the query. This field will not be UNSPECIFIED if the interpretation type is not NONE.
421 &quot;interpretedQuery&quot;: &quot;A String&quot;, # The interpretation of the query used in search. For example, queries with natural language intent like &quot;email from john&quot; will be interpreted as &quot;from:john source:mail&quot;. This field will not be filled when the reason is NOT_ENOUGH_RESULTS_FOUND_FOR_USER_QUERY.
422 &quot;interpretationType&quot;: &quot;A String&quot;,
423 },
424 &quot;resultCountExact&quot;: &quot;A String&quot;, # The exact result count for this query.
425 &quot;resultCountEstimate&quot;: &quot;A String&quot;, # The estimated result count for this query.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700426 &quot;debugInfo&quot;: { # Debugging information about the response. # Debugging information about the response.
427 &quot;formattedDebugInfo&quot;: &quot;A String&quot;, # General debug info formatted for display.
428 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700429 }</pre>
430</div>
431
432<div class="method">
433 <code class="details" id="suggest">suggest(body=None, x__xgafv=None)</code>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700434 <pre>Provides suggestions for autocompleting the query. **Note:** This API requires a standard end user account to execute. A service account can&#x27;t perform Query API requests directly; to use a service account to perform queries, set up [G Suite domain-wide delegation of authority](https://developers.google.com/cloud-search/docs/guides/delegation/).
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700435
436Args:
437 body: object, The request body.
438 The object takes the form of:
439
440{ # Request of suggest API.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700441 &quot;query&quot;: &quot;A String&quot;, # Partial query for which autocomplete suggestions will be shown. For example, if the query is &quot;sea&quot;, then the server might return &quot;season&quot;, &quot;search&quot;, &quot;seagull&quot; and so on.
Bu Sun Kim65020912020-05-20 12:08:20 -0700442 &quot;requestOptions&quot;: { # Shared request options for all RPC methods. # Request options, such as the search application and user timezone.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700443 &quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. For translations. Set this field using the language set in browser or for the page. In the event that the user&#x27;s language preference is known, set this field to the known user language. When specified, the documents in search results are biased towards the specified language. The suggest API does not use this parameter. Instead, suggest autocompletes only based on characters in the query.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700444 &quot;debugOptions&quot;: { # Shared request debug options for all cloudsearch RPC methods. # Debug options of the request
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700445 &quot;enableDebugging&quot;: True or False, # If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700446 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700447 &quot;timeZone&quot;: &quot;A String&quot;, # Current user&#x27;s time zone id, such as &quot;America/Los_Angeles&quot; or &quot;Australia/Sydney&quot;. These IDs are defined by [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/) project, and currently available in the file [timezone.xml](http://unicode.org/repos/cldr/trunk/common/bcp47/timezone.xml). This field is used to correctly interpret date and time queries. If this field is not specified, the default time zone (UTC) is used.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700448 &quot;searchApplicationId&quot;: &quot;A String&quot;, # The ID generated when you create a search application using the [admin console](https://support.google.com/a/answer/9043922).
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700449 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700450 &quot;dataSourceRestrictions&quot;: [ # The sources to use for suggestions. If not specified, the data sources are taken from the current search application. NOTE: Suggestions are supported only for third party data sources and people (i.e. PredefinedSource.PERSON).
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700451 { # Restriction on Datasource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700452 &quot;source&quot;: { # Defines sources for the suggest/search APIs. # The source of restriction.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700453 &quot;name&quot;: &quot;A String&quot;, # Source name for content indexed by the Indexing API.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700454 &quot;predefinedSource&quot;: &quot;A String&quot;, # Predefined content source for Google Apps.
455 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700456 &quot;filterOptions&quot;: [ # Filter options restricting the results. If multiple filters are present, they are grouped by object type before joining. Filters with the same object type are joined conjunctively, then the resulting expressions are joined disjunctively. The maximum number of elements is 20. NOTE: Suggest API supports only few filters at the moment: &quot;objecttype&quot;, &quot;type&quot; and &quot;mimetype&quot;. For now, schema specific filters cannot be used to filter suggestions.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700457 { # Filter options to be applied on query.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700458 &quot;objectType&quot;: &quot;A String&quot;, # If object_type is set, only objects of that type are returned. This should correspond to the name of the object that was registered within the definition of schema. The maximum length is 256 characters.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700459 &quot;filter&quot;: { # A generic way of expressing filters in a query, which supports two approaches: **1. Setting a ValueFilter.** The name must match an operator_name defined in the schema for your data source. **2. Setting a CompositeFilter.** The filters are evaluated using the logical operator. The top-level operators can only be either an AND or a NOT. AND can appear only at the top-most level. OR can appear only under a top-level AND. # Generic filter to restrict the search, such as `lang:en`, `site:xyz`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700460 &quot;compositeFilter&quot;: {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700461 &quot;logicOperator&quot;: &quot;A String&quot;, # The logic operator of the sub filter.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700462 &quot;subFilters&quot;: [ # Sub filters.
463 # Object with schema name: Filter
464 ],
465 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700466 &quot;valueFilter&quot;: {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700467 &quot;value&quot;: { # Definition of a single value with generic type. # The value to be compared with.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700468 &quot;timestampValue&quot;: &quot;A String&quot;,
469 &quot;stringValue&quot;: &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700470 &quot;booleanValue&quot;: True or False,
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700471 &quot;integerValue&quot;: &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700472 &quot;dateValue&quot;: { # Represents a whole calendar date, for example a date of birth. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the [Proleptic Gregorian Calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar). The date must be a valid calendar date between the year 1 and 9999.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700473 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700474 &quot;month&quot;: 42, # Month of date. Must be from 1 to 12.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700475 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month.
476 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700477 &quot;doubleValue&quot;: 3.14,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700478 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700479 &quot;operatorName&quot;: &quot;A String&quot;, # The `operator_name` applied to the query, such as *price_greater_than*. The filter can work against both types of filters defined in the schema for your data source: 1. `operator_name`, where the query filters results by the property that matches the value. 2. `greater_than_operator_name` or `less_than_operator_name` in your schema. The query filters the results for the property values that are greater than or less than the supplied value in the query.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700480 },
481 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700482 },
483 ],
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700484 },
485 ],
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700486 }
487
488 x__xgafv: string, V1 error format.
489 Allowed values
490 1 - v1 error format
491 2 - v2 error format
492
493Returns:
494 An object of the form:
495
496 { # Response of the suggest API.
Bu Sun Kim65020912020-05-20 12:08:20 -0700497 &quot;suggestResults&quot;: [ # List of suggestions.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700498 { # One suggestion result.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700499 &quot;suggestedQuery&quot;: &quot;A String&quot;, # The suggested query that will be used for search, when the user clicks on the suggestion
500 &quot;querySuggestion&quot;: { # This field does not contain anything as of now and is just used as an indicator that the suggest result was a phrase completion. # This field will be present if the suggested query is a word/phrase completion.
501 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700502 &quot;source&quot;: { # Defines sources for the suggest/search APIs. # The source of the suggestion.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700503 &quot;name&quot;: &quot;A String&quot;, # Source name for content indexed by the Indexing API.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700504 &quot;predefinedSource&quot;: &quot;A String&quot;, # Predefined content source for Google Apps.
Bu Sun Kim65020912020-05-20 12:08:20 -0700505 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700506 &quot;peopleSuggestion&quot;: { # This field contains information about the person being suggested. # This is present when the suggestion indicates a person. It contains more information about the person - like their email ID, name etc.
Bu Sun Kim65020912020-05-20 12:08:20 -0700507 &quot;person&quot;: { # Object to represent a person. # Suggested person. All fields of the person object might not be populated.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700508 &quot;obfuscatedId&quot;: &quot;A String&quot;, # Obfuscated ID of a person.
Bu Sun Kim65020912020-05-20 12:08:20 -0700509 &quot;personNames&quot;: [ # The person&#x27;s name
510 { # A person&#x27;s name.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700511 &quot;displayName&quot;: &quot;A String&quot;, # The read-only display name formatted according to the locale specified by the viewer&#x27;s account or the Accept-Language HTTP header.
Bu Sun Kim65020912020-05-20 12:08:20 -0700512 },
513 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700514 &quot;name&quot;: &quot;A String&quot;, # The resource name of the person to provide information about. See People.get from Google People API.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700515 &quot;emailAddresses&quot;: [ # The person&#x27;s email addresses
516 { # A person&#x27;s email address.
517 &quot;emailAddress&quot;: &quot;A String&quot;, # The email address.
518 },
519 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700520 &quot;photos&quot;: [ # A person&#x27;s read-only photo. A picture shown next to the person&#x27;s name to help others recognize the person in search results.
521 { # A person&#x27;s photo.
522 &quot;url&quot;: &quot;A String&quot;, # The URL of the photo.
523 },
524 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700525 },
526 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700527 },
528 ],
529 }</pre>
530</div>
531
532</body></html>