BackupRunsResource class

Constructors

BackupRunsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String project, String instance, String id, {String? $fields}) Future<Operation>
Deletes the backup taken by a backup run.
get(String project, String instance, String id, {String? $fields}) Future<BackupRun>
Retrieves a resource containing information about a backup run.
insert(BackupRun request, String project, String instance, {String? $fields}) Future<Operation>
Creates a new backup run on demand.
list(String project, String instance, {int? maxResults, String? pageToken, String? $fields}) Future<BackupRunsListResponse>
Lists all backup runs associated with the project or a given instance and configuration in the reverse chronological order of the backup initiation time.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited