| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Includes - ``use_gax`` argument in Client constructor - ``make_datastore_api`` helper to make a gRPC channel with the correct credentials - A basic ``HTTPDatastoreAPI`` class to act as the equivalent to the GAPIC ``DatastoreClient`` - A lazy property on ``Client`` that will hold the API object.
| return _determine_default_project(project) | ||
|
|
||
| @property | ||
| def _datastore_api(self): |
| return self._datastore_api.allocate_ids(project, request) | ||
|
|
||
|
|
||
| class HTTPDatastoreAPI(object): |
This is to prepare for a removal of the Connection class (relates to googleapis#2746 and googleapis#3105).
This is to prepare for a removal of the Connection class (relates to googleapis#2746 and googleapis#3105).
Add basic helpers needed for GAPIC client in datastore.
| Back | FazBrowse Home | New Git URL |
Includes
the correct credentials
to the GAPIC DatastoreClient
object.
Towards #2746.