Searched defs:CompositeProperty (Results 1 – 2 of 2) sorted by relevance
1019 type CompositeProperty struct { struct1020 IndexId *int64 `protobuf:"varint,1,req,name=index_id" json:"index_id,omitempty"`1021 Value []string `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"`1022 XXX_unrecognized []byte `json:"-"`1025 func (m *CompositeProperty) Reset() { *m = CompositeProperty{} }1026 func (m *CompositeProperty) String() string { return proto.CompactTextString(m) }1027 func (*CompositeProperty) ProtoMessage() {}1029 func (m *CompositeProperty) GetIndexId() int64 {1036 func (m *CompositeProperty) GetValue() []string {
130 message CompositeProperty { message