Show / Hide Table of Contents

Class PermissionsResource.UpdateRequest

Updates a permission.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Permission>
DriveBaseServiceRequest<Permission>
PermissionsResource.UpdateRequest
Implements
IClientServiceRequest<Permission>
IClientServiceRequest
Inherited Members
DriveBaseServiceRequest<Permission>.Alt
DriveBaseServiceRequest<Permission>.Fields
DriveBaseServiceRequest<Permission>.Key
DriveBaseServiceRequest<Permission>.OauthToken
DriveBaseServiceRequest<Permission>.PrettyPrint
DriveBaseServiceRequest<Permission>.QuotaUser
DriveBaseServiceRequest<Permission>.UserIp
ClientServiceRequest<Permission>.Execute()
ClientServiceRequest<Permission>.ExecuteAsStream()
ClientServiceRequest<Permission>.ExecuteAsync()
ClientServiceRequest<Permission>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Permission>.ExecuteAsStreamAsync()
ClientServiceRequest<Permission>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Permission>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Permission>.GenerateRequestUri()
ClientServiceRequest<Permission>.GetDefaultETagAction(String)
ClientServiceRequest<Permission>.ETagAction
ClientServiceRequest<Permission>.ModifyRequest
ClientServiceRequest<Permission>.ValidateParameters
ClientServiceRequest<Permission>.RequestParameters
ClientServiceRequest<Permission>.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.v2
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class UpdateRequest : DriveBaseServiceRequest<Permission>, IClientServiceRequest<Permission>, IClientServiceRequest

Constructors

UpdateRequest(IClientService, Permission, String, String)

Constructs a new Update request.

Declaration
public UpdateRequest(IClientService service, Permission body, string fileId, string permissionId)
Parameters
Type Name Description
IClientService service
Permission body
System.String fileId
System.String permissionId

Properties

FileId

The ID for the file or shared drive.

Declaration
[RequestParameter("fileId", RequestParameterType.Path)]
public virtual string FileId { get; }
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.v2.Data.Permission>.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.Drive.v2.Data.Permission>.MethodName

PermissionId

The ID for the permission.

Declaration
[RequestParameter("permissionId", RequestParameterType.Path)]
public virtual string PermissionId { get; }
Property Value
Type Description
System.String

RemoveExpiration

Whether to remove the expiration date.

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

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.v2.Data.Permission>.RestPath

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>

TransferOwnership

Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. File owners can only transfer ownership of files existing on My Drive. Files existing in a shared drive are owned by the organization that owns that shared drive. Ownership transfers are not supported for files and folders in shared drives. Organizers of a shared drive can move items from that shared drive into their My Drive which transfers the ownership to them.

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

UseDomainAdminAccess

Issue the request as a domain administrator; if set to true, then the requester will be granted access if the file ID parameter refers to a shared drive and the requester is an administrator of the domain to which the shared drive belongs.

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

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.v2.Data.Permission>.GetBody()

InitParameters()

Initializes Update parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX