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

#include <calendar_service.h>

Public Member Functions

 AclResource (CalendarService *service)
 
 ~AclResource ()
 
AclResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const absl::string_view &rule_id) const
 
AclResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const absl::string_view &rule_id) const
 
AclResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const AclRule &_content_) const
 
AclResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id) const
 
AclResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id) const
 
AclResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const absl::string_view &rule_id, const AclRule &_content_) const
 
AclResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const absl::string_view &rule_id, const AclRule &_content_) const
 
AclResource_WatchMethodNewWatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const Channel &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ AclResource()

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

◆ ~AclResource()

google_calendar_api::CalendarService::AclResource::~AclResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

AclResource_DeleteMethod * google_calendar_api::CalendarService::AclResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  calendar_id,
const absl::string_view &  rule_id 
) const

Creates a new AclResource_DeleteMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]calendar_idCalendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
[in]rule_idACL rule identifier.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

AclResource_GetMethod * google_calendar_api::CalendarService::AclResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  calendar_id,
const absl::string_view &  rule_id 
) const

Creates a new AclResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]calendar_idCalendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
[in]rule_idACL rule identifier.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

AclResource_InsertMethod * google_calendar_api::CalendarService::AclResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  calendar_id,
const AclRule _content_ 
) const

Creates a new AclResource_InsertMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]calendar_idCalendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
[in]<em>content</em>The data object to insert.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

AclResource_ListMethod * google_calendar_api::CalendarService::AclResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  calendar_id 
) const

Creates a new AclResource_ListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]calendar_idCalendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

AclResource_ListMethodPager * google_calendar_api::CalendarService::AclResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  calendar_id 
) const

Creates a pager for iterating over incremental result pages.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
[in]calendar_idCalendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewPatchMethod()

AclResource_PatchMethod * google_calendar_api::CalendarService::AclResource::NewPatchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  calendar_id,
const absl::string_view &  rule_id,
const AclRule _content_ 
) const

Creates a new AclResource_PatchMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]calendar_idCalendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
[in]rule_idACL rule identifier.
[in]<em>content</em>The data object to patch.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUpdateMethod()

AclResource_UpdateMethod * google_calendar_api::CalendarService::AclResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  calendar_id,
const absl::string_view &  rule_id,
const AclRule _content_ 
) const

Creates a new AclResource_UpdateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]calendar_idCalendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
[in]rule_idACL rule identifier.
[in]<em>content</em>The data object to update.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewWatchMethod()

AclResource_WatchMethod * google_calendar_api::CalendarService::AclResource::NewWatchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  calendar_id,
const Channel _content_ 
) const

Creates a new AclResource_WatchMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]calendar_idCalendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
[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: