Searched refs:Index_Property_Direction (Results 1 – 1 of 1) sorted by relevance
218 type Index_Property_Direction int32 type221 Index_Property_ASCENDING Index_Property_Direction = 1222 Index_Property_DESCENDING Index_Property_Direction = 2234 func (x Index_Property_Direction) Enum() *Index_Property_Direction {235 p := new(Index_Property_Direction)239 func (x Index_Property_Direction) String() string {242 func (x *Index_Property_Direction) UnmarshalJSON(data []byte) error {247 *x = Index_Property_Direction(value)1077 …Direction *Index_Property_Direction `protobuf:"varint,4,opt,name=direction,enum=appengine.I…1085 const Default_Index_Property_Direction Index_Property_Direction = Index_Property_ASCENDING[all …]