Searched defs:PropertyValue_ReferenceValue_PathElement (Results 1 – 1 of 1) sorted by relevance
| /external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
| D | datastore_v3.pb.go | 709 type PropertyValue_ReferenceValue_PathElement struct { struct 710 Type *string `protobuf:"bytes,15,req,name=type" json:"type,omitempty"` 711 Id *int64 `protobuf:"varint,16,opt,name=id" json:"id,omitempty"` 712 Name *string `protobuf:"bytes,17,opt,name=name" json:"name,omitempty"` 713 XXX_unrecognized []byte `json:"-"` 716 func (m *PropertyValue_ReferenceValue_PathElement) Reset() { 719 …(m *PropertyValue_ReferenceValue_PathElement) String() string { return proto.CompactTextString(m) } 720 func (*PropertyValue_ReferenceValue_PathElement) ProtoMessage() {} 722 func (m *PropertyValue_ReferenceValue_PathElement) GetType() string { 729 func (m *PropertyValue_ReferenceValue_PathElement) GetId() int64 { [all …]
|