drive
v2
|
#include <drive_service.h>
Public Member Functions | |
AppsResource (DriveService *service) | |
~AppsResource () | |
AppsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &app_id) const |
AppsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_) 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.
AppsResource_GetMethod * google_drive_api::DriveService::AppsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | app_id | ||
) | const |
Creates a new AppsResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | app_id | The ID of the app. |
Execute
the method instance, then destroy it when they are finished. AppsResource_ListMethod * google_drive_api::DriveService::AppsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new AppsResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute
the method instance, then destroy it when they are finished.