ProjectsInstancesTablesResource class
Methods
-
checkConsistency(CheckConsistencyRequest request, String name, {String? $fields})
→ Future<CheckConsistencyResponse>
-
Checks replication consistency based on a consistency token, that is, if
replication has caught up based on the conditions specified in the token
and the check request.
-
create(CreateTableRequest request, String parent, {String? $fields})
→ Future<Table>
-
Creates a new table in the specified instance.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Permanently deletes a specified table and all of its data.
-
dropRowRange(DropRowRangeRequest request, String name, {String? $fields})
→ Future<Empty>
-
Permanently drop/delete a row range from a specified table.
-
generateConsistencyToken(GenerateConsistencyTokenRequest request, String name, {String? $fields})
→ Future<GenerateConsistencyTokenResponse>
-
Generates a consistency token for a Table, which can be used in
CheckConsistency to check whether mutations to the table that finished
before this call started have been replicated.
-
get(String name, {String? view, String? $fields})
→ Future<Table>
-
Gets metadata information about the specified table.
-
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Gets the access control policy for a Bigtable resource.
-
list(String parent, {int? pageSize, String? pageToken, String? view, String? $fields})
→ Future<ListTablesResponse>
-
Lists all tables served from a specified instance.
-
modifyColumnFamilies(ModifyColumnFamiliesRequest request, String name, {String? $fields})
→ Future<Table>
-
Performs a series of column family modifications on the specified table.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Table request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Updates a specified table.
-
restore(RestoreTableRequest request, String parent, {String? $fields})
→ Future<Operation>
-
Create a new table by restoring from a completed backup.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy on a Bigtable resource.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns permissions that the caller has on the specified Bigtable
resource.
-
toString()
→ String
-
A string representation of this object.
inherited
-
undelete(UndeleteTableRequest request, String name, {String? $fields})
→ Future<Operation>
-
Restores a specified table which was accidentally deleted.