drive
v2
|
#include <drive_service.h>
Public Member Functions | |
ChangesResource (DriveService *service) | |
~ChangesResource () | |
ChangesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &change_id) const |
ChangesResource_GetStartPageTokenMethod * | NewGetStartPageTokenMethod (client::AuthorizationCredential *_credential_) const |
ChangesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_) const |
ChangesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_) const |
ChangesResource_WatchMethod * | NewWatchMethod (client::AuthorizationCredential *_credential_, 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.
ChangesResource_GetMethod * google_drive_api::DriveService::ChangesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | change_id | ||
) | const |
Creates a new ChangesResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | change_id | The ID of the change. |
Execute
the method instance, then destroy it when they are finished. ChangesResource_GetStartPageTokenMethod * google_drive_api::DriveService::ChangesResource::NewGetStartPageTokenMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new ChangesResource_GetStartPageTokenMethod 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. ChangesResource_ListMethod * google_drive_api::DriveService::ChangesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new ChangesResource_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. ChangesResource_ListMethodPager * google_drive_api::DriveService::ChangesResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a pager for iterating over incremental result pages.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
ChangesResource_WatchMethod * google_drive_api::DriveService::ChangesResource::NewWatchMethod | ( | client::AuthorizationCredential * | _credential_, |
const Channel & | _content_ | ||
) | const |
Creates a new ChangesResource_WatchMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | <em>content</em> | The data object to watch. |
Execute
the method instance, then destroy it when they are finished.