drive  v2
Public Member Functions | List of all members
google_drive_api::DriveService::ChannelsResource Class Reference

#include <drive_service.h>

Public Member Functions

 ChannelsResource (DriveService *service)
 
 ~ChannelsResource ()
 
ChannelsResource_StopMethodNewStopMethod (client::AuthorizationCredential *_credential_, const Channel &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ ChannelsResource()

google_drive_api::DriveService::ChannelsResource::ChannelsResource ( DriveService 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.

◆ ~ChannelsResource()

google_drive_api::DriveService::ChannelsResource::~ChannelsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewStopMethod()

ChannelsResource_StopMethod * google_drive_api::DriveService::ChannelsResource::NewStopMethod ( client::AuthorizationCredential *  _credential_,
const Channel _content_ 
) const

Creates a new ChannelsResource_StopMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]<em>content</em>The data object to stop.
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: