groupssettings  v1
Public Member Functions | List of all members
google_groupssettings_api::GroupssettingsService::GroupsResource Class Reference

#include <groupssettings_service.h>

Public Member Functions

 GroupsResource (GroupssettingsService *service)
 
 ~GroupsResource ()
 
GroupsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &group_unique_id) const
 
GroupsResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &group_unique_id, const Groups &_content_) const
 
GroupsResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &group_unique_id, const Groups &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ GroupsResource()

google_groupssettings_api::GroupssettingsService::GroupsResource::GroupsResource ( GroupssettingsService 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.

◆ ~GroupsResource()

google_groupssettings_api::GroupssettingsService::GroupsResource::~GroupsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetMethod()

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.

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

◆ NewPatchMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]group_unique_idThe group's email address.
[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()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]group_unique_idThe group's email address.
[in]<em>content</em>The data object to update.
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: