class StatsQuerySearchapplications extends Resource (View source)

The "searchapplications" collection of methods.

Typical usage is:

 $cloudsearchService = new Google\Service\CloudSearch(...);
 $searchapplications = $cloudsearchService->stats_query_searchapplications;

Methods

get(string $name, array $optParams = [])

Get the query statistics for search application. Note: This API requires a standard end user account to execute. (searchapplications.get)

Details

GetSearchApplicationQueryStatsResponse get(string $name, array $optParams = [])

Get the query statistics for search application. Note: This API requires a standard end user account to execute. (searchapplications.get)

Parameters

string $name

The resource id of the search application query stats, in the following format: searchapplications/{application_id}

array $optParams

Optional parameters.

Return Value

GetSearchApplicationQueryStatsResponse

Exceptions

Exception