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

Public Member Functions

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

Detailed Description

Makes Stubby RPC calls to a DatastoreV4Service server.

Member Function Documentation

def google.appengine.datastore.datastore_v4_pb._DatastoreV4Service_ClientBaseStub.AllocateIds (   self,
  request,
  rpc = None,
  callback = None,
  response = None 
)
Make a AllocateIds RPC call.

Args:
  request: a AllocateIdsRequest instance.
  rpc: Optional RPC instance to use for the call.
  callback: Optional final callback. Will be called as
  callback(rpc, result) when the rpc completes. If None, the
  call is synchronous.
  response: Optional ProtocolMessage to be filled in with response.

Returns:
  The AllocateIdsResponse if callback is None. Otherwise, returns None.
def google.appengine.datastore.datastore_v4_pb._DatastoreV4Service_ClientBaseStub.BeginTransaction (   self,
  request,
  rpc = None,
  callback = None,
  response = None 
)
Make a BeginTransaction RPC call.

Args:
  request: a BeginTransactionRequest instance.
  rpc: Optional RPC instance to use for the call.
  callback: Optional final callback. Will be called as
  callback(rpc, result) when the rpc completes. If None, the
  call is synchronous.
  response: Optional ProtocolMessage to be filled in with response.

Returns:
  The BeginTransactionResponse if callback is None. Otherwise, returns None.
def google.appengine.datastore.datastore_v4_pb._DatastoreV4Service_ClientBaseStub.Commit (   self,
  request,
  rpc = None,
  callback = None,
  response = None 
)
Make a Commit RPC call.

Args:
  request: a CommitRequest instance.
  rpc: Optional RPC instance to use for the call.
  callback: Optional final callback. Will be called as
  callback(rpc, result) when the rpc completes. If None, the
  call is synchronous.
  response: Optional ProtocolMessage to be filled in with response.

Returns:
  The CommitResponse if callback is None. Otherwise, returns None.
def google.appengine.datastore.datastore_v4_pb._DatastoreV4Service_ClientBaseStub.ContinueQuery (   self,
  request,
  rpc = None,
  callback = None,
  response = None 
)
Make a ContinueQuery RPC call.

Args:
  request: a ContinueQueryRequest instance.
  rpc: Optional RPC instance to use for the call.
  callback: Optional final callback. Will be called as
  callback(rpc, result) when the rpc completes. If None, the
  call is synchronous.
  response: Optional ProtocolMessage to be filled in with response.

Returns:
  The ContinueQueryResponse if callback is None. Otherwise, returns None.
def google.appengine.datastore.datastore_v4_pb._DatastoreV4Service_ClientBaseStub.Get (   self,
  request,
  rpc = None,
  callback = None,
  response = None 
)
Make a Get RPC call.

Args:
  request: a LookupRequest instance.
  rpc: Optional RPC instance to use for the call.
  callback: Optional final callback. Will be called as
  callback(rpc, result) when the rpc completes. If None, the
  call is synchronous.
  response: Optional ProtocolMessage to be filled in with response.

Returns:
  The LookupResponse if callback is None. Otherwise, returns None.
def google.appengine.datastore.datastore_v4_pb._DatastoreV4Service_ClientBaseStub.Lookup (   self,
  request,
  rpc = None,
  callback = None,
  response = None 
)
Make a Lookup RPC call.

Args:
  request: a LookupRequest instance.
  rpc: Optional RPC instance to use for the call.
  callback: Optional final callback. Will be called as
  callback(rpc, result) when the rpc completes. If None, the
  call is synchronous.
  response: Optional ProtocolMessage to be filled in with response.

Returns:
  The LookupResponse if callback is None. Otherwise, returns None.
def google.appengine.datastore.datastore_v4_pb._DatastoreV4Service_ClientBaseStub.Rollback (   self,
  request,
  rpc = None,
  callback = None,
  response = None 
)
Make a Rollback RPC call.

Args:
  request: a RollbackRequest instance.
  rpc: Optional RPC instance to use for the call.
  callback: Optional final callback. Will be called as
  callback(rpc, result) when the rpc completes. If None, the
  call is synchronous.
  response: Optional ProtocolMessage to be filled in with response.

Returns:
  The RollbackResponse if callback is None. Otherwise, returns None.
def google.appengine.datastore.datastore_v4_pb._DatastoreV4Service_ClientBaseStub.RunQuery (   self,
  request,
  rpc = None,
  callback = None,
  response = None 
)
Make a RunQuery RPC call.

Args:
  request: a RunQueryRequest instance.
  rpc: Optional RPC instance to use for the call.
  callback: Optional final callback. Will be called as
  callback(rpc, result) when the rpc completes. If None, the
  call is synchronous.
  response: Optional ProtocolMessage to be filled in with response.

Returns:
  The RunQueryResponse if callback is None. Otherwise, returns None.
def google.appengine.datastore.datastore_v4_pb._DatastoreV4Service_ClientBaseStub.Write (   self,
  request,
  rpc = None,
  callback = None,
  response = None 
)
Make a Write RPC call.

Args:
  request: a WriteRequest instance.
  rpc: Optional RPC instance to use for the call.
  callback: Optional final callback. Will be called as
  callback(rpc, result) when the rpc completes. If None, the
  call is synchronous.
  response: Optional ProtocolMessage to be filled in with response.

Returns:
  The CommitResponse if callback is None. Otherwise, returns None.

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