Class SettingsResource.ListRequest
Returns all user settings for the authenticated user.
Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<
Settings>
SettingsResource.ListRequest
Implements
Google.Apis.Requests.IClientServiceRequest<
Settings>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.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()
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class ListRequest : CalendarBaseServiceRequest<Settings>, IClientServiceRequest<Settings>, IClientServiceRequest
Constructors
ListRequest(IClientService)
Constructs a new List request.
Declaration
public ListRequest(IClientService service)
Parameters
| Type |
Name |
Description |
| Google.Apis.Services.IClientService |
service |
|
Properties
HttpMethod
Declaration
public override string HttpMethod { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.HttpMethod
MaxResults
Maximum number of entries returned on one result page. By default the value is 100 entries. The page
size can never be larger than 250 entries. Optional.
Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual int? MaxResults { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
MethodName
Declaration
public override string MethodName { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.MethodName
PageToken
Token specifying which result page to return. Optional.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type |
Description |
| System.String |
|
RestPath
Declaration
public override string RestPath { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.RestPath
SyncToken
Token obtained from the nextSyncToken field returned on the last page of results from the previous list
request. It makes the result of this list request contain only entries that have changed since then. If
the syncToken expires, the server will respond with a 410 GONE response code and the client should clear
its storage and perform a full synchronization without any syncToken. Learn more about incremental
synchronization. Optional. The default is to return all entries.
Declaration
[RequestParameter("syncToken", RequestParameterType.Query)]
public virtual string SyncToken { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Calendar.v3.CalendarBaseServiceRequest<Google.Apis.Calendar.v3.Data.Settings>.InitParameters()
Implements
Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest