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