{"library":"proto-google-cloud-datastore-v1","title":"proto-google-cloud-datastore-v1","description":"Protobuf and gRPC generated code for the Google Cloud Datastore v1 API. This is a low-level library providing the proto definitions and gRPC stubs; most users should use the higher-level google-cloud-datastore instead. Current version: 0.90.4. Released irregularly alongside Google API updates.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install proto-google-cloud-datastore-v1"],"cli":null},"imports":["from google.cloud.datastore_v1.proto.datastore_pb2_grpc import DatastoreStub","from google.cloud.datastore_v1.proto.datastore_pb2 import LookupRequest"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import grpc\nfrom google.cloud.datastore_v1.proto.datastore_pb2_grpc import DatastoreStub\nfrom google.cloud.datastore_v1.proto.datastore_pb2 import LookupRequest\n\nchannel = grpc.insecure_channel('datastore.googleapis.com:443')\nstub = DatastoreStub(channel)\nrequest = LookupRequest(project_id='my-project')\n# response = stub.Lookup(request)\nprint('Client created')\n","lang":"python","description":"Create a gRPC stub and a LookupRequest. Replace with authenticated channel for production.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}