ProjectsInstancesClustersBackupsResource class

Constructors

ProjectsInstancesClustersBackupsResource(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

copy(CopyBackupRequest request, String parent, {String? $fields}) Future<Operation>
Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the destination instance and project.
create(Backup request, String parent, {String? backupId, String? $fields}) Future<Operation>
Starts creating a new Cloud Bigtable Backup.
delete(String name, {String? $fields}) Future<Empty>
Deletes a pending or completed Cloud Bigtable backup.
get(String name, {String? $fields}) Future<Backup>
Gets metadata on a pending or completed Cloud Bigtable Backup.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the access control policy for a Table or Backup resource.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListBackupsResponse>
Lists Cloud Bigtable 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 Cloud Bigtable Backup.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on a Table or Backup resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that the caller has on the specified Table or Backup resource.
toString() String
A string representation of this object.
inherited

Operators

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