Class RepliesResource
The "replies" collection of methods.
Inherited Members
Namespace: Google.Apis.Drive.v3
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class RepliesResource
Constructors
RepliesResource(IClientService)
Constructs a new resource.
Declaration
public RepliesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(Reply, string, string)
Creates a reply to a comment.
Declaration
public virtual RepliesResource.CreateRequest Create(Reply body, string fileId, string commentId)
Parameters
Type | Name | Description |
---|---|---|
Reply | body | The body of the request. |
string | fileId | The ID of the file. |
string | commentId | The ID of the comment. |
Returns
Type | Description |
---|---|
RepliesResource.CreateRequest |
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 by ID.
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 |
List(string, string)
Lists a comment's replies.
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 |
Update(Reply, string, string, string)
Updates a reply with patch semantics.
Declaration
public virtual RepliesResource.UpdateRequest Update(Reply body, string fileId, string commentId, string replyId)
Parameters
Type | Name | Description |
---|---|---|
Reply | 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 |