Home
last modified time | relevance | path

Searched defs:PutRequest (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go2137 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 …]
Ddatastore_v3.proto401 message PutRequest { message
/external/python/cpython3/Lib/test/
Dtest_urllib2.py1833 class PutRequest(Request): class in RequestTests