|
groupssettings
v1
|
#include <groupssettings_service.h>
Public Member Functions | |
| GroupsResource (GroupssettingsService *service) | |
| ~GroupsResource () | |
| GroupsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &group_unique_id) const |
| GroupsResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &group_unique_id, const Groups &_content_) const |
| GroupsResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &group_unique_id, const Groups &_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.
| GroupsResource_GetMethod * google_groupssettings_api::GroupssettingsService::GroupsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | group_unique_id | ||
| ) | const |
Creates a new GroupsResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | group_unique_id | The group's email address. |
Execute the method instance, then destroy it when they are finished. | GroupsResource_PatchMethod * google_groupssettings_api::GroupssettingsService::GroupsResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | group_unique_id, | ||
| const Groups & | _content_ | ||
| ) | const |
Creates a new GroupsResource_PatchMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | group_unique_id | The group's email address. |
| [in] | <em>content</em> | The data object to patch. |
Execute the method instance, then destroy it when they are finished. | GroupsResource_UpdateMethod * google_groupssettings_api::GroupssettingsService::GroupsResource::NewUpdateMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | group_unique_id, | ||
| const Groups & | _content_ | ||
| ) | const |
Creates a new GroupsResource_UpdateMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | group_unique_id | The group's email address. |
| [in] | <em>content</em> | The data object to update. |
Execute the method instance, then destroy it when they are finished.