Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Drive
Collection
DrivesCollection
Interface DrivesCollection
interface
DrivesCollection
{
get
(
driveId
:
string
)
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
;
get
(
driveId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
;
hide
(
driveId
:
string
)
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
;
insert
(
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
,
requestId
:
string
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
;
list
()
:
GoogleAppsScript
.
Drive
.
Schema
.
DriveList
;
list
(
optionalArgs
:
Record
<
string
,
any
>
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
DriveList
;
remove
(
driveId
:
string
)
:
void
;
unhide
(
driveId
:
string
)
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
;
update
(
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
,
driveId
:
string
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
;
update
(
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
,
driveId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
;
}
Index
Methods
get
hide
insert
list
remove
unhide
update
Methods
get
get
(
driveId
:
string
)
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
Parameters
driveId
:
string
Returns
GoogleAppsScript
.
Drive
.
Schema
.
Drive
get
(
driveId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
Parameters
driveId
:
string
optionalArgs
:
Record
<
string
,
any
>
Returns
GoogleAppsScript
.
Drive
.
Schema
.
Drive
hide
hide
(
driveId
:
string
)
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
Parameters
driveId
:
string
Returns
GoogleAppsScript
.
Drive
.
Schema
.
Drive
insert
insert
(
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
,
requestId
:
string
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
Parameters
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
requestId
:
string
Returns
GoogleAppsScript
.
Drive
.
Schema
.
Drive
list
list
()
:
GoogleAppsScript
.
Drive
.
Schema
.
DriveList
Returns
GoogleAppsScript
.
Drive
.
Schema
.
DriveList
list
(
optionalArgs
:
Record
<
string
,
any
>
)
:
GoogleAppsScript
.
Drive
.
Schema
.
DriveList
Parameters
optionalArgs
:
Record
<
string
,
any
>
Returns
GoogleAppsScript
.
Drive
.
Schema
.
DriveList
remove
remove
(
driveId
:
string
)
:
void
Parameters
driveId
:
string
Returns
void
unhide
unhide
(
driveId
:
string
)
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
Parameters
driveId
:
string
Returns
GoogleAppsScript
.
Drive
.
Schema
.
Drive
update
update
(
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
,
driveId
:
string
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
Parameters
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
driveId
:
string
Returns
GoogleAppsScript
.
Drive
.
Schema
.
Drive
update
(
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
,
driveId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
Parameters
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
Drive
driveId
:
string
optionalArgs
:
Record
<
string
,
any
>
Returns
GoogleAppsScript
.
Drive
.
Schema
.
Drive
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
hide
insert
list
remove
unhide
update
Google Apps Script API
Loading...