App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Static Public Member Functions | List of all members
google.appengine.datastore.datastore_v4_pb.DatastoreV4Service Class Reference
Inheritance diagram for google.appengine.datastore.datastore_v4_pb.DatastoreV4Service:

Public Member Functions

def __init__
 
def BeginTransaction
 
def Rollback
 
def Commit
 
def RunQuery
 
def ContinueQuery
 
def Lookup
 
def AllocateIds
 
def Get
 
def Write
 

Static Public Member Functions

def NewStub
 
def NewRPC2Stub
 

Detailed Description

Base class for DatastoreV4Service Stubby servers.

Constructor & Destructor Documentation

def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.__init__ (   self,
  args,
  kwargs 
)
Creates a Stubby RPC server.

See BaseRpcServer.__init__ in rpcserver.py for detail on arguments.

Member Function Documentation

def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.AllocateIds (   self,
  rpc,
  request,
  response 
)
Handles a AllocateIds RPC call. You should override this.

Args:
  rpc: a Stubby RPC object
  request: a AllocateIdsRequest that contains the client request
  response: a AllocateIdsResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.BeginTransaction (   self,
  rpc,
  request,
  response 
)
Handles a BeginTransaction RPC call. You should override this.

Args:
  rpc: a Stubby RPC object
  request: a BeginTransactionRequest that contains the client request
  response: a BeginTransactionResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.Commit (   self,
  rpc,
  request,
  response 
)
Handles a Commit RPC call. You should override this.

Args:
  rpc: a Stubby RPC object
  request: a CommitRequest that contains the client request
  response: a CommitResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.ContinueQuery (   self,
  rpc,
  request,
  response 
)
Handles a ContinueQuery RPC call. You should override this.

Args:
  rpc: a Stubby RPC object
  request: a ContinueQueryRequest that contains the client request
  response: a ContinueQueryResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.Get (   self,
  rpc,
  request,
  response 
)
Handles a Get RPC call. You should override this.

Args:
  rpc: a Stubby RPC object
  request: a LookupRequest that contains the client request
  response: a LookupResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.Lookup (   self,
  rpc,
  request,
  response 
)
Handles a Lookup RPC call. You should override this.

Args:
  rpc: a Stubby RPC object
  request: a LookupRequest that contains the client request
  response: a LookupResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.NewRPC2Stub (   server = None,
  channel = None,
  service_name = None 
)
static
Creates a new DatastoreV4Service Stubby2 client stub.

Args:
  server: host:port or bns address.
  channel: directly use a channel to create a stub. Will ignore server
  argument if this is specified.
  service_name: the service name used by the Stubby server.
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.NewStub (   rpc_stub_parameters,
  service_name = None 
)
static
Creates a new DatastoreV4Service Stubby client stub.

Args:
  rpc_stub_parameters: an RPC_StubParameter instance.
  service_name: the service name used by the Stubby server.
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.Rollback (   self,
  rpc,
  request,
  response 
)
Handles a Rollback RPC call. You should override this.

Args:
  rpc: a Stubby RPC object
  request: a RollbackRequest that contains the client request
  response: a RollbackResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.RunQuery (   self,
  rpc,
  request,
  response 
)
Handles a RunQuery RPC call. You should override this.

Args:
  rpc: a Stubby RPC object
  request: a RunQueryRequest that contains the client request
  response: a RunQueryResponse that should be modified to send the response
def google.appengine.datastore.datastore_v4_pb.DatastoreV4Service.Write (   self,
  rpc,
  request,
  response 
)
Handles a Write RPC call. You should override this.

Args:
  rpc: a Stubby RPC object
  request: a WriteRequest that contains the client request
  response: a CommitResponse that should be modified to send the response

The documentation for this class was generated from the following file: