sqladmin
v1beta4
|
The "backupRuns" collection of methods. More...
Classes | |
class | DeleteRequest |
Deletes the backup taken by a backup run. More... | |
class | GetRequest |
Retrieves a resource containing information about a backup run. More... | |
class | InsertRequest |
Creates a new backup run on demand. This method is applicable only to Second Generation instances. More... | |
class | ListRequest |
Lists all backup runs associated with a given instance and configuration in the reverse chronological order of the backup initiation time. More... | |
Public Member Functions | |
BackupRunsResource (Google.Apis.Services.IClientService service) | |
Constructs a new resource. More... | |
virtual DeleteRequest | Delete (string project, string instance, long id) |
Deletes the backup taken by a backup run. More... | |
virtual GetRequest | Get (string project, string instance, long id) |
Retrieves a resource containing information about a backup run. More... | |
virtual InsertRequest | Insert (Google.Apis.SQLAdmin.v1beta4.Data.BackupRun body, string project, string instance) |
Creates a new backup run on demand. This method is applicable only to Second Generation instances. More... | |
virtual ListRequest | List (string project, string instance) |
Lists all backup runs associated with a given instance and configuration in the reverse chronological order of the backup initiation time. More... | |
The "backupRuns" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Deletes the backup taken by a backup run.
project | Project ID of the project that contains the instance. |
instance | Cloud SQL instance ID. This does not include the project ID. |
id | The ID of the Backup Run to delete. To find a Backup Run ID, use the list method. |
|
inlinevirtual |
Retrieves a resource containing information about a backup run.
project | Project ID of the project that contains the instance. |
instance | Cloud SQL instance ID. This does not include the project ID. |
id | The ID of this Backup Run. |
|
inlinevirtual |
Creates a new backup run on demand. This method is applicable only to Second Generation instances.
body | The body of the request. |
project | Project ID of the project that contains the instance. |
instance | Cloud SQL instance ID. This does not include the project ID. |
|
inlinevirtual |
Lists all backup runs associated with a given instance and configuration in the reverse chronological order of the backup initiation time.
project | Project ID of the project that contains the instance. |
instance | Cloud SQL instance ID. This does not include the project ID. |