Searched defs:Path_Element (Results 1 – 1 of 1) sorted by relevance
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 835 type Path_Element struct { struct 836 Type *string `protobuf:"bytes,2,req,name=type" json:"type,omitempty"` 837 Id *int64 `protobuf:"varint,3,opt,name=id" json:"id,omitempty"` 838 Name *string `protobuf:"bytes,4,opt,name=name" json:"name,omitempty"` 839 XXX_unrecognized []byte `json:"-"` 842 func (m *Path_Element) Reset() { *m = Path_Element{} } 843 func (m *Path_Element) String() string { return proto.CompactTextString(m) } 844 func (*Path_Element) ProtoMessage() {} 846 func (m *Path_Element) GetType() string { 853 func (m *Path_Element) GetId() int64 { [all …]
|