|
youtube
v3
|
#include <you_tube_service.h>
Public Member Functions | |
| ThumbnailsResource (YouTubeService *service) | |
| ~ThumbnailsResource () | |
| ThumbnailsResource_SetMethod * | NewSetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &video_id, const StringPiece &_media_content_type_, client::DataReader *_media_content_reader_) 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.
| ThumbnailsResource_SetMethod * google_youtube_api::YouTubeService::ThumbnailsResource::NewSetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | video_id, | ||
| const StringPiece & | _media_content_type_, | ||
| client::DataReader * | _media_content_reader_ | ||
| ) | const |
Creates a new ThumbnailsResource_SetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | video_id | The videoId parameter specifies a YouTube video ID for which the custom video thumbnail is being provided. |
| [in] | <em>media_content_type</em> | The content type of the data in the media_content_reader. |
| [in] | <em>media_content_reader</em> | The media content to set. If this is NULL then do not upload any media and ignore media_content_type. |
Execute the method instance, then destroy it when they are finished.