Searched defs:Query_Order (Results 1 – 1 of 1) sorted by relevance
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 1563 type Query_Order struct { struct 1564 …ty *string `protobuf:"bytes,10,req,name=property" json:"property,omitempty"` 1565 …arint,11,opt,name=direction,enum=appengine.Query_Order_Direction,def=1" json:"direction,omitempty"` 1566 XXX_unrecognized []byte `json:"-"` 1569 func (m *Query_Order) Reset() { *m = Query_Order{} } 1570 func (m *Query_Order) String() string { return proto.CompactTextString(m) } 1571 func (*Query_Order) ProtoMessage() {} 1575 func (m *Query_Order) GetProperty() string { 1582 func (m *Query_Order) GetDirection() Query_Order_Direction {
|