Skip to content

Commit

Permalink
Updating code based on changes in main gcloud library.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Nov 17, 2015
1 parent 21aa4a7 commit acc61bf
Show file tree
Hide file tree
Showing 17 changed files with 360 additions and 355 deletions.
4 changes: 2 additions & 2 deletions docs/client-intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ Project ID

Be sure to use the **Project ID**, not the **Project Number**.

You can also explicitly provide the ``project_id`` rather than relying
You can also explicitly provide the ``project`` rather than relying
on the inferred value:

.. code:: python
client = Client(project_id='my-cloud-console-project')
client = Client(project='my-cloud-console-project')
When implicit, the value is inferred from the environment in the following
order:
Expand Down
2 changes: 1 addition & 1 deletion docs/cluster-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ with :meth:`reload() <gcloud_bigtable.cluster.Cluster.reload>`:
cluster.reload()
This will load ``serve_nodes`` and ``display_name`` for the existing
``cluster`` in addition to the ``cluster_id``, ``zone`` and ``project_id``
``cluster`` in addition to the ``cluster_id``, ``zone`` and ``project``
already set on the :class:`Cluster <gcloud_bigtable.cluster.Cluster>` object.

Update an existing Cluster
Expand Down

0 comments on commit acc61bf

Please sign in to comment.