drive  v2
Public Member Functions | List of all members
google_drive_api::DriveService::AppsResource Class Reference

#include <drive_service.h>

Public Member Functions

 AppsResource (DriveService *service)
 
 ~AppsResource ()
 
AppsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &app_id) const
 
AppsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ AppsResource()

google_drive_api::DriveService::AppsResource::AppsResource ( DriveService 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.

◆ ~AppsResource()

google_drive_api::DriveService::AppsResource::~AppsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetMethod()

AppsResource_GetMethod * google_drive_api::DriveService::AppsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  app_id 
) const

Creates a new AppsResource_GetMethod instance.

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

◆ NewListMethod()

AppsResource_ListMethod * google_drive_api::DriveService::AppsResource::NewListMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new AppsResource_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.

The documentation for this class was generated from the following files: