|
calendar
v3
|
#include <calendar_service.h>
Public Member Functions | |
| AclResource (CalendarService *service) | |
| ~AclResource () | |
| AclResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const absl::string_view &rule_id) const |
| AclResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const absl::string_view &rule_id) const |
| AclResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const AclRule &_content_) const |
| AclResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id) const |
| AclResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id) const |
| AclResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const absl::string_view &rule_id, const AclRule &_content_) const |
| AclResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const absl::string_view &rule_id, const AclRule &_content_) const |
| AclResource_WatchMethod * | NewWatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const Channel &_content_) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
| [in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
| 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | calendar_id | Calendar 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_id | ACL rule identifier. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | calendar_id | Calendar 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_id | ACL rule identifier. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | calendar_id | Calendar 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. |
Execute the method instance, then destroy it when they are finished. | AclResource_ListMethod * google_calendar_api::CalendarService::AclResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | calendar_id | ||
| ) | const |
Creates a new AclResource_ListMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | calendar_id | Calendar 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. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | NULL credentials will not authorize the request. |
| [in] | calendar_id | Calendar 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. |
| 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | calendar_id | Calendar 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_id | ACL rule identifier. |
| [in] | <em>content</em> | The data object to patch. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | calendar_id | Calendar 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_id | ACL rule identifier. |
| [in] | <em>content</em> | The data object to update. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | calendar_id | Calendar 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. |
Execute the method instance, then destroy it when they are finished.