FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove all traces of 'undelete'. by tseaver · Pull Request #2210 · googleapis/google-cloud-python · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .py  (2) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
6 changes: 0 additions & 6 deletions gcloud/bigtable/cluster.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Back | FazBrowse Home | New Git URL