Show / Hide Table of Contents

Class StatsResource.GetSearchapplicationRequest

Get search application stats for customer. Note: This API requires a standard end user account to execute.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<GetCustomerSearchApplicationStatsResponse>
CloudSearchBaseServiceRequest<GetCustomerSearchApplicationStatsResponse>
StatsResource.GetSearchapplicationRequest
Implements
Google.Apis.Requests.IClientServiceRequest<GetCustomerSearchApplicationStatsResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
CloudSearchBaseServiceRequest<GetCustomerSearchApplicationStatsResponse>.Xgafv
CloudSearchBaseServiceRequest<GetCustomerSearchApplicationStatsResponse>.AccessToken
CloudSearchBaseServiceRequest<GetCustomerSearchApplicationStatsResponse>.Alt
CloudSearchBaseServiceRequest<GetCustomerSearchApplicationStatsResponse>.Callback
CloudSearchBaseServiceRequest<GetCustomerSearchApplicationStatsResponse>.Fields
CloudSearchBaseServiceRequest<GetCustomerSearchApplicationStatsResponse>.Key
CloudSearchBaseServiceRequest<GetCustomerSearchApplicationStatsResponse>.OauthToken
CloudSearchBaseServiceRequest<GetCustomerSearchApplicationStatsResponse>.PrettyPrint
CloudSearchBaseServiceRequest<GetCustomerSearchApplicationStatsResponse>.QuotaUser
CloudSearchBaseServiceRequest<GetCustomerSearchApplicationStatsResponse>.UploadType
CloudSearchBaseServiceRequest<GetCustomerSearchApplicationStatsResponse>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
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 GetSearchapplicationRequest : CloudSearchBaseServiceRequest<GetCustomerSearchApplicationStatsResponse>, IClientServiceRequest<GetCustomerSearchApplicationStatsResponse>, IClientServiceRequest

Constructors

GetSearchapplicationRequest(IClientService)

Constructs a new GetSearchapplication request.

Declaration
public GetSearchapplicationRequest(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

EndDateDay

Day of month. Must be from 1 to 31 and valid for the year and month.

Declaration
[RequestParameter("endDate.day", RequestParameterType.Query)]
public virtual int? EndDateDay { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

EndDateMonth

Month of date. Must be from 1 to 12.

Declaration
[RequestParameter("endDate.month", RequestParameterType.Query)]
public virtual int? EndDateMonth { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

EndDateYear

Year of date. Must be from 1 to 9999.

Declaration
[RequestParameter("endDate.year", RequestParameterType.Query)]
public virtual int? EndDateYear { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.RestPath

StartDateDay

Day of month. Must be from 1 to 31 and valid for the year and month.

Declaration
[RequestParameter("startDate.day", RequestParameterType.Query)]
public virtual int? StartDateDay { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

StartDateMonth

Month of date. Must be from 1 to 12.

Declaration
[RequestParameter("startDate.month", RequestParameterType.Query)]
public virtual int? StartDateMonth { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

StartDateYear

Year of date. Must be from 1 to 9999.

Declaration
[RequestParameter("startDate.year", RequestParameterType.Query)]
public virtual int? StartDateYear { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Methods

InitParameters()

Initializes GetSearchapplication parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudSearch.v1.CloudSearchBaseServiceRequest<Google.Apis.CloudSearch.v1.Data.GetCustomerSearchApplicationStatsResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top