|
drive
v2
|
#include <drive_service.h>
Public Member Functions | |
| RepliesResource (DriveService *service) | |
| ~RepliesResource () | |
| RepliesResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &file_id, const absl::string_view &comment_id, const absl::string_view &reply_id) const |
| RepliesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &file_id, const absl::string_view &comment_id, const absl::string_view &reply_id) const |
| RepliesResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &file_id, const absl::string_view &comment_id, const CommentReply &_content_) const |
| RepliesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &file_id, const absl::string_view &comment_id) const |
| RepliesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &file_id, const absl::string_view &comment_id) const |
| RepliesResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &file_id, const absl::string_view &comment_id, const absl::string_view &reply_id, const CommentReply &_content_) const |
| RepliesResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &file_id, const absl::string_view &comment_id, const absl::string_view &reply_id, const CommentReply &_content_) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
| [in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
| RepliesResource_DeleteMethod * google_drive_api::DriveService::RepliesResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | file_id, | ||
| const absl::string_view & | comment_id, | ||
| const absl::string_view & | reply_id | ||
| ) | const |
Creates a new RepliesResource_DeleteMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | file_id | The ID of the file. |
| [in] | comment_id | The ID of the comment. |
| [in] | reply_id | The ID of the reply. |
Execute the method instance, then destroy it when they are finished. | RepliesResource_GetMethod * google_drive_api::DriveService::RepliesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | file_id, | ||
| const absl::string_view & | comment_id, | ||
| const absl::string_view & | reply_id | ||
| ) | const |
Creates a new RepliesResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | file_id | The ID of the file. |
| [in] | comment_id | The ID of the comment. |
| [in] | reply_id | The ID of the reply. |
Execute the method instance, then destroy it when they are finished. | RepliesResource_InsertMethod * google_drive_api::DriveService::RepliesResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | file_id, | ||
| const absl::string_view & | comment_id, | ||
| const CommentReply & | _content_ | ||
| ) | const |
Creates a new RepliesResource_InsertMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | file_id | The ID of the file. |
| [in] | comment_id | The ID of the comment. |
| [in] | <em>content</em> | The data object to insert. |
Execute the method instance, then destroy it when they are finished. | RepliesResource_ListMethod * google_drive_api::DriveService::RepliesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | file_id, | ||
| const absl::string_view & | comment_id | ||
| ) | const |
Creates a new RepliesResource_ListMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | file_id | The ID of the file. |
| [in] | comment_id | The ID of the comment. |
Execute the method instance, then destroy it when they are finished. | RepliesResource_ListMethodPager * google_drive_api::DriveService::RepliesResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | file_id, | ||
| const absl::string_view & | comment_id | ||
| ) | const |
Creates a pager for iterating over incremental result pages.
| [in] | <em>credential</em> | NULL credentials will not authorize the request. |
| [in] | file_id | The ID of the file. |
| [in] | comment_id | The ID of the comment. |
| RepliesResource_PatchMethod * google_drive_api::DriveService::RepliesResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | file_id, | ||
| const absl::string_view & | comment_id, | ||
| const absl::string_view & | reply_id, | ||
| const CommentReply & | _content_ | ||
| ) | const |
Creates a new RepliesResource_PatchMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | file_id | The ID of the file. |
| [in] | comment_id | The ID of the comment. |
| [in] | reply_id | The ID of the reply. |
| [in] | <em>content</em> | The data object to patch. |
Execute the method instance, then destroy it when they are finished. | RepliesResource_UpdateMethod * google_drive_api::DriveService::RepliesResource::NewUpdateMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | file_id, | ||
| const absl::string_view & | comment_id, | ||
| const absl::string_view & | reply_id, | ||
| const CommentReply & | _content_ | ||
| ) | const |
Creates a new RepliesResource_UpdateMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | file_id | The ID of the file. |
| [in] | comment_id | The ID of the comment. |
| [in] | reply_id | The ID of the reply. |
| [in] | <em>content</em> | The data object to update. |
Execute the method instance, then destroy it when they are finished.