Skip to content

Commit

Permalink
Merge pull request #2210 from tseaver/2209-bigtable-zap-undelete-fossils
Browse files Browse the repository at this point in the history
Remove all traces of 'undelete'.
  • Loading branch information
tseaver authored Aug 26, 2016
2 parents a3f6353 + 2b21bf0 commit 9b327c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
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

0 comments on commit 9b327c8

Please sign in to comment.