ProjectsInstancesClustersBackupsResourceApi class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
create(Backup request, String parent, {String backupId, String $fields})
→ Future<Operation>
-
Starts creating a new Cloud Bigtable Backup. The returned backup
long-running operation can be used to track creation of the backup. The
metadata field type is CreateBackupMetadata. The response field type is
Backup, if successful. Cancelling the returned operation will stop the
creation and delete the 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 resource. Returns an empty
policy if the resource exists but does not have a policy set. [...]
-
list(String parent, {String filter, int pageSize, String orderBy, String pageToken, String $fields})
→ Future<ListBackupsResponse>
-
Lists Cloud Bigtable backups. Returns both completed and pending backups. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent 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 resource. Replaces any existing
policy. [...]
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String $fields})
→ Future<TestIamPermissionsResponse>
-
Returns permissions that the caller has on the specified table resource. [...]
-
toString()
→ String
-
Returns a string representation of this object.
inherited