Class RepliesResource
The "replies" collection of methods.
Inherited Members
Namespace: Google.Apis.Drive.v2
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class RepliesResource
Constructors
RepliesResource(IClientService)
Constructs a new resource.
Declaration
public RepliesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string, string, string)
Deletes a reply.
Declaration
public virtual RepliesResource.DeleteRequest Delete(string fileId, string commentId, string replyId)
Parameters
Type | Name | Description |
---|---|---|
string | fileId | The ID of the file. |
string | commentId | The ID of the comment. |
string | replyId | The ID of the reply. |
Returns
Type | Description |
---|---|
RepliesResource.DeleteRequest |
Get(string, string, string)
Gets a reply.
Declaration
public virtual RepliesResource.GetRequest Get(string fileId, string commentId, string replyId)
Parameters
Type | Name | Description |
---|---|---|
string | fileId | The ID of the file. |
string | commentId | The ID of the comment. |
string | replyId | The ID of the reply. |
Returns
Type | Description |
---|---|
RepliesResource.GetRequest |
Insert(CommentReply, string, string)
Creates a new reply to the given comment.
Declaration
public virtual RepliesResource.InsertRequest Insert(CommentReply body, string fileId, string commentId)
Parameters
Type | Name | Description |
---|---|---|
CommentReply | body | The body of the request. |
string | fileId | The ID of the file. |
string | commentId | The ID of the comment. |
Returns
Type | Description |
---|---|
RepliesResource.InsertRequest |
List(string, string)
Lists all of the replies to a comment.
Declaration
public virtual RepliesResource.ListRequest List(string fileId, string commentId)
Parameters
Type | Name | Description |
---|---|---|
string | fileId | The ID of the file. |
string | commentId | The ID of the comment. |
Returns
Type | Description |
---|---|
RepliesResource.ListRequest |
Patch(CommentReply, string, string, string)
Updates an existing reply.
Declaration
public virtual RepliesResource.PatchRequest Patch(CommentReply body, string fileId, string commentId, string replyId)
Parameters
Type | Name | Description |
---|---|---|
CommentReply | body | The body of the request. |
string | fileId | The ID of the file. |
string | commentId | The ID of the comment. |
string | replyId | The ID of the reply. |
Returns
Type | Description |
---|---|
RepliesResource.PatchRequest |
Update(CommentReply, string, string, string)
Updates an existing reply.
Declaration
public virtual RepliesResource.UpdateRequest Update(CommentReply body, string fileId, string commentId, string replyId)
Parameters
Type | Name | Description |
---|---|---|
CommentReply | body | The body of the request. |
string | fileId | The ID of the file. |
string | commentId | The ID of the comment. |
string | replyId | The ID of the reply. |
Returns
Type | Description |
---|---|
RepliesResource.UpdateRequest |