Class RepliesResource
The "replies" collection of methods.
Inheritance
System.Object
RepliesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 new 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. |
System.String | fileId | The ID of the file. |
System.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 |
---|---|---|
System.String | fileId | The ID of the file. |
System.String | commentId | The ID of the comment. |
System.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 |
---|---|---|
System.String | fileId | The ID of the file. |
System.String | commentId | The ID of the comment. |
System.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 |
---|---|---|
System.String | fileId | The ID of the file. |
System.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. |
System.String | fileId | The ID of the file. |
System.String | commentId | The ID of the comment. |
System.String | replyId | The ID of the reply. |
Returns
Type | Description |
---|---|
RepliesResource.UpdateRequest |