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

Public Member Functions

def __init__
 
def precondition_size
 
def precondition_list
 
def precondition
 
def mutable_precondition
 
def add_precondition
 
def clear_precondition
 
def puts
 
def mutable_puts
 
def clear_puts
 
def has_puts
 
def deletes
 
def mutable_deletes
 
def clear_deletes
 
def has_deletes
 
def allow_multiple_eg
 
def set_allow_multiple_eg
 
def clear_allow_multiple_eg
 
def has_allow_multiple_eg
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 precondition_
 
 lazy_init_lock_
 
 has_puts_
 
 has_deletes_
 
 has_allow_multiple_eg_
 
 allow_multiple_eg_
 

Static Public Attributes

int has_puts_ = 0
 
 puts_ = None
 
int has_deletes_ = 0
 
 deletes_ = None
 
int has_allow_multiple_eg_ = 0
 
int allow_multiple_eg_ = 0
 
int kPreconditionGroup = 1
 
int kPreconditionkey = 2
 
int kPreconditionhash = 3
 
int kputs = 4
 
int kdeletes = 5
 
int kallow_multiple_eg = 6
 

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