youtube  v3
Public Member Functions | List of all members
google_youtube_api::YouTubeService::CommentThreadsResource Class Reference

#include <you_tube_service.h>

Public Member Functions

 CommentThreadsResource (YouTubeService *service)
 
 ~CommentThreadsResource ()
 
CommentThreadsResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &part, const CommentThread &_content_) const
 
CommentThreadsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &part) const
 
CommentThreadsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &part) const
 
CommentThreadsResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &part, const CommentThread &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ CommentThreadsResource()

google_youtube_api::YouTubeService::CommentThreadsResource::CommentThreadsResource ( YouTubeService 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.

◆ ~CommentThreadsResource()

google_youtube_api::YouTubeService::CommentThreadsResource::~CommentThreadsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewInsertMethod()

CommentThreadsResource_InsertMethod * google_youtube_api::YouTubeService::CommentThreadsResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  part,
const CommentThread _content_ 
) const

Creates a new CommentThreadsResource_InsertMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]partThe part parameter identifies the properties that the API response will include. Set the parameter value to snippet. The snippet part has a quota cost of 2 units.
[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()

CommentThreadsResource_ListMethod * google_youtube_api::YouTubeService::CommentThreadsResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  part 
) const

Creates a new CommentThreadsResource_ListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]partThe part parameter specifies a comma-separated list of one or more commentThread resource properties that the API response will include.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

CommentThreadsResource_ListMethodPager * google_youtube_api::YouTubeService::CommentThreadsResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  part 
) const

Creates a pager for iterating over incremental result pages.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
[in]partThe part parameter specifies a comma-separated list of one or more commentThread resource properties that the API response will include.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewUpdateMethod()

CommentThreadsResource_UpdateMethod * google_youtube_api::YouTubeService::CommentThreadsResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  part,
const CommentThread _content_ 
) const

Creates a new CommentThreadsResource_UpdateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]partThe part parameter specifies a comma-separated list of commentThread resource properties that the API response will include. You must at least include the snippet part in the parameter value since that part contains all of the properties that the API request can update.
[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: