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