drive  v2
Public Member Functions | List of all members
google_drive_api::DriveService::RepliesResource Class Reference

#include <drive_service.h>

Public Member Functions

 RepliesResource (DriveService *service)
 
 ~RepliesResource ()
 
RepliesResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &file_id, const absl::string_view &comment_id, const absl::string_view &reply_id) const
 
RepliesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &file_id, const absl::string_view &comment_id, const absl::string_view &reply_id) const
 
RepliesResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &file_id, const absl::string_view &comment_id, const CommentReply &_content_) const
 
RepliesResource_ListMethodNewListMethod (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_PatchMethodNewPatchMethod (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_UpdateMethodNewUpdateMethod (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
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ RepliesResource()

google_drive_api::DriveService::RepliesResource::RepliesResource ( DriveService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~RepliesResource()

google_drive_api::DriveService::RepliesResource::~RepliesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]file_idThe ID of the file.
[in]comment_idThe ID of the comment.
[in]reply_idThe ID of the reply.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]file_idThe ID of the file.
[in]comment_idThe ID of the comment.
[in]reply_idThe ID of the reply.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]file_idThe ID of the file.
[in]comment_idThe ID of the comment.
[in]<em>content</em>The data object to insert.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]file_idThe ID of the file.
[in]comment_idThe ID of the comment.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

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.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
[in]file_idThe ID of the file.
[in]comment_idThe ID of the comment.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewPatchMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]file_idThe ID of the file.
[in]comment_idThe ID of the comment.
[in]reply_idThe ID of the reply.
[in]<em>content</em>The data object to patch.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUpdateMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]file_idThe ID of the file.
[in]comment_idThe ID of the comment.
[in]reply_idThe ID of the reply.
[in]<em>content</em>The data object to update.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

The documentation for this class was generated from the following files: