Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all traces of 'undelete'. #2210

Merged
merged 1 commit into from
Aug 26, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions gcloud/bigtable/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class Cluster(object):
* :meth:`create` itself
* :meth:`update` itself
* :meth:`delete` itself
* :meth:`undelete` itself

.. note::

Expand Down Expand Up @@ -267,11 +266,6 @@ def delete(self):

* All tables within the cluster will become unavailable.

Prior to the cluster's ``delete_time``:

* The cluster can be recovered with a call to ``UndeleteCluster``.
* All other attempts to modify or delete the cluster will be rejected.

At the cluster's ``delete_time``:

* The cluster and **all of its tables** will immediately and
Expand Down
6 changes: 0 additions & 6 deletions gcloud/bigtable/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ class Instance(object):
* :meth:`create` itself
* :meth:`update` itself
* :meth:`delete` itself
* :meth:`undelete` itself

.. note::

Expand Down Expand Up @@ -278,11 +277,6 @@ def delete(self):

* All tables within the instance will become unavailable.

Prior to the instance's ``delete_time``:

* The instance can be recovered with a call to ``UndeleteInstance``.
* All other attempts to modify or delete the instance will be rejected.

At the instance's ``delete_time``:

* The instance and **all of its tables** will immediately and
Expand Down