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

#include <you_tube_service.h>

Public Member Functions

 SuperChatEventsResource (YouTubeService *service)
 
 ~SuperChatEventsResource ()
 
SuperChatEventsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &part) const
 
SuperChatEventsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &part) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ SuperChatEventsResource()

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

◆ ~SuperChatEventsResource()

google_youtube_api::YouTubeService::SuperChatEventsResource::~SuperChatEventsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewListMethod()

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

Creates a new SuperChatEventsResource_ListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]partThe part parameter specifies the superChatEvent resource parts that the API response will include. Supported values are id and snippet.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

SuperChatEventsResource_ListMethodPager * google_youtube_api::YouTubeService::SuperChatEventsResource::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 the superChatEvent resource parts that the API response will include. Supported values are id and snippet.
See also
googleapis::googleapis::ServiceRequestPager

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