drive  v2
Classes | Properties | List of all members
Google.Apis.Drive.v2.Data.App Class Reference

The apps resource provides a list of the apps that a user has installed, with information about each app's supported MIME types, file extensions, and other details. More...

Inheritance diagram for Google.Apis.Drive.v2.Data.App:
Google::Apis::Requests::IDirectResponseSchema

Classes

class  IconsData
 

Properties

virtual System.Nullable< bool > Authorized [get, set]
 Whether the app is authorized to access data on the user's Drive. More...
 
virtual string CreateInFolderTemplate [get, set]
 The template url to create a new file with this app in a given folder. The template will contain {folderId} to be replaced by the folder to create the new file in. More...
 
virtual string CreateUrl [get, set]
 The url to create a new file with this app. More...
 
virtual System.Nullable< bool > HasDriveWideScope [get, set]
 Whether the app has drive-wide scope. An app with drive-wide scope can access all files in the user's drive. More...
 
virtual System.Collections.Generic.IList< App.IconsDataIcons [get, set]
 The various icons for the app. More...
 
virtual string Id [get, set]
 The ID of the app. More...
 
virtual System.Nullable< bool > Installed [get, set]
 Whether the app is installed. More...
 
virtual string Kind [get, set]
 This is always drive::app. More...
 
virtual string LongDescription [get, set]
 A long description of the app. More...
 
virtual string Name [get, set]
 The name of the app. More...
 
virtual string ObjectType [get, set]
 The type of object this app creates (e.g. Chart). If empty, the app name should be used instead. More...
 
virtual string OpenUrlTemplate [get, set]
 The template url for opening files with this app. The template will contain {ids} and/or {exportIds} to be replaced by the actual file ids. See Open Files for the full documentation. More...
 
virtual System.Collections.Generic.IList< string > PrimaryFileExtensions [get, set]
 The list of primary file extensions. More...
 
virtual System.Collections.Generic.IList< string > PrimaryMimeTypes [get, set]
 The list of primary mime types. More...
 
virtual string ProductId [get, set]
 The ID of the product listing for this app. More...
 
virtual string ProductUrl [get, set]
 A link to the product listing for this app. More...
 
virtual System.Collections.Generic.IList< string > SecondaryFileExtensions [get, set]
 The list of secondary file extensions. More...
 
virtual System.Collections.Generic.IList< string > SecondaryMimeTypes [get, set]
 The list of secondary mime types. More...
 
virtual string ShortDescription [get, set]
 A short description of the app. More...
 
virtual System.Nullable< bool > SupportsCreate [get, set]
 Whether this app supports creating new objects. More...
 
virtual System.Nullable< bool > SupportsImport [get, set]
 Whether this app supports importing Google Docs. More...
 
virtual System.Nullable< bool > SupportsMultiOpen [get, set]
 Whether this app supports opening more than one file. More...
 
virtual System.Nullable< bool > SupportsOfflineCreate [get, set]
 Whether this app supports creating new files when offline. More...
 
virtual System.Nullable< bool > UseByDefault [get, set]
 Whether the app is selected as the default handler for the types it supports. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

The apps resource provides a list of the apps that a user has installed, with information about each app's supported MIME types, file extensions, and other details.

Property Documentation

◆ Authorized

virtual System.Nullable<bool> Google.Apis.Drive.v2.Data.App.Authorized
getset

Whether the app is authorized to access data on the user's Drive.

◆ CreateInFolderTemplate

virtual string Google.Apis.Drive.v2.Data.App.CreateInFolderTemplate
getset

The template url to create a new file with this app in a given folder. The template will contain {folderId} to be replaced by the folder to create the new file in.

◆ CreateUrl

virtual string Google.Apis.Drive.v2.Data.App.CreateUrl
getset

The url to create a new file with this app.

◆ ETag

virtual string Google.Apis.Drive.v2.Data.App.ETag
getset

The ETag of the item.

◆ HasDriveWideScope

virtual System.Nullable<bool> Google.Apis.Drive.v2.Data.App.HasDriveWideScope
getset

Whether the app has drive-wide scope. An app with drive-wide scope can access all files in the user's drive.

◆ Icons

virtual System.Collections.Generic.IList<App.IconsData> Google.Apis.Drive.v2.Data.App.Icons
getset

The various icons for the app.

◆ Id

virtual string Google.Apis.Drive.v2.Data.App.Id
getset

The ID of the app.

◆ Installed

virtual System.Nullable<bool> Google.Apis.Drive.v2.Data.App.Installed
getset

Whether the app is installed.

◆ Kind

virtual string Google.Apis.Drive.v2.Data.App.Kind
getset

This is always drive::app.

◆ LongDescription

virtual string Google.Apis.Drive.v2.Data.App.LongDescription
getset

A long description of the app.

◆ Name

virtual string Google.Apis.Drive.v2.Data.App.Name
getset

The name of the app.

◆ ObjectType

virtual string Google.Apis.Drive.v2.Data.App.ObjectType
getset

The type of object this app creates (e.g. Chart). If empty, the app name should be used instead.

◆ OpenUrlTemplate

virtual string Google.Apis.Drive.v2.Data.App.OpenUrlTemplate
getset

The template url for opening files with this app. The template will contain {ids} and/or {exportIds} to be replaced by the actual file ids. See Open Files for the full documentation.

◆ PrimaryFileExtensions

virtual System.Collections.Generic.IList<string> Google.Apis.Drive.v2.Data.App.PrimaryFileExtensions
getset

The list of primary file extensions.

◆ PrimaryMimeTypes

virtual System.Collections.Generic.IList<string> Google.Apis.Drive.v2.Data.App.PrimaryMimeTypes
getset

The list of primary mime types.

◆ ProductId

virtual string Google.Apis.Drive.v2.Data.App.ProductId
getset

The ID of the product listing for this app.

◆ ProductUrl

virtual string Google.Apis.Drive.v2.Data.App.ProductUrl
getset

A link to the product listing for this app.

◆ SecondaryFileExtensions

virtual System.Collections.Generic.IList<string> Google.Apis.Drive.v2.Data.App.SecondaryFileExtensions
getset

The list of secondary file extensions.

◆ SecondaryMimeTypes

virtual System.Collections.Generic.IList<string> Google.Apis.Drive.v2.Data.App.SecondaryMimeTypes
getset

The list of secondary mime types.

◆ ShortDescription

virtual string Google.Apis.Drive.v2.Data.App.ShortDescription
getset

A short description of the app.

◆ SupportsCreate

virtual System.Nullable<bool> Google.Apis.Drive.v2.Data.App.SupportsCreate
getset

Whether this app supports creating new objects.

◆ SupportsImport

virtual System.Nullable<bool> Google.Apis.Drive.v2.Data.App.SupportsImport
getset

Whether this app supports importing Google Docs.

◆ SupportsMultiOpen

virtual System.Nullable<bool> Google.Apis.Drive.v2.Data.App.SupportsMultiOpen
getset

Whether this app supports opening more than one file.

◆ SupportsOfflineCreate

virtual System.Nullable<bool> Google.Apis.Drive.v2.Data.App.SupportsOfflineCreate
getset

Whether this app supports creating new files when offline.

◆ UseByDefault

virtual System.Nullable<bool> Google.Apis.Drive.v2.Data.App.UseByDefault
getset

Whether the app is selected as the default handler for the types it supports.


The documentation for this class was generated from the following file: