We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Per #861.
Steps:
gcloud.datastore.dataset.Dataset
gcloud.datastore.client.Client
_implicit_environ
gcloud.datastore.api
Client
client
Batch
Transaction
connection
self.client
Per #861.
Steps:
gcloud.datastore.dataset.Dataset->gcloud.datastore.client.Client. (Rename 'dataset.Dataset' -> 'client.Client'. #946)_implicit_environusage within client. (Move implicit majyk inside 'Client.__init__'. #956)gcloud.datastore.apifunctions to methods ofClient. (Move 'datastore.api' functions to 'datastore.client.Client' methods. #963)Clientto handle nesting of batches / transactions over primary connection. (Update 'Client' to hold stack of connection/batch/transaction objects. #976)client. (Update batch/transaction/query to hold client. #978)BatchandTransactioncontext managers to push themselves onto their client's stack. (Update batch/transaction/query to hold client. #978)connectionto acceptclient, falling back toself.client. (Update batch/transaction/query to hold client. #978)_implicit_environusage. (Remove '_implicit_environ' #979)