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

Public Member Functions

def __init__
 
def header
 
def mutable_header
 
def clear_header
 
def has_header
 
def key_size
 
def key_list
 
def key
 
def mutable_key
 
def add_key
 
def clear_key
 
def transaction
 
def mutable_transaction
 
def clear_transaction
 
def has_transaction
 
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 MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 key_
 
 snapshot_
 
 lazy_init_lock_
 
 has_header_
 
 has_transaction_
 
 has_trusted_
 
 trusted_
 
 has_force_
 
 force_
 
 has_mark_changes_
 
 mark_changes_
 

Static Public Attributes

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 kheader = 10
 
int kkey = 6
 
int ktransaction = 5
 
int ktrusted = 4
 
int kforce = 7
 
int kmark_changes = 8
 
int ksnapshot = 9
 

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