ProjectsInstancesBackupsResource class

Constructors

ProjectsInstancesBackupsResource(ApiRequester client)

Properties

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

Methods

copy(CopyBackupRequest request, String parent, {String? $fields}) Future<Operation>
Starts copying a Cloud Spanner Backup.
create(Backup request, String parent, {String? backupId, String? encryptionConfig_encryptionType, String? encryptionConfig_kmsKeyName, String? $fields}) Future<Operation>
Starts creating a new Cloud Spanner Backup.
delete(String name, {String? $fields}) Future<Empty>
Deletes a pending or completed Backup.
get(String name, {String? $fields}) Future<Backup>
Gets metadata on a pending or completed Backup.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the access control policy for a database or backup resource.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListBackupsResponse>
Lists completed and pending backups.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Backup request, String name, {String? updateMask, String? $fields}) Future<Backup>
Updates a pending or completed Backup.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on a database or backup resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that the caller has on the specified database or backup resource.
toString() String
A string representation of this object.
inherited

Operators

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