Searched defs:TouchRequest (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 2254 type TouchRequest struct { struct 2255 Header *InternalHeader `protobuf:"bytes,10,opt,name=header" json:"header,omitempty"` 2256 Key []*Reference `protobuf:"bytes,1,rep,name=key" json:"key,omitempty"` 2257 … []*CompositeIndex `protobuf:"bytes,2,rep,name=composite_index" json:"composite_index,omitempty"` 2258 …orce *bool `protobuf:"varint,3,opt,name=force,def=0" json:"force,omitempty"` 2259 Snapshot []*Snapshot `protobuf:"bytes,9,rep,name=snapshot" json:"snapshot,omitempty"` 2260 XXX_unrecognized []byte `json:"-"` 2263 func (m *TouchRequest) Reset() { *m = TouchRequest{} } 2264 func (m *TouchRequest) String() string { return proto.CompactTextString(m) } 2265 func (*TouchRequest) ProtoMessage() {} [all …]
|
D | datastore_v3.proto | 428 message TouchRequest { message
|