Show / Hide Table of Contents

Class TeamdrivesResource.UpdateRequest

Deprecated: Use drives.update instead.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<TeamDrive>
DriveBaseServiceRequest<TeamDrive>
TeamdrivesResource.UpdateRequest
Implements
IClientServiceRequest<TeamDrive>
IClientServiceRequest
Inherited Members
DriveBaseServiceRequest<TeamDrive>.Xgafv
DriveBaseServiceRequest<TeamDrive>.AccessToken
DriveBaseServiceRequest<TeamDrive>.Alt
DriveBaseServiceRequest<TeamDrive>.Callback
DriveBaseServiceRequest<TeamDrive>.Fields
DriveBaseServiceRequest<TeamDrive>.Key
DriveBaseServiceRequest<TeamDrive>.OauthToken
DriveBaseServiceRequest<TeamDrive>.PrettyPrint
DriveBaseServiceRequest<TeamDrive>.QuotaUser
DriveBaseServiceRequest<TeamDrive>.UploadType
DriveBaseServiceRequest<TeamDrive>.UploadProtocol
ClientServiceRequest<TeamDrive>.Execute()
ClientServiceRequest<TeamDrive>.ExecuteAsStream()
ClientServiceRequest<TeamDrive>.ExecuteAsync()
ClientServiceRequest<TeamDrive>.ExecuteAsync(CancellationToken)
ClientServiceRequest<TeamDrive>.ExecuteAsStreamAsync()
ClientServiceRequest<TeamDrive>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<TeamDrive>.CreateRequest(bool?)
ClientServiceRequest<TeamDrive>.GenerateRequestUri()
ClientServiceRequest<TeamDrive>.GetDefaultETagAction(string)
ClientServiceRequest<TeamDrive>.ETagAction
ClientServiceRequest<TeamDrive>.ModifyRequest
ClientServiceRequest<TeamDrive>.ValidateParameters
ClientServiceRequest<TeamDrive>.ApiVersion
ClientServiceRequest<TeamDrive>.RequestParameters
ClientServiceRequest<TeamDrive>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v2
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class TeamdrivesResource.UpdateRequest : DriveBaseServiceRequest<TeamDrive>, IClientServiceRequest<TeamDrive>, IClientServiceRequest

Constructors

UpdateRequest(IClientService, TeamDrive, string)

Constructs a new Update request.

Declaration
public UpdateRequest(IClientService service, TeamDrive body, string teamDriveId)
Parameters
Type Name Description
IClientService service
TeamDrive body
string teamDriveId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<TeamDrive>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<TeamDrive>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<TeamDrive>.RestPath

TeamDriveId

The ID of the Team Drive

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

UseDomainAdminAccess

Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the Team Drive belongs.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<TeamDrive>.GetBody()

InitParameters()

Initializes Update parameter list.

Declaration
protected override void InitParameters()
Overrides
DriveBaseServiceRequest<TeamDrive>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX