Table of Contents

Class DrivesResource.GetRequest

Namespace
Google.Apis.Drive.v3
Assembly
Google.Apis.Drive.v3.dll

Gets a shared drive's metadata by ID.

public class DrivesResource.GetRequest : DriveBaseServiceRequest<Drive>
Inheritance
DrivesResource.GetRequest
Inherited Members

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

public GetRequest(IClientService service, string driveId)

Parameters

service IClientService
driveId string

Properties

DriveId

The ID of the shared drive.

public virtual string DriveId { get; }

Property Value

string

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

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 shared drive belongs.

public virtual bool? UseDomainAdminAccess { get; set; }

Property Value

bool?

Methods

InitParameters()

Initializes Get parameter list.

protected override void InitParameters()