Show / Hide Table of Contents

Class TeamdrivesResource.GetRequest

Deprecated: Use drives.get instead.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<TeamDrive>
DriveBaseServiceRequest<TeamDrive>
TeamdrivesResource.GetRequest
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>.GetBody()
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.v3
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class TeamdrivesResource.GetRequest : DriveBaseServiceRequest<TeamDrive>, IClientServiceRequest<TeamDrive>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string teamDriveId)
Parameters
Type Name Description
IClientService service
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

InitParameters()

Initializes Get parameter list.

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

Implements

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