|
sqladmin
v1beta4
|
#include <sqla_dmin_service.h>
Public Member Functions | |
| BackupRunsResource (SQLAdminService *service) | |
| ~BackupRunsResource () | |
| BackupRunsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance, const int64 &id) const |
| BackupRunsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance, const int64 &id) const |
| BackupRunsResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance, const BackupRun &_content_) const |
| BackupRunsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance) const |
| BackupRunsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance) 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.
| BackupRunsResource_DeleteMethod * google_sqladmin_api::SQLAdminService::BackupRunsResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | instance, | ||
| const int64 & | id | ||
| ) | const |
Creates a new BackupRunsResource_DeleteMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID of the project that contains the instance. |
| [in] | instance | Cloud SQL instance ID. This does not include the project ID. |
| [in] | id | The ID of the Backup Run to delete. To find a Backup Run ID, use the list method. |
Execute the method instance, then destroy it when they are finished. | BackupRunsResource_GetMethod * google_sqladmin_api::SQLAdminService::BackupRunsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | instance, | ||
| const int64 & | id | ||
| ) | const |
Creates a new BackupRunsResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID of the project that contains the instance. |
| [in] | instance | Cloud SQL instance ID. This does not include the project ID. |
| [in] | id | The ID of this Backup Run. |
Execute the method instance, then destroy it when they are finished. | BackupRunsResource_InsertMethod * google_sqladmin_api::SQLAdminService::BackupRunsResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | instance, | ||
| const BackupRun & | _content_ | ||
| ) | const |
Creates a new BackupRunsResource_InsertMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID of the project that contains the instance. |
| [in] | instance | Cloud SQL instance ID. This does not include the project ID. |
| [in] | <em>content</em> | The data object to insert. |
Execute the method instance, then destroy it when they are finished. | BackupRunsResource_ListMethod * google_sqladmin_api::SQLAdminService::BackupRunsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | instance | ||
| ) | const |
Creates a new BackupRunsResource_ListMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID of the project that contains the instance. |
| [in] | instance | Cloud SQL instance ID. This does not include the project ID. |
Execute the method instance, then destroy it when they are finished. | BackupRunsResource_ListMethodPager * google_sqladmin_api::SQLAdminService::BackupRunsResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | instance | ||
| ) | const |
Creates a pager for iterating over incremental result pages.
| [in] | <em>credential</em> | NULL credentials will not authorize the request. |
| [in] | project | Project ID of the project that contains the instance. |
| [in] | instance | Cloud SQL instance ID. This does not include the project ID. |