| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
It was never actually implemented on the back-end in V1, and has been dropped altogether in V2.
|
@tseaver looks like there is more to remove for this in the system-test and protos. https://github.com/GoogleCloudPlatform/gcloud-python/search?utf8=%E2%9C%93&q=rename |
Sorry, something went wrong.
|
@daspecster Thanks forthe catch! OK to merge now? |
Sorry, something went wrong.
|
There's some in the proto as well. But if we don't care about that since it's generated then LGTM! |
Sorry, something went wrong.
Yup, the _generated/ subdir is based on the Bigtable V1 protos, which contained that method, even though the backend always returned a NOT_IMPLEMENTED error. The V2 proto-generated code is added in #1903, and doesn't have the method. Eventually (see #1384), we'd like to get rid of both those directories and rely on googleapis-generated PyPI releases for datastore and bigtable proto-generated code. |
Sorry, something went wrong.
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
It was never actually implemented on the back-end in V1, and has been dropped altogether in V2.