| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The packages are BigQuery, Datastore, Logging, Pub/Sub and Storage. The rename is in advance of a larger re-factor. But so long as the connections are not public, the re-factor can happen without user-facing implications.
There was a problem hiding this comment.
LGTM, however you decide about the datastore.batch.Batch.connection property.
Sorry, something went wrong.
| :rtype: :class:`google.cloud.datastore._http.Connection` | ||
| :returns: The connection over which the batch will run. | ||
| """ | ||
| return self._client.connection |
…ublic Renaming connection module as _http in 5 packages.
| Back | FazBrowse Home | New Git URL |
The packages are BigQuery, Datastore, Logging, Pub/Sub and Storage.
The rename is in advance of a larger re-factor (#2606). But so long as the connections are not public, the re-factor can happen without user-facing implications.
I'd also like to make all the connection attributes on instances into _connection. @tseaver Is it OK to put that change in this PR?