Searched defs:Index_Property (Results 1 – 1 of 1) sorted by relevance
| /external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
| D | datastore_v3.pb.go | 1075 type Index_Property struct { struct 1076 Name *string `protobuf:"bytes,3,req,name=name" json:"name,omitempty"` 1077 …int,4,opt,name=direction,enum=appengine.Index_Property_Direction,def=1" json:"direction,omitempty"` 1078 XXX_unrecognized []byte `json:"-"` 1081 func (m *Index_Property) Reset() { *m = Index_Property{} } 1082 func (m *Index_Property) String() string { return proto.CompactTextString(m) } 1083 func (*Index_Property) ProtoMessage() {} 1087 func (m *Index_Property) GetName() string { 1094 func (m *Index_Property) GetDirection() Index_Property_Direction {
|