From 2b21bf0786364f42b2871702746cd7f177e66528 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Fri, 26 Aug 2016 18:05:48 -0400 Subject: [PATCH] Remove traces of 'undelete'. There are no such endpoints in the Bigtable V2 API. Closes #2209. --- gcloud/bigtable/cluster.py | 6 ------ gcloud/bigtable/instance.py | 6 ------ 2 files changed, 12 deletions(-) diff --git a/gcloud/bigtable/cluster.py b/gcloud/bigtable/cluster.py index 3fd38fa4d28d..3684b6328378 100644 --- a/gcloud/bigtable/cluster.py +++ b/gcloud/bigtable/cluster.py @@ -67,7 +67,6 @@ class Cluster(object): * :meth:`create` itself * :meth:`update` itself * :meth:`delete` itself - * :meth:`undelete` itself .. note:: @@ -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 diff --git a/gcloud/bigtable/instance.py b/gcloud/bigtable/instance.py index 19a3131085f4..c84c014f7dfd 100644 --- a/gcloud/bigtable/instance.py +++ b/gcloud/bigtable/instance.py @@ -76,7 +76,6 @@ class Instance(object): * :meth:`create` itself * :meth:`update` itself * :meth:`delete` itself - * :meth:`undelete` itself .. note:: @@ -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