We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0ce88 commit 627536aCopy full SHA for 627536a
bigquery/cloud-client/src/revokeTableOrViewAccess.js
@@ -14,6 +14,7 @@
14
15
const {BigQuery} = require('@google-cloud/bigquery');
16
17
+// [START bigquery_revoke_access_to_table_or_view]
18
/**
19
* Revokes access to a BigQuery table or view
20
* @param {Object} params - The parameters object
@@ -90,4 +91,6 @@ async function revokeTableOrViewAccess({
90
91
}
92
93
94
+// [END bigquery_revoke_access_to_table_or_view]
95
+
96
module.exports = {revokeTableOrViewAccess};
0 commit comments