Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Drive
Collection
RealtimeCollection
Interface RealtimeCollection
interface
RealtimeCollection
{
get
(
fileId
:
string
)
:
void
;
get
(
fileId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
)
:
void
;
update
(
fileId
:
string
)
:
void
;
update
(
fileId
:
string
,
mediaData
:
any
)
:
void
;
update
(
fileId
:
string
,
mediaData
:
any
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
void
;
}
Index
Methods
get
update
Methods
get
get
(
fileId
:
string
)
:
void
Parameters
fileId
:
string
Returns
void
get
(
fileId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
)
:
void
Parameters
fileId
:
string
optionalArgs
:
Record
<
string
,
any
>
Returns
void
update
update
(
fileId
:
string
)
:
void
Parameters
fileId
:
string
Returns
void
update
(
fileId
:
string
,
mediaData
:
any
)
:
void
Parameters
fileId
:
string
mediaData
:
any
Returns
void
update
(
fileId
:
string
,
mediaData
:
any
,
optionalArgs
:
Record
<
string
,
any
>
)
:
void
Parameters
fileId
:
string
mediaData
:
any
optionalArgs
:
Record
<
string
,
any
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
update
Google Apps Script API
Loading...