|  | Methods defined here: 
 __init__(self)
 list = method(self, **kwargs)Returns metadata about the search performed, metadata about the custom search engine used for the search, and the search results.
 Args:
 sort: string, The sort expression to apply to the results
 num: string, Number of search results to return
 start: string, The index of the first result to return
 safe: string, Search safety level
 Allowed values
 high - Enables highest level of safe search filtering.
 medium - Enables moderate safe search filtering.
 off - Disables safe search filtering.
 q: string, Query (required)
 cx: string, The custom search engine ID to scope this search query
 lr: string, The language restriction for the search results
 Allowed values
 lang_ar - Arabic
 lang_bg - Bulgarian
 lang_ca - Catalan
 lang_cs - Czech
 lang_da - Danish
 lang_de - German
 lang_el - Greek
 lang_en - English
 lang_es - Spanish
 lang_et - Estonian
 lang_fi - Finnish
 lang_fr - French
 lang_hr - Croatian
 lang_hu - Hungarian
 lang_id - Indonesian
 lang_is - Icelandic
 lang_it - Italian
 lang_iw - Hebrew
 lang_ja - Japanese
 lang_ko - Korean
 lang_lt - Lithuanian
 lang_lv - Latvian
 lang_nl - Dutch
 lang_no - Norwegian
 lang_pl - Polish
 lang_pt - Portuguese
 lang_ro - Romanian
 lang_ru - Russian
 lang_sk - Slovak
 lang_sl - Slovenian
 lang_sr - Serbian
 lang_sv - Swedish
 lang_tr - Turkish
 lang_zh-CN - Chinese (Simplified)
 lang_zh-TW - Chinese (Traditional)
 cref: string, The URL of a linked custom search engine
 Data descriptors defined here:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 |