Lines Matching full:search
23 * The "search" collection of methods.
27 * $search = $youtubeService->search;
30 class Search extends \Google\Service\Resource class
33 * Retrieves a list of search resources (search.listSearch)
36 * list of one or more search resource properties that the API response will
41 * @opt_param string channelType Add a filter on the channel search.
43 * @opt_param bool forContentOwner Search owned by a content owner.
44 * @opt_param bool forDeveloper Restrict the search to only retrieve videos
46 * @opt_param bool forMine Search for the private videos of the authenticated
72 * @opt_param string q Textual search terms to match.
75 * @opt_param string relatedToVideoId Search related to a resource.
77 * @opt_param string safeSearch Indicates whether the search results should
103 class_alias(Search::class, 'Google_Service_YouTube_Resource_Search');