calendar  v3
Public Member Functions | List of all members
google_calendar_api::CalendarService::SettingsResource Class Reference

#include <calendar_service.h>

Public Member Functions

 SettingsResource (CalendarService *service)
 
 ~SettingsResource ()
 
SettingsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &setting) const
 
SettingsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_) const
 
SettingsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_) const
 
SettingsResource_WatchMethodNewWatchMethod (client::AuthorizationCredential *_credential_, const Channel &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ SettingsResource()

google_calendar_api::CalendarService::SettingsResource::SettingsResource ( CalendarService 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.

◆ ~SettingsResource()

google_calendar_api::CalendarService::SettingsResource::~SettingsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetMethod()

SettingsResource_GetMethod * google_calendar_api::CalendarService::SettingsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  setting 
) const

Creates a new SettingsResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]settingThe id of the user setting.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

SettingsResource_ListMethod * google_calendar_api::CalendarService::SettingsResource::NewListMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new SettingsResource_ListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

SettingsResource_ListMethodPager * google_calendar_api::CalendarService::SettingsResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_) const

Creates a pager for iterating over incremental result pages.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewWatchMethod()

SettingsResource_WatchMethod * google_calendar_api::CalendarService::SettingsResource::NewWatchMethod ( client::AuthorizationCredential *  _credential_,
const Channel _content_ 
) const

Creates a new SettingsResource_WatchMethod instance.

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