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 9d275ba commit fb6b702Copy full SHA for fb6b702
packages/google-cloud-bigtable/docs/instance-api.rst
@@ -22,12 +22,7 @@ To create an :class:`Instance <google.cloud.bigtable.instance.Instance>` object:
22
23
.. code:: python
24
25
- instance = client.instance(instance_id, location_id,
26
- display_name=display_name)
27
-
28
-- ``location_id`` is the ID of the location in which the instance's cluster
29
- will be hosted, e.g. ``'us-central1-c'``. ``location_id`` is required for
30
- instances which do not already exist.
+ instance = client.instance(instance_id, display_name=display_name)
31
32
- ``display_name`` is optional. When not provided, ``display_name`` defaults
33
to the ``instance_id`` value.
0 commit comments