Show / Hide Table of Contents

Class StatsResource.GetSessionRequest

Get the # of search sessions, % of successful sessions with a click query statistics for customer. Note: This API requires a standard end user account to execute.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GetCustomerSessionStatsResponse>
CloudSearchBaseServiceRequest<GetCustomerSessionStatsResponse>
StatsResource.GetSessionRequest
Implements
IClientServiceRequest<GetCustomerSessionStatsResponse>
IClientServiceRequest
Inherited Members
CloudSearchBaseServiceRequest<GetCustomerSessionStatsResponse>.Xgafv
CloudSearchBaseServiceRequest<GetCustomerSessionStatsResponse>.AccessToken
CloudSearchBaseServiceRequest<GetCustomerSessionStatsResponse>.Alt
CloudSearchBaseServiceRequest<GetCustomerSessionStatsResponse>.Callback
CloudSearchBaseServiceRequest<GetCustomerSessionStatsResponse>.Fields
CloudSearchBaseServiceRequest<GetCustomerSessionStatsResponse>.Key
CloudSearchBaseServiceRequest<GetCustomerSessionStatsResponse>.OauthToken
CloudSearchBaseServiceRequest<GetCustomerSessionStatsResponse>.PrettyPrint
CloudSearchBaseServiceRequest<GetCustomerSessionStatsResponse>.QuotaUser
CloudSearchBaseServiceRequest<GetCustomerSessionStatsResponse>.UploadType
CloudSearchBaseServiceRequest<GetCustomerSessionStatsResponse>.UploadProtocol
ClientServiceRequest<GetCustomerSessionStatsResponse>.Execute()
ClientServiceRequest<GetCustomerSessionStatsResponse>.ExecuteAsStream()
ClientServiceRequest<GetCustomerSessionStatsResponse>.ExecuteAsync()
ClientServiceRequest<GetCustomerSessionStatsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GetCustomerSessionStatsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GetCustomerSessionStatsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GetCustomerSessionStatsResponse>.CreateRequest(bool?)
ClientServiceRequest<GetCustomerSessionStatsResponse>.GenerateRequestUri()
ClientServiceRequest<GetCustomerSessionStatsResponse>.GetBody()
ClientServiceRequest<GetCustomerSessionStatsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GetCustomerSessionStatsResponse>.ETagAction
ClientServiceRequest<GetCustomerSessionStatsResponse>.ModifyRequest
ClientServiceRequest<GetCustomerSessionStatsResponse>.ValidateParameters
ClientServiceRequest<GetCustomerSessionStatsResponse>.ApiVersion
ClientServiceRequest<GetCustomerSessionStatsResponse>.RequestParameters
ClientServiceRequest<GetCustomerSessionStatsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class StatsResource.GetSessionRequest : CloudSearchBaseServiceRequest<GetCustomerSessionStatsResponse>, IClientServiceRequest<GetCustomerSessionStatsResponse>, IClientServiceRequest

Constructors

GetSessionRequest(IClientService)

Constructs a new GetSession request.

Declaration
public GetSessionRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

FromDateDay

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

Declaration
[RequestParameter("fromDate.day", RequestParameterType.Query)]
public virtual int? FromDateDay { get; set; }
Property Value
Type Description
int?

FromDateMonth

Month of date. Must be from 1 to 12.

Declaration
[RequestParameter("fromDate.month", RequestParameterType.Query)]
public virtual int? FromDateMonth { get; set; }
Property Value
Type Description
int?

FromDateYear

Year of date. Must be from 1 to 9999.

Declaration
[RequestParameter("fromDate.year", RequestParameterType.Query)]
public virtual int? FromDateYear { get; set; }
Property Value
Type Description
int?

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GetCustomerSessionStatsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GetCustomerSessionStatsResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GetCustomerSessionStatsResponse>.RestPath

ToDateDay

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

Declaration
[RequestParameter("toDate.day", RequestParameterType.Query)]
public virtual int? ToDateDay { get; set; }
Property Value
Type Description
int?

ToDateMonth

Month of date. Must be from 1 to 12.

Declaration
[RequestParameter("toDate.month", RequestParameterType.Query)]
public virtual int? ToDateMonth { get; set; }
Property Value
Type Description
int?

ToDateYear

Year of date. Must be from 1 to 9999.

Declaration
[RequestParameter("toDate.year", RequestParameterType.Query)]
public virtual int? ToDateYear { get; set; }
Property Value
Type Description
int?

Methods

InitParameters()

Initializes GetSession parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudSearchBaseServiceRequest<GetCustomerSessionStatsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX