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

Bigtable instance undelete doesn't exist #2209

Closed
destijl opened this issue Aug 26, 2016 · 2 comments
Closed

Bigtable instance undelete doesn't exist #2209

destijl opened this issue Aug 26, 2016 · 2 comments
Assignees
Labels
api: bigtable Issues related to the Bigtable API.

Comments

@destijl
Copy link

destijl commented Aug 26, 2016

The documentation and some code comments think there should be an undelete for bigtable instances:

https://github.com/GoogleCloudPlatform/gcloud-python/blob/e63b1d8bd24a826c28865a21766ee7537ce87285/gcloud/bigtable/instance.py#L283

https://googlecloudplatform.github.io/gcloud-python/stable/bigtable-instance.html

but AFAICT looking at code it appears to be unimplemented.

@tseaver tseaver added docs api: bigtable Issues related to the Bigtable API. labels Aug 26, 2016
@tseaver tseaver self-assigned this Aug 26, 2016
@tseaver
Copy link
Contributor

tseaver commented Aug 26, 2016

Thanks for the report! UndeleteCluster endpoint went away in V2 of the API. The Instance concept is new in V2, and never had an UndeleteInstance endpoint.

The artifacts you are seeing are fossils (in the Cluster docstrings) and copy-past of fossils (in the Instance docstrings).

@destijl
Copy link
Author

destijl commented Aug 26, 2016

OK. I was testing code that stands up a new instance, I ended up just using a random instance id instead of trying to resurrect the same one.

atulep pushed a commit that referenced this issue Apr 6, 2023
atulep pushed a commit that referenced this issue Apr 6, 2023
atulep pushed a commit that referenced this issue Apr 18, 2023
parthea pushed a commit that referenced this issue Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API.
Projects
None yet
Development

No branches or pull requests

2 participants