**Issue** The signature for `client.instance` is inconsistent between the [Using the API docs](https://googleapis.dev/python/bigtable/latest/instance.html#module-google.cloud.bigtable.instance) and the [Instance Admin API docs](https://googleapis.dev/python/bigtable/latest/instance-api.html#instance-factory) **Fix** The [latter is incorrect](https://github.com/googleapis/python-bigtable/blob/master/google/cloud/bigtable/instance.py#L102-L110), and should be amended.
Issue
The signature for
client.instanceis inconsistent between the Using the API docs and the Instance Admin API docsFix
The latter is incorrect, and should be amended.