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.datastore.datastore_v3_pb.PutRequest Class Reference
Inheritance diagram for google.appengine.datastore.datastore_v3_pb.PutRequest:

Public Member Functions

def AutoIdPolicy_Name
 
def __init__
 
def header
 
def mutable_header
 
def clear_header
 
def has_header
 
def entity_size
 
def entity_list
 
def entity
 
def mutable_entity
 
def add_entity
 
def clear_entity
 
def transaction
 
def mutable_transaction
 
def clear_transaction
 
def has_transaction
 
def composite_index_size
 
def composite_index_list
 
def composite_index
 
def mutable_composite_index
 
def add_composite_index
 
def clear_composite_index
 
def trusted
 
def set_trusted
 
def clear_trusted
 
def has_trusted
 
def force
 
def set_force
 
def clear_force
 
def has_force
 
def mark_changes
 
def set_mark_changes
 
def clear_mark_changes
 
def has_mark_changes
 
def snapshot_size
 
def snapshot_list
 
def snapshot
 
def mutable_snapshot
 
def add_snapshot
 
def clear_snapshot
 
def auto_id_policy
 
def set_auto_id_policy
 
def clear_auto_id_policy
 
def has_auto_id_policy
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 entity_
 
 composite_index_
 
 snapshot_
 
 lazy_init_lock_
 
 has_header_
 
 has_transaction_
 
 has_trusted_
 
 trusted_
 
 has_force_
 
 force_
 
 has_mark_changes_
 
 mark_changes_
 
 has_auto_id_policy_
 
 auto_id_policy_
 

Static Public Attributes

int CURRENT = 0
 
int SEQUENTIAL = 1
 
tuple AutoIdPolicy_Name = classmethod(AutoIdPolicy_Name)
 
int has_header_ = 0
 
 header_ = None
 
int has_transaction_ = 0
 
 transaction_ = None
 
int has_trusted_ = 0
 
int trusted_ = 0
 
int has_force_ = 0
 
int force_ = 0
 
int has_mark_changes_ = 0
 
int mark_changes_ = 0
 
int has_auto_id_policy_ = 0
 
int auto_id_policy_ = 0
 
int kheader = 11
 
int kentity = 1
 
int ktransaction = 2
 
int kcomposite_index = 3
 
int ktrusted = 4
 
int kforce = 7
 
int kmark_changes = 8
 
int ksnapshot = 9
 
int kauto_id_policy = 10
 

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