Show / Hide Table of Contents

Class FreebusyResource.QueryRequest

Returns free/busy information for a set of calendars.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<FreeBusyResponse>
CalendarBaseServiceRequest<FreeBusyResponse>
FreebusyResource.QueryRequest
Implements
Google.Apis.Requests.IClientServiceRequest<FreeBusyResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
CalendarBaseServiceRequest<FreeBusyResponse>.Alt
CalendarBaseServiceRequest<FreeBusyResponse>.Fields
CalendarBaseServiceRequest<FreeBusyResponse>.Key
CalendarBaseServiceRequest<FreeBusyResponse>.OauthToken
CalendarBaseServiceRequest<FreeBusyResponse>.PrettyPrint
CalendarBaseServiceRequest<FreeBusyResponse>.QuotaUser
CalendarBaseServiceRequest<FreeBusyResponse>.UserIp
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.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.Calendar.v3
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class QueryRequest : CalendarBaseServiceRequest<FreeBusyResponse>, IClientServiceRequest<FreeBusyResponse>, IClientServiceRequest

Constructors

QueryRequest(IClientService, FreeBusyRequest)

Constructs a new Query request.

Declaration
public QueryRequest(IClientService service, FreeBusyRequest body)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
FreeBusyRequest body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.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.Calendar.v3.Data.FreeBusyResponse>.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.Calendar.v3.Data.FreeBusyResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.GetBody()

InitParameters()

Initializes Query parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Calendar.v3.CalendarBaseServiceRequest<Google.Apis.Calendar.v3.Data.FreeBusyResponse>.InitParameters()

Implements

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