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

#include <you_tube_service.h>

Public Member Functions

 LiveChatBansResource (YouTubeService *service)
 
 ~LiveChatBansResource ()
 
LiveChatBansResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &id) const
 
LiveChatBansResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &part, const LiveChatBan &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ LiveChatBansResource()

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

◆ ~LiveChatBansResource()

google_youtube_api::YouTubeService::LiveChatBansResource::~LiveChatBansResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

LiveChatBansResource_DeleteMethod * google_youtube_api::YouTubeService::LiveChatBansResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  id 
) const

Creates a new LiveChatBansResource_DeleteMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]idThe id parameter identifies the chat ban to remove. The value uniquely identifies both the ban and the chat.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

LiveChatBansResource_InsertMethod * google_youtube_api::YouTubeService::LiveChatBansResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  part,
const LiveChatBan _content_ 
) const

Creates a new LiveChatBansResource_InsertMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]partThe part parameter serves two purposes in this operation. It identifies the properties that the write operation will set as well as the properties that the API response returns. Set the parameter value to snippet.
[in]<em>content</em>The data object to insert.
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: