BigtableFunctions

Functions

Link copied to clipboard

Retrieves the current IAM policy data for a Bigtable instance.

suspend fun getInstanceIamPolicy(instance: String, project: String? = null): GetInstanceIamPolicyResult
Link copied to clipboard

Retrieves the current IAM policy data for a Bigtable Table.

suspend fun getTableIamPolicy(instance: String, project: String? = null, table: String): GetTableIamPolicyResult