Searched defs:PutRequest (Results 1 – 3 of 3) sorted by relevance
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 2137 type PutRequest struct { struct 2138 …er *InternalHeader `protobuf:"bytes,11,opt,name=header" json:"header,omitempty"` 2139 …ity []*EntityProto `protobuf:"bytes,1,rep,name=entity" json:"entity,omitempty"` 2140 … *Transaction `protobuf:"bytes,2,opt,name=transaction" json:"transaction,omitempty"` 2141 …ompositeIndex `protobuf:"bytes,3,rep,name=composite_index" json:"composite_index,omitempty"` 2142 … *bool `protobuf:"varint,4,opt,name=trusted,def=0" json:"trusted,omitempty"` 2143 … *bool `protobuf:"varint,7,opt,name=force,def=0" json:"force,omitempty"` 2144 … `protobuf:"varint,8,opt,name=mark_changes,def=0" json:"mark_changes,omitempty"` 2145 …t []*Snapshot `protobuf:"bytes,9,rep,name=snapshot" json:"snapshot,omitempty"` 2146 …,name=auto_id_policy,enum=appengine.PutRequest_AutoIdPolicy,def=0" json:"auto_id_policy,omitempty"` [all …]
|
D | datastore_v3.proto | 401 message PutRequest { message
|
/external/python/cpython3/Lib/test/ |
D | test_urllib2.py | 1833 class PutRequest(Request): class in RequestTests
|