Class StatsResource.GetSearchapplicationRequest
Get search application stats for customer. Note: This API requires a standard end user account to execute.
Inheritance
StatsResource.GetSearchapplicationRequest
Inherited Members
Namespace: Google.Apis.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class StatsResource.GetSearchapplicationRequest : CloudSearchBaseServiceRequest<GetCustomerSearchApplicationStatsResponse>, IClientServiceRequest<GetCustomerSearchApplicationStatsResponse>, IClientServiceRequest
Constructors
GetSearchapplicationRequest(IClientService)
Constructs a new GetSearchapplication request.
Declaration
public GetSearchapplicationRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
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 |
---|---|
int? |
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 |
---|---|
int? |
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 |
---|---|
int? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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 |
---|---|
int? |
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 |
---|---|
int? |
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 |
---|---|
int? |
Methods
InitParameters()
Initializes GetSearchapplication parameter list.
Declaration
protected override void InitParameters()