Class DriveService
The Drive Service.
public class DriveService : BaseClientService
- Inheritance
-
DriveService
Constructors
DriveService()
Constructs a new service.
public DriveService()
DriveService(Initializer)
Constructs a new service.
public DriveService(BaseClientService.Initializer initializer)
Parameters
initializer
InitializerThe service initializer.
Fields
DiscoveryVersionUsed
The discovery version used to generate this service.
public static DiscoveryVersion DiscoveryVersionUsed
Field Value
- DiscoveryVersion
Version
The API version.
public const string Version = "v3"
Field Value
Properties
About
Gets the About resource.
public virtual AboutResource About { get; }
Property Value
BasePath
Gets the service base path.
public override string BasePath { get; }
Property Value
BaseUri
Gets the service base URI.
public override string BaseUri { get; }
Property Value
Changes
Gets the Changes resource.
public virtual ChangesResource Changes { get; }
Property Value
Channels
Gets the Channels resource.
public virtual ChannelsResource Channels { get; }
Property Value
Comments
Gets the Comments resource.
public virtual CommentsResource Comments { get; }
Property Value
Drives
Gets the Drives resource.
public virtual DrivesResource Drives { get; }
Property Value
Features
Gets the service supported features.
public override IList<string> Features { get; }
Property Value
Files
Gets the Files resource.
public virtual FilesResource Files { get; }
Property Value
Name
Gets the service name.
public override string Name { get; }
Property Value
Permissions
Gets the Permissions resource.
public virtual PermissionsResource Permissions { get; }
Property Value
Replies
Gets the Replies resource.
public virtual RepliesResource Replies { get; }
Property Value
Revisions
Gets the Revisions resource.
public virtual RevisionsResource Revisions { get; }
Property Value
Teamdrives
Gets the Teamdrives resource.
public virtual TeamdrivesResource Teamdrives { get; }