Bigtable Functions
object BigtableFunctions
Functions
Link copied to clipboard
suspend fun getInstanceIamPolicy(argument: GetInstanceIamPolicyPlainArgs): GetInstanceIamPolicyResult
Retrieves the current IAM policy data for a Bigtable instance.
suspend fun getInstanceIamPolicy(argument: suspend GetInstanceIamPolicyPlainArgsBuilder.() -> Unit): GetInstanceIamPolicyResult
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(argument: suspend GetTableIamPolicyPlainArgsBuilder.() -> Unit): GetTableIamPolicyResult
suspend fun getTableIamPolicy(instance: String, project: String? = null, table: String): GetTableIamPolicyResult