Show / Hide Table of Contents

Class TeamdrivesResource.InsertRequest

Deprecated: Use drives.insert instead.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<TeamDrive>
DriveBaseServiceRequest<TeamDrive>
TeamdrivesResource.InsertRequest
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.InsertRequest : DriveBaseServiceRequest<TeamDrive>, IClientServiceRequest<TeamDrive>, IClientServiceRequest

Constructors

InsertRequest(IClientService, TeamDrive, string)

Constructs a new Insert request.

Declaration
public InsertRequest(IClientService service, TeamDrive body, string requestId)
Parameters
Type Name Description
IClientService service
TeamDrive body
string requestId

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

RequestId

Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned.

Declaration
[RequestParameter("requestId", RequestParameterType.Query)]
public virtual string RequestId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Insert parameter list.

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

Implements

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