Show / Hide Table of Contents

Class StatsResource.QueryResource.SearchapplicationsResource

The "searchapplications" collection of methods.

Inheritance
System.Object
StatsResource.QueryResource.SearchapplicationsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class 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
System.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
Back to top