Class StatsResource.UserResource.SearchapplicationsResource
The "searchapplications" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class StatsResource.UserResource.SearchapplicationsResource
Constructors
SearchapplicationsResource(IClientService)
Constructs a new resource.
Declaration
public SearchapplicationsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string)
Get the users statistics for search application. Note: This API requires a standard end user account to execute.
Declaration
public virtual StatsResource.UserResource.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.UserResource.SearchapplicationsResource.GetRequest |