Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go1777 type CompiledQuery_EntityFilter struct { struct
1778 …istinct *bool `protobuf:"varint,14,opt,name=distinct,def=0" json:"distinct,omitempty"`
1779 Kind *string `protobuf:"bytes,17,opt,name=kind" json:"kind,omitempty"`
1780 Ancestor *Reference `protobuf:"bytes,18,opt,name=ancestor" json:"ancestor,omitempty"`
1781 XXX_unrecognized []byte `json:"-"`
1784 func (m *CompiledQuery_EntityFilter) Reset() { *m = CompiledQuery_EntityFilter{} }
1785 func (m *CompiledQuery_EntityFilter) String() string { return proto.CompactTextString(m) }
1786 func (*CompiledQuery_EntityFilter) ProtoMessage() {}
1790 func (m *CompiledQuery_EntityFilter) GetDistinct() bool {
1797 func (m *CompiledQuery_EntityFilter) GetKind() string {
[all …]