Show / Hide Table of Contents

Class ChangesResource.WatchRequest

Subscribes to changes for a user.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Channel>
DriveBaseServiceRequest<Channel>
ChangesResource.WatchRequest
Implements
IClientServiceRequest<Channel>
IClientServiceRequest
Inherited Members
DriveBaseServiceRequest<Channel>.Alt
DriveBaseServiceRequest<Channel>.Fields
DriveBaseServiceRequest<Channel>.Key
DriveBaseServiceRequest<Channel>.OauthToken
DriveBaseServiceRequest<Channel>.PrettyPrint
DriveBaseServiceRequest<Channel>.QuotaUser
DriveBaseServiceRequest<Channel>.UserIp
ClientServiceRequest<Channel>.Execute()
ClientServiceRequest<Channel>.ExecuteAsStream()
ClientServiceRequest<Channel>.ExecuteAsync()
ClientServiceRequest<Channel>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Channel>.ExecuteAsStreamAsync()
ClientServiceRequest<Channel>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Channel>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Channel>.GenerateRequestUri()
ClientServiceRequest<Channel>.GetDefaultETagAction(String)
ClientServiceRequest<Channel>.ETagAction
ClientServiceRequest<Channel>.ModifyRequest
ClientServiceRequest<Channel>.RequestParameters
ClientServiceRequest<Channel>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
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.Drive.v3
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class WatchRequest : DriveBaseServiceRequest<Channel>, IClientServiceRequest<Channel>, IClientServiceRequest

Constructors

WatchRequest(IClientService, Channel, String)

Constructs a new Watch request.

Declaration
public WatchRequest(IClientService service, Channel body, string pageToken)
Parameters
Type Name Description
IClientService service
Channel body
System.String pageToken

Properties

DriveId

The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier.

Declaration
[RequestParameter("driveId", RequestParameterType.Query)]
public virtual string DriveId { get; set; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Drive.v3.Data.Channel>.HttpMethod

IncludeCorpusRemovals

Whether changes should include the file resource if the file is still accessible by the user at the time of the request, even when a file was removed from the list of changes and there will be no further change entries for this file.

Declaration
[RequestParameter("includeCorpusRemovals", RequestParameterType.Query)]
public virtual bool? IncludeCorpusRemovals { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

IncludeItemsFromAllDrives

Whether both My Drive and shared drive items should be included in results.

Declaration
[RequestParameter("includeItemsFromAllDrives", RequestParameterType.Query)]
public virtual bool? IncludeItemsFromAllDrives { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

IncludePermissionsForView

Specifies which additional view's permissions to include in the response. Only 'published' is supported.

Declaration
[RequestParameter("includePermissionsForView", RequestParameterType.Query)]
public virtual string IncludePermissionsForView { get; set; }
Property Value
Type Description
System.String

IncludeRemoved

Whether to include changes indicating that items have been removed from the list of changes, for example by deletion or loss of access.

Declaration
[RequestParameter("includeRemoved", RequestParameterType.Query)]
public virtual bool? IncludeRemoved { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

IncludeTeamDriveItems

Deprecated use includeItemsFromAllDrives instead.

Declaration
[RequestParameter("includeTeamDriveItems", RequestParameterType.Query)]
public virtual bool? IncludeTeamDriveItems { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Drive.v3.Data.Channel>.MethodName

PageSize

The maximum number of changes to return per page.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

PageToken

The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Drive.v3.Data.Channel>.RestPath

RestrictToMyDrive

Whether to restrict the results to changes inside the My Drive hierarchy. This omits changes to files such as those in the Application Data folder or shared files which have not been added to My Drive.

Declaration
[RequestParameter("restrictToMyDrive", RequestParameterType.Query)]
public virtual bool? RestrictToMyDrive { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Spaces

A comma-separated list of spaces to query within the user corpus. Supported values are 'drive', 'appDataFolder' and 'photos'.

Declaration
[RequestParameter("spaces", RequestParameterType.Query)]
public virtual string Spaces { get; set; }
Property Value
Type Description
System.String

SupportsAllDrives

Whether the requesting application supports both My Drives and shared drives.

Declaration
[RequestParameter("supportsAllDrives", RequestParameterType.Query)]
public virtual bool? SupportsAllDrives { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

SupportsTeamDrives

Deprecated use supportsAllDrives instead.

Declaration
[RequestParameter("supportsTeamDrives", RequestParameterType.Query)]
public virtual bool? SupportsTeamDrives { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

TeamDriveId

Deprecated use driveId instead.

Declaration
[RequestParameter("teamDriveId", RequestParameterType.Query)]
public virtual string TeamDriveId { get; set; }
Property Value
Type Description
System.String

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.Drive.v3.Data.Channel>.GetBody()

InitParameters()

Initializes Watch parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Drive.v3.DriveBaseServiceRequest<Google.Apis.Drive.v3.Data.Channel>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top