Class StatsResource.SessionResource.SearchapplicationsResource
The "searchapplications" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class StatsResource.SessionResource.SearchapplicationsResource
Constructors
SearchapplicationsResource(IClientService)
Constructs a new resource.
Declaration
public SearchapplicationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Get the # of search sessions, % of successful sessions with a click query statistics for search application. Note: This API requires a standard end user account to execute.
Declaration
public virtual StatsResource.SessionResource.SearchapplicationsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The resource id of the search application session stats, in the following format: searchapplications/{application_id} |
Returns
Type | Description |
---|---|
StatsResource.SessionResource.SearchapplicationsResource.GetRequest |