calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Public Member Functions | Protected Member Functions | Properties | List of all members
Google.Apis.Calendar.v3.AclResource.WatchRequest Class Reference

Watch for changes to ACL resources. More...

Inheritance diagram for Google.Apis.Calendar.v3.AclResource.WatchRequest:
Google.Apis.Calendar.v3.CalendarBaseServiceRequest< TResponse > Google::Apis::Requests::ClientServiceRequest-g< class > Google::Apis::Requests::IClientServiceRequest

Public Member Functions

 WatchRequest (Google.Apis.Services.IClientService service, Google.Apis.Calendar.v3.Data.Channel body, string calendarId)
 Constructs a new Watch request.

Protected Member Functions

override object GetBody ()
 summary>Gets the method name.
override void InitParameters ()
 Initializes Watch parameter list.
- Protected Member Functions inherited from Google.Apis.Calendar.v3.CalendarBaseServiceRequest< TResponse >
 CalendarBaseServiceRequest (Google.Apis.Services.IClientService service)
 Constructs a new CalendarBaseServiceRequest instance.
- Protected Member Functions inherited from Google::Apis::Requests::ClientServiceRequest-g< class >
 ClientServiceRequest (IClientService service)
string GenerateRequestUri ()

Properties

virtual string CalendarId [get, set]
 Calendar identifier.
virtual string PageToken [get, set]
 Token specifying which result page to return. Optional.
virtual string SyncToken [get, set]
 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. All entries deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False. 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.
virtual System.Nullable< int > MaxResults [get, set]
 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.
virtual System.Nullable< bool > ShowDeleted [get, set]
 Whether to include deleted ACLs in the result. Deleted ACLs are represented by role equal to "none". Deleted ACLs will always be included if syncToken is provided. Optional. The default is False.
override string MethodName [get]
 summary>Gets the HTTP method.
override string HttpMethod [get]
 summary>Gets the REST path.
override string RestPath [get]
- Properties inherited from Google.Apis.Calendar.v3.CalendarBaseServiceRequest< TResponse >
virtual System.Nullable< AltEnumAlt [get, set]
 Data format for the response.
virtual string Fields [get, set]
 Selector specifying which fields to include in a partial response.
virtual string Key [get, set]
 API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
virtual string OauthToken [get, set]
 OAuth 2.0 token for the current user.
virtual System.Nullable< bool > PrettyPrint [get, set]
 Returns response with indentations and line breaks.
virtual string QuotaUser [get, set]
 Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
virtual string UserIp [get, set]
 IP address of the site where the request originates. Use this if you want to enforce per-user limits.
- Properties inherited from Google::Apis::Requests::ClientServiceRequest-g< class >
ETagAction ETagAction
abstract string MethodName
abstract string RestPath
abstract string HttpMethod
IDictionary< string, IParameter > RequestParameters
IClientService Service
- Properties inherited from Google::Apis::Requests::IClientServiceRequest
string MethodName
string RestPath
string HttpMethod
IDictionary< string, IParameter > RequestParameters
IClientService Service

Additional Inherited Members

- Public Types inherited from Google.Apis.Calendar.v3.CalendarBaseServiceRequest< TResponse >
enum  AltEnum
 Data format for the response. More...

Detailed Description

Watch for changes to ACL resources.

Constructor & Destructor Documentation

Google.Apis.Calendar.v3.AclResource.WatchRequest.WatchRequest ( Google.Apis.Services.IClientService  service,
Google.Apis.Calendar.v3.Data.Channel  body,
string  calendarId 
)
inline

Constructs a new Watch request.

Member Function Documentation

override object Google.Apis.Calendar.v3.AclResource.WatchRequest.GetBody ( )
inlineprotectedvirtual

summary>Gets the method name.

Reimplemented from Google::Apis::Requests::ClientServiceRequest-g< class >.

override void Google.Apis.Calendar.v3.AclResource.WatchRequest.InitParameters ( )
inlineprotectedvirtual

Initializes Watch parameter list.

Reimplemented from Google.Apis.Calendar.v3.CalendarBaseServiceRequest< TResponse >.

Property Documentation

virtual string Google.Apis.Calendar.v3.AclResource.WatchRequest.CalendarId
getset

Calendar identifier.

override string Google.Apis.Calendar.v3.AclResource.WatchRequest.HttpMethod
get

summary>Gets the REST path.

virtual System.Nullable<int> Google.Apis.Calendar.v3.AclResource.WatchRequest.MaxResults
getset

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.

[minimum: 1]

override string Google.Apis.Calendar.v3.AclResource.WatchRequest.MethodName
get

summary>Gets the HTTP method.

virtual string Google.Apis.Calendar.v3.AclResource.WatchRequest.PageToken
getset

Token specifying which result page to return. Optional.

virtual System.Nullable<bool> Google.Apis.Calendar.v3.AclResource.WatchRequest.ShowDeleted
getset

Whether to include deleted ACLs in the result. Deleted ACLs are represented by role equal to "none". Deleted ACLs will always be included if syncToken is provided. Optional. The default is False.

virtual string Google.Apis.Calendar.v3.AclResource.WatchRequest.SyncToken
getset

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. All entries deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False. 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.


The documentation for this class was generated from the following file: