Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go1101 type CompositeIndex struct { struct
1102 …ppId *string `protobuf:"bytes,1,req,name=app_id" json:"app_id,omitempty"`
1103 Id *int64 `protobuf:"varint,2,req,name=id" json:"id,omitempty"`
1104 …n *Index `protobuf:"bytes,3,req,name=definition" json:"definition,omitempty"`
1105 …ate `protobuf:"varint,4,req,name=state,enum=appengine.CompositeIndex_State" json:"state,omitempty"`
1106 … `protobuf:"varint,6,opt,name=only_use_if_required,def=0" json:"only_use_if_required,omitempty"`
1107 XXX_unrecognized []byte `json:"-"`
1110 func (m *CompositeIndex) Reset() { *m = CompositeIndex{} }
1111 func (m *CompositeIndex) String() string { return proto.CompactTextString(m) }
1112 func (*CompositeIndex) ProtoMessage() {}
[all …]
Ddatastore_v3.proto148 message CompositeIndex { message