youtube
v3
|
#include <you_tube_service.h>
Public Member Functions | |
CommentThreadsResource (YouTubeService *service) | |
~CommentThreadsResource () | |
CommentThreadsResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &part, const CommentThread &_content_) const |
CommentThreadsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &part) const |
CommentThreadsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &part) const |
CommentThreadsResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &part, const CommentThread &_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.
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | part | The 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. |
Execute
the method instance, then destroy it when they are finished. CommentThreadsResource_ListMethod * google_youtube_api::YouTubeService::CommentThreadsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | part | ||
) | const |
Creates a new CommentThreadsResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | part | The part parameter specifies a comma-separated list of one or more commentThread resource properties that the API response will include. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | part | The part parameter specifies a comma-separated list of one or more commentThread resource properties that the API response will include. |
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | part | The 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. |
Execute
the method instance, then destroy it when they are finished.