Documentation ¶
Overview ¶
Package pb defines protocol buffer message types intended for use in tmaps APIs.
These message types are different and independent from those used in storage.
Index ¶
- Variables
- type AnyItem
- func (*AnyItem) Descriptor() ([]byte, []int)
- func (m *AnyItem) GetItemId() uint64
- func (m *AnyItem) GetItemType() ItemType
- func (m *AnyItem) GetNameIds() []uint64
- func (m *AnyItem) GetNames() []*AnyItem
- func (m *AnyItem) GetOccurrenceIds() []uint64
- func (m *AnyItem) GetOccurrences() []*AnyItem
- func (m *AnyItem) GetPlayerRef() *Ref
- func (m *AnyItem) GetRefs() []*Ref
- func (m *AnyItem) GetRoleIds() []uint64
- func (m *AnyItem) GetRoles() []*AnyItem
- func (m *AnyItem) GetTopicMapId() uint64
- func (m *AnyItem) GetTypeRef() *Ref
- func (m *AnyItem) GetValue() string
- func (*AnyItem) ProtoMessage()
- func (m *AnyItem) Reset()
- func (m *AnyItem) String() string
- func (m *AnyItem) XXX_DiscardUnknown()
- func (m *AnyItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *AnyItem) XXX_Merge(src proto.Message)
- func (m *AnyItem) XXX_Size() int
- func (m *AnyItem) XXX_Unmarshal(b []byte) error
- type CreationRequest
- func (*CreationRequest) Descriptor() ([]byte, []int)
- func (m *CreationRequest) GetItemType() ItemType
- func (m *CreationRequest) GetParent() uint64
- func (m *CreationRequest) GetTopicMapId() uint64
- func (*CreationRequest) ProtoMessage()
- func (m *CreationRequest) Reset()
- func (m *CreationRequest) String() string
- func (m *CreationRequest) XXX_DiscardUnknown()
- func (m *CreationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CreationRequest) XXX_Merge(src proto.Message)
- func (m *CreationRequest) XXX_Size() int
- func (m *CreationRequest) XXX_Unmarshal(b []byte) error
- type DeletionRequest
- func (*DeletionRequest) Descriptor() ([]byte, []int)
- func (m *DeletionRequest) GetId() uint64
- func (m *DeletionRequest) GetItemType() ItemType
- func (m *DeletionRequest) GetTopicMapId() uint64
- func (*DeletionRequest) ProtoMessage()
- func (m *DeletionRequest) Reset()
- func (m *DeletionRequest) String() string
- func (m *DeletionRequest) XXX_DiscardUnknown()
- func (m *DeletionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DeletionRequest) XXX_Merge(src proto.Message)
- func (m *DeletionRequest) XXX_Size() int
- func (m *DeletionRequest) XXX_Unmarshal(b []byte) error
- type DeletionResponse
- func (*DeletionResponse) Descriptor() ([]byte, []int)
- func (m *DeletionResponse) GetId() uint64
- func (m *DeletionResponse) GetItemType() ItemType
- func (m *DeletionResponse) GetTopicMapId() uint64
- func (*DeletionResponse) ProtoMessage()
- func (m *DeletionResponse) Reset()
- func (m *DeletionResponse) String() string
- func (m *DeletionResponse) XXX_DiscardUnknown()
- func (m *DeletionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *DeletionResponse) XXX_Merge(src proto.Message)
- func (m *DeletionResponse) XXX_Size() int
- func (m *DeletionResponse) XXX_Unmarshal(b []byte) error
- type Item
- func (*Item) Descriptor() ([]byte, []int)
- func (m *Item) GetLibrary() *Library
- func (m *Item) GetName() *Name
- func (m *Item) GetOccurrence() *Occurrence
- func (m *Item) GetSpecific() isItem_Specific
- func (m *Item) GetTopic() *Topic
- func (m *Item) GetTopicMap() *TopicMap
- func (*Item) ProtoMessage()
- func (m *Item) Reset()
- func (m *Item) String() string
- func (m *Item) XXX_DiscardUnknown()
- func (m *Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Item) XXX_Merge(src proto.Message)
- func (*Item) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *Item) XXX_Size() int
- func (m *Item) XXX_Unmarshal(b []byte) error
- type ItemType
- type Item_Library
- type Item_Name
- type Item_Occurrence
- type Item_Topic
- type Item_TopicMap
- type Library
- func (*Library) Descriptor() ([]byte, []int)
- func (m *Library) GetTopicMapIds() []uint64
- func (*Library) ProtoMessage()
- func (m *Library) Reset()
- func (m *Library) String() string
- func (m *Library) XXX_DiscardUnknown()
- func (m *Library) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Library) XXX_Merge(src proto.Message)
- func (m *Library) XXX_Size() int
- func (m *Library) XXX_Unmarshal(b []byte) error
- type LoadRequest
- func (*LoadRequest) Descriptor() ([]byte, []int)
- func (m *LoadRequest) GetId() uint64
- func (m *LoadRequest) GetItemType() ItemType
- func (m *LoadRequest) GetTopicMapId() uint64
- func (*LoadRequest) ProtoMessage()
- func (m *LoadRequest) Reset()
- func (m *LoadRequest) String() string
- func (m *LoadRequest) XXX_DiscardUnknown()
- func (m *LoadRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *LoadRequest) XXX_Merge(src proto.Message)
- func (m *LoadRequest) XXX_Size() int
- func (m *LoadRequest) XXX_Unmarshal(b []byte) error
- type LoadResponse
- func (*LoadResponse) Descriptor() ([]byte, []int)
- func (m *LoadResponse) GetItem() *Item
- func (*LoadResponse) ProtoMessage()
- func (m *LoadResponse) Reset()
- func (m *LoadResponse) String() string
- func (m *LoadResponse) XXX_DiscardUnknown()
- func (m *LoadResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *LoadResponse) XXX_Merge(src proto.Message)
- func (m *LoadResponse) XXX_Size() int
- func (m *LoadResponse) XXX_Unmarshal(b []byte) error
- type Mask
- type MutationRequest
- func (*MutationRequest) Descriptor() ([]byte, []int)
- func (m *MutationRequest) GetCreationRequests() []*CreationRequest
- func (m *MutationRequest) GetDeletionRequests() []*DeletionRequest
- func (m *MutationRequest) GetUpdateOrderRequests() []*UpdateOrderRequest
- func (m *MutationRequest) GetUpdateValueRequests() []*UpdateValueRequest
- func (*MutationRequest) ProtoMessage()
- func (m *MutationRequest) Reset()
- func (m *MutationRequest) String() string
- func (m *MutationRequest) XXX_DiscardUnknown()
- func (m *MutationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *MutationRequest) XXX_Merge(src proto.Message)
- func (m *MutationRequest) XXX_Size() int
- func (m *MutationRequest) XXX_Unmarshal(b []byte) error
- type MutationResponse
- func (*MutationResponse) Descriptor() ([]byte, []int)
- func (m *MutationResponse) GetCreationResponses() []*UpdateResponse
- func (m *MutationResponse) GetDeletionResponses() []*DeletionResponse
- func (m *MutationResponse) GetUpdateOrderResponses() []*UpdateResponse
- func (m *MutationResponse) GetUpdateValueResponses() []*UpdateResponse
- func (*MutationResponse) ProtoMessage()
- func (m *MutationResponse) Reset()
- func (m *MutationResponse) String() string
- func (m *MutationResponse) XXX_DiscardUnknown()
- func (m *MutationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *MutationResponse) XXX_Merge(src proto.Message)
- func (m *MutationResponse) XXX_Size() int
- func (m *MutationResponse) XXX_Unmarshal(b []byte) error
- type Name
- func (*Name) Descriptor() ([]byte, []int)
- func (m *Name) GetId() uint64
- func (m *Name) GetParentId() uint64
- func (m *Name) GetTopicMapId() uint64
- func (m *Name) GetValue() string
- func (*Name) ProtoMessage()
- func (m *Name) Reset()
- func (m *Name) String() string
- func (m *Name) XXX_DiscardUnknown()
- func (m *Name) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Name) XXX_Merge(src proto.Message)
- func (m *Name) XXX_Size() int
- func (m *Name) XXX_Unmarshal(b []byte) error
- type Occurrence
- func (*Occurrence) Descriptor() ([]byte, []int)
- func (m *Occurrence) GetId() uint64
- func (m *Occurrence) GetParentId() uint64
- func (m *Occurrence) GetTopicMapId() uint64
- func (m *Occurrence) GetValue() string
- func (*Occurrence) ProtoMessage()
- func (m *Occurrence) Reset()
- func (m *Occurrence) String() string
- func (m *Occurrence) XXX_DiscardUnknown()
- func (m *Occurrence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Occurrence) XXX_Merge(src proto.Message)
- func (m *Occurrence) XXX_Size() int
- func (m *Occurrence) XXX_Unmarshal(b []byte) error
- type Orderable
- type QueryRequest
- func (*QueryRequest) Descriptor() ([]byte, []int)
- func (m *QueryRequest) GetLoadRequests() []*LoadRequest
- func (m *QueryRequest) GetSearchRequests() []*SearchRequest
- func (*QueryRequest) ProtoMessage()
- func (m *QueryRequest) Reset()
- func (m *QueryRequest) String() string
- func (m *QueryRequest) XXX_DiscardUnknown()
- func (m *QueryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *QueryRequest) XXX_Merge(src proto.Message)
- func (m *QueryRequest) XXX_Size() int
- func (m *QueryRequest) XXX_Unmarshal(b []byte) error
- type QueryResponse
- func (*QueryResponse) Descriptor() ([]byte, []int)
- func (m *QueryResponse) GetLoadResponses() []*LoadResponse
- func (m *QueryResponse) GetSearchResponses() []*SearchResponse
- func (*QueryResponse) ProtoMessage()
- func (m *QueryResponse) Reset()
- func (m *QueryResponse) String() string
- func (m *QueryResponse) XXX_DiscardUnknown()
- func (m *QueryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *QueryResponse) XXX_Merge(src proto.Message)
- func (m *QueryResponse) XXX_Size() int
- func (m *QueryResponse) XXX_Unmarshal(b []byte) error
- type Ref
- func (*Ref) Descriptor() ([]byte, []int)
- func (m *Ref) GetIri() string
- func (m *Ref) GetType() RefType
- func (*Ref) ProtoMessage()
- func (m *Ref) Reset()
- func (m *Ref) String() string
- func (m *Ref) XXX_DiscardUnknown()
- func (m *Ref) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Ref) XXX_Merge(src proto.Message)
- func (m *Ref) XXX_Size() int
- func (m *Ref) XXX_Unmarshal(b []byte) error
- type RefType
- type SearchRequest
- func (*SearchRequest) Descriptor() ([]byte, []int)
- func (m *SearchRequest) GetTmql() string
- func (m *SearchRequest) GetTopicMapIds() []uint64
- func (*SearchRequest) ProtoMessage()
- func (m *SearchRequest) Reset()
- func (m *SearchRequest) String() string
- func (m *SearchRequest) XXX_DiscardUnknown()
- func (m *SearchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SearchRequest) XXX_Merge(src proto.Message)
- func (m *SearchRequest) XXX_Size() int
- func (m *SearchRequest) XXX_Unmarshal(b []byte) error
- type SearchResponse
- func (*SearchResponse) Descriptor() ([]byte, []int)
- func (m *SearchResponse) GetCount() uint64
- func (m *SearchResponse) GetItems() []*Item
- func (m *SearchResponse) GetOffset() uint64
- func (*SearchResponse) ProtoMessage()
- func (m *SearchResponse) Reset()
- func (m *SearchResponse) String() string
- func (m *SearchResponse) XXX_DiscardUnknown()
- func (m *SearchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SearchResponse) XXX_Merge(src proto.Message)
- func (m *SearchResponse) XXX_Size() int
- func (m *SearchResponse) XXX_Unmarshal(b []byte) error
- type Topic
- func (*Topic) Descriptor() ([]byte, []int)
- func (m *Topic) GetId() uint64
- func (m *Topic) GetNameIds() []uint64
- func (m *Topic) GetNames() []*Name
- func (m *Topic) GetOccurrenceIds() []uint64
- func (m *Topic) GetOccurrences() []*Occurrence
- func (m *Topic) GetTopicMapId() uint64
- func (*Topic) ProtoMessage()
- func (m *Topic) Reset()
- func (m *Topic) String() string
- func (m *Topic) XXX_DiscardUnknown()
- func (m *Topic) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Topic) XXX_Merge(src proto.Message)
- func (m *Topic) XXX_Size() int
- func (m *Topic) XXX_Unmarshal(b []byte) error
- type TopicMap
- func (*TopicMap) Descriptor() ([]byte, []int)
- func (m *TopicMap) GetId() uint64
- func (m *TopicMap) GetInTrash() bool
- func (m *TopicMap) GetTopic() *Topic
- func (*TopicMap) ProtoMessage()
- func (m *TopicMap) Reset()
- func (m *TopicMap) String() string
- func (m *TopicMap) XXX_DiscardUnknown()
- func (m *TopicMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TopicMap) XXX_Merge(src proto.Message)
- func (m *TopicMap) XXX_Size() int
- func (m *TopicMap) XXX_Unmarshal(b []byte) error
- type Tuple
- func (*Tuple) Descriptor() ([]byte, []int)
- func (m *Tuple) GetItems() []*AnyItem
- func (*Tuple) ProtoMessage()
- func (m *Tuple) Reset()
- func (m *Tuple) String() string
- func (m *Tuple) XXX_DiscardUnknown()
- func (m *Tuple) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Tuple) XXX_Merge(src proto.Message)
- func (m *Tuple) XXX_Size() int
- func (m *Tuple) XXX_Unmarshal(b []byte) error
- type TupleSequence
- func (*TupleSequence) Descriptor() ([]byte, []int)
- func (m *TupleSequence) GetTuples() []*Tuple
- func (*TupleSequence) ProtoMessage()
- func (m *TupleSequence) Reset()
- func (m *TupleSequence) String() string
- func (m *TupleSequence) XXX_DiscardUnknown()
- func (m *TupleSequence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TupleSequence) XXX_Merge(src proto.Message)
- func (m *TupleSequence) XXX_Size() int
- func (m *TupleSequence) XXX_Unmarshal(b []byte) error
- type UpdateOrderRequest
- func (*UpdateOrderRequest) Descriptor() ([]byte, []int)
- func (m *UpdateOrderRequest) GetDstIndices() []uint32
- func (m *UpdateOrderRequest) GetId() uint64
- func (m *UpdateOrderRequest) GetOrderable() Orderable
- func (m *UpdateOrderRequest) GetSrcIndices() []uint32
- func (m *UpdateOrderRequest) GetTopicMapId() uint64
- func (*UpdateOrderRequest) ProtoMessage()
- func (m *UpdateOrderRequest) Reset()
- func (m *UpdateOrderRequest) String() string
- func (m *UpdateOrderRequest) XXX_DiscardUnknown()
- func (m *UpdateOrderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *UpdateOrderRequest) XXX_Merge(src proto.Message)
- func (m *UpdateOrderRequest) XXX_Size() int
- func (m *UpdateOrderRequest) XXX_Unmarshal(b []byte) error
- type UpdateResponse
- func (*UpdateResponse) Descriptor() ([]byte, []int)
- func (m *UpdateResponse) GetId() uint64
- func (m *UpdateResponse) GetItem() *Item
- func (m *UpdateResponse) GetTopicMapId() uint64
- func (*UpdateResponse) ProtoMessage()
- func (m *UpdateResponse) Reset()
- func (m *UpdateResponse) String() string
- func (m *UpdateResponse) XXX_DiscardUnknown()
- func (m *UpdateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *UpdateResponse) XXX_Merge(src proto.Message)
- func (m *UpdateResponse) XXX_Size() int
- func (m *UpdateResponse) XXX_Unmarshal(b []byte) error
- type UpdateValueRequest
- func (*UpdateValueRequest) Descriptor() ([]byte, []int)
- func (m *UpdateValueRequest) GetId() uint64
- func (m *UpdateValueRequest) GetItemType() ItemType
- func (m *UpdateValueRequest) GetTopicMapId() uint64
- func (m *UpdateValueRequest) GetValue() string
- func (*UpdateValueRequest) ProtoMessage()
- func (m *UpdateValueRequest) Reset()
- func (m *UpdateValueRequest) String() string
- func (m *UpdateValueRequest) XXX_DiscardUnknown()
- func (m *UpdateValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *UpdateValueRequest) XXX_Merge(src proto.Message)
- func (m *UpdateValueRequest) XXX_Size() int
- func (m *UpdateValueRequest) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ItemType_name = map[int32]string{
0: "UnspecifiedItem",
1: "LibraryItem",
2: "TopicMapItem",
3: "TopicItem",
4: "NameItem",
6: "OccurrenceItem",
}
View Source
var ItemType_value = map[string]int32{
"UnspecifiedItem": 0,
"LibraryItem": 1,
"TopicMapItem": 2,
"TopicItem": 3,
"NameItem": 4,
"OccurrenceItem": 6,
}
View Source
var Mask_name = map[int32]string{
0: "UnspecifiedMask",
1: "IdsMask",
2: "RefsMask",
3: "TopicsMask",
4: "NamesMask",
5: "OccurrencesMask",
6: "ValueMask",
7: "ParentMask",
}
View Source
var Mask_value = map[string]int32{
"UnspecifiedMask": 0,
"IdsMask": 1,
"RefsMask": 2,
"TopicsMask": 3,
"NamesMask": 4,
"OccurrencesMask": 5,
"ValueMask": 6,
"ParentMask": 7,
}
View Source
var Orderable_name = map[int32]string{
0: "OrderableUnspecified",
1: "OrderableNames",
2: "OrderableOccurrences",
}
View Source
var Orderable_value = map[string]int32{
"OrderableUnspecified": 0,
"OrderableNames": 1,
"OrderableOccurrences": 2,
}
View Source
var RefType_name = map[int32]string{
0: "UnspecifiedRefType",
1: "ItemIdentifier",
2: "SubjectIdentifier",
3: "SubjectLocator",
}
View Source
var RefType_value = map[string]int32{
"UnspecifiedRefType": 0,
"ItemIdentifier": 1,
"SubjectIdentifier": 2,
"SubjectLocator": 3,
}
Functions ¶
This section is empty.
Types ¶
type AnyItem ¶
type AnyItem struct { TopicMapId uint64 `protobuf:"varint,1,opt,name=topic_map_id,json=topicMapId,proto3" json:"topic_map_id,omitempty"` ItemId uint64 `protobuf:"varint,2,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"` ItemType ItemType `protobuf:"varint,3,opt,name=item_type,json=itemType,proto3,enum=ItemType" json:"item_type,omitempty"` Refs []*Ref `protobuf:"bytes,4,rep,name=refs,proto3" json:"refs,omitempty"` NameIds []uint64 `protobuf:"varint,5,rep,packed,name=name_ids,json=nameIds,proto3" json:"name_ids,omitempty"` Names []*AnyItem `protobuf:"bytes,6,rep,name=names,proto3" json:"names,omitempty"` OccurrenceIds []uint64 `protobuf:"varint,7,rep,packed,name=occurrence_ids,json=occurrenceIds,proto3" json:"occurrence_ids,omitempty"` Occurrences []*AnyItem `protobuf:"bytes,8,rep,name=occurrences,proto3" json:"occurrences,omitempty"` Value string `protobuf:"bytes,9,opt,name=value,proto3" json:"value,omitempty"` TypeRef *Ref `protobuf:"bytes,10,opt,name=type_ref,json=typeRef,proto3" json:"type_ref,omitempty"` RoleIds []uint64 `protobuf:"varint,12,rep,packed,name=role_ids,json=roleIds,proto3" json:"role_ids,omitempty"` Roles []*AnyItem `protobuf:"bytes,13,rep,name=roles,proto3" json:"roles,omitempty"` PlayerRef *Ref `protobuf:"bytes,11,opt,name=player_ref,json=playerRef,proto3" json:"player_ref,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AnyItem) Descriptor ¶
func (*AnyItem) GetItemType ¶
func (*AnyItem) GetNameIds ¶
func (*AnyItem) GetOccurrenceIds ¶
func (*AnyItem) GetOccurrences ¶
func (*AnyItem) GetPlayerRef ¶
func (*AnyItem) GetRoleIds ¶
func (*AnyItem) GetTopicMapId ¶
func (*AnyItem) GetTypeRef ¶
func (*AnyItem) ProtoMessage ¶
func (*AnyItem) ProtoMessage()
func (*AnyItem) XXX_DiscardUnknown ¶
func (m *AnyItem) XXX_DiscardUnknown()
func (*AnyItem) XXX_Marshal ¶
func (*AnyItem) XXX_Unmarshal ¶
type CreationRequest ¶
type CreationRequest struct { // May be zero only if type is TopicMap. TopicMapId uint64 `protobuf:"varint,1,opt,name=topic_map_id,json=topicMapId,proto3" json:"topic_map_id,omitempty"` // May be zero only if type is TopicMap. Parent uint64 `protobuf:"varint,2,opt,name=parent,proto3" json:"parent,omitempty"` // Must not be Library. ItemType ItemType `protobuf:"varint,3,opt,name=item_type,json=itemType,proto3,enum=ItemType" json:"item_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreationRequest) Descriptor ¶
func (*CreationRequest) Descriptor() ([]byte, []int)
func (*CreationRequest) GetItemType ¶
func (m *CreationRequest) GetItemType() ItemType
func (*CreationRequest) GetParent ¶
func (m *CreationRequest) GetParent() uint64
func (*CreationRequest) GetTopicMapId ¶
func (m *CreationRequest) GetTopicMapId() uint64
func (*CreationRequest) ProtoMessage ¶
func (*CreationRequest) ProtoMessage()
func (*CreationRequest) Reset ¶
func (m *CreationRequest) Reset()
func (*CreationRequest) String ¶
func (m *CreationRequest) String() string
func (*CreationRequest) XXX_DiscardUnknown ¶
func (m *CreationRequest) XXX_DiscardUnknown()
func (*CreationRequest) XXX_Marshal ¶
func (m *CreationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreationRequest) XXX_Merge ¶
func (dst *CreationRequest) XXX_Merge(src proto.Message)
func (*CreationRequest) XXX_Size ¶
func (m *CreationRequest) XXX_Size() int
func (*CreationRequest) XXX_Unmarshal ¶
func (m *CreationRequest) XXX_Unmarshal(b []byte) error
type DeletionRequest ¶
type DeletionRequest struct { TopicMapId uint64 `protobuf:"varint,1,opt,name=topic_map_id,json=topicMapId,proto3" json:"topic_map_id,omitempty"` Id uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` ItemType ItemType `protobuf:"varint,3,opt,name=item_type,json=itemType,proto3,enum=ItemType" json:"item_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeletionRequest) Descriptor ¶
func (*DeletionRequest) Descriptor() ([]byte, []int)
func (*DeletionRequest) GetId ¶
func (m *DeletionRequest) GetId() uint64
func (*DeletionRequest) GetItemType ¶
func (m *DeletionRequest) GetItemType() ItemType
func (*DeletionRequest) GetTopicMapId ¶
func (m *DeletionRequest) GetTopicMapId() uint64
func (*DeletionRequest) ProtoMessage ¶
func (*DeletionRequest) ProtoMessage()
func (*DeletionRequest) Reset ¶
func (m *DeletionRequest) Reset()
func (*DeletionRequest) String ¶
func (m *DeletionRequest) String() string
func (*DeletionRequest) XXX_DiscardUnknown ¶
func (m *DeletionRequest) XXX_DiscardUnknown()
func (*DeletionRequest) XXX_Marshal ¶
func (m *DeletionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeletionRequest) XXX_Merge ¶
func (dst *DeletionRequest) XXX_Merge(src proto.Message)
func (*DeletionRequest) XXX_Size ¶
func (m *DeletionRequest) XXX_Size() int
func (*DeletionRequest) XXX_Unmarshal ¶
func (m *DeletionRequest) XXX_Unmarshal(b []byte) error
type DeletionResponse ¶
type DeletionResponse struct { TopicMapId uint64 `protobuf:"varint,1,opt,name=topic_map_id,json=topicMapId,proto3" json:"topic_map_id,omitempty"` Id uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` ItemType ItemType `protobuf:"varint,3,opt,name=item_type,json=itemType,proto3,enum=ItemType" json:"item_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeletionResponse) Descriptor ¶
func (*DeletionResponse) Descriptor() ([]byte, []int)
func (*DeletionResponse) GetId ¶
func (m *DeletionResponse) GetId() uint64
func (*DeletionResponse) GetItemType ¶
func (m *DeletionResponse) GetItemType() ItemType
func (*DeletionResponse) GetTopicMapId ¶
func (m *DeletionResponse) GetTopicMapId() uint64
func (*DeletionResponse) ProtoMessage ¶
func (*DeletionResponse) ProtoMessage()
func (*DeletionResponse) Reset ¶
func (m *DeletionResponse) Reset()
func (*DeletionResponse) String ¶
func (m *DeletionResponse) String() string
func (*DeletionResponse) XXX_DiscardUnknown ¶
func (m *DeletionResponse) XXX_DiscardUnknown()
func (*DeletionResponse) XXX_Marshal ¶
func (m *DeletionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeletionResponse) XXX_Merge ¶
func (dst *DeletionResponse) XXX_Merge(src proto.Message)
func (*DeletionResponse) XXX_Size ¶
func (m *DeletionResponse) XXX_Size() int
func (*DeletionResponse) XXX_Unmarshal ¶
func (m *DeletionResponse) XXX_Unmarshal(b []byte) error
type Item ¶
type Item struct { // Types that are valid to be assigned to Specific: // *Item_Library // *Item_TopicMap // *Item_Topic // *Item_Name // *Item_Occurrence Specific isItem_Specific `protobuf_oneof:"specific"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Item) Descriptor ¶
func (*Item) GetLibrary ¶
func (*Item) GetOccurrence ¶
func (m *Item) GetOccurrence() *Occurrence
func (*Item) GetSpecific ¶
func (m *Item) GetSpecific() isItem_Specific
func (*Item) GetTopicMap ¶
func (*Item) ProtoMessage ¶
func (*Item) ProtoMessage()
func (*Item) XXX_DiscardUnknown ¶
func (m *Item) XXX_DiscardUnknown()
func (*Item) XXX_OneofFuncs ¶
func (*Item) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*Item) XXX_Unmarshal ¶
type Item_Library ¶
type Item_Library struct {
Library *Library `protobuf:"bytes,1,opt,name=library,proto3,oneof"`
}
type Item_Name ¶
type Item_Name struct {
Name *Name `protobuf:"bytes,4,opt,name=name,proto3,oneof"`
}
type Item_Occurrence ¶
type Item_Occurrence struct {
Occurrence *Occurrence `protobuf:"bytes,6,opt,name=occurrence,proto3,oneof"`
}
type Item_Topic ¶
type Item_Topic struct {
Topic *Topic `protobuf:"bytes,3,opt,name=topic,proto3,oneof"`
}
type Item_TopicMap ¶
type Item_TopicMap struct {
TopicMap *TopicMap `protobuf:"bytes,2,opt,name=topic_map,json=topicMap,proto3,oneof"`
}
type Library ¶
type Library struct { TopicMapIds []uint64 `protobuf:"varint,1,rep,packed,name=topic_map_ids,json=topicMapIds,proto3" json:"topic_map_ids,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Library) Descriptor ¶
func (*Library) GetTopicMapIds ¶
func (*Library) ProtoMessage ¶
func (*Library) ProtoMessage()
func (*Library) XXX_DiscardUnknown ¶
func (m *Library) XXX_DiscardUnknown()
func (*Library) XXX_Marshal ¶
func (*Library) XXX_Unmarshal ¶
type LoadRequest ¶
type LoadRequest struct { // If necessary, identifies the topic map that contains the item to load. TopicMapId uint64 `protobuf:"varint,1,opt,name=topic_map_id,json=topicMapId,proto3" json:"topic_map_id,omitempty"` // Identifies the item to load. Id uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` // Specifies which type of item to load. For items that can be reified by a // topic, there are multiple valid types for the same id. ItemType ItemType `protobuf:"varint,3,opt,name=item_type,json=itemType,proto3,enum=ItemType" json:"item_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LoadRequest) Descriptor ¶
func (*LoadRequest) Descriptor() ([]byte, []int)
func (*LoadRequest) GetId ¶
func (m *LoadRequest) GetId() uint64
func (*LoadRequest) GetItemType ¶
func (m *LoadRequest) GetItemType() ItemType
func (*LoadRequest) GetTopicMapId ¶
func (m *LoadRequest) GetTopicMapId() uint64
func (*LoadRequest) ProtoMessage ¶
func (*LoadRequest) ProtoMessage()
func (*LoadRequest) Reset ¶
func (m *LoadRequest) Reset()
func (*LoadRequest) String ¶
func (m *LoadRequest) String() string
func (*LoadRequest) XXX_DiscardUnknown ¶
func (m *LoadRequest) XXX_DiscardUnknown()
func (*LoadRequest) XXX_Marshal ¶
func (m *LoadRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LoadRequest) XXX_Merge ¶
func (dst *LoadRequest) XXX_Merge(src proto.Message)
func (*LoadRequest) XXX_Size ¶
func (m *LoadRequest) XXX_Size() int
func (*LoadRequest) XXX_Unmarshal ¶
func (m *LoadRequest) XXX_Unmarshal(b []byte) error
type LoadResponse ¶
type LoadResponse struct { Item *Item `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LoadResponse) Descriptor ¶
func (*LoadResponse) Descriptor() ([]byte, []int)
func (*LoadResponse) GetItem ¶
func (m *LoadResponse) GetItem() *Item
func (*LoadResponse) ProtoMessage ¶
func (*LoadResponse) ProtoMessage()
func (*LoadResponse) Reset ¶
func (m *LoadResponse) Reset()
func (*LoadResponse) String ¶
func (m *LoadResponse) String() string
func (*LoadResponse) XXX_DiscardUnknown ¶
func (m *LoadResponse) XXX_DiscardUnknown()
func (*LoadResponse) XXX_Marshal ¶
func (m *LoadResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LoadResponse) XXX_Merge ¶
func (dst *LoadResponse) XXX_Merge(src proto.Message)
func (*LoadResponse) XXX_Size ¶
func (m *LoadResponse) XXX_Size() int
func (*LoadResponse) XXX_Unmarshal ¶
func (m *LoadResponse) XXX_Unmarshal(b []byte) error
type MutationRequest ¶
type MutationRequest struct { CreationRequests []*CreationRequest `protobuf:"bytes,1,rep,name=creation_requests,json=creationRequests,proto3" json:"creation_requests,omitempty"` UpdateOrderRequests []*UpdateOrderRequest `protobuf:"bytes,2,rep,name=update_order_requests,json=updateOrderRequests,proto3" json:"update_order_requests,omitempty"` UpdateValueRequests []*UpdateValueRequest `protobuf:"bytes,3,rep,name=update_value_requests,json=updateValueRequests,proto3" json:"update_value_requests,omitempty"` DeletionRequests []*DeletionRequest `protobuf:"bytes,4,rep,name=deletion_requests,json=deletionRequests,proto3" json:"deletion_requests,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MutationRequest) Descriptor ¶
func (*MutationRequest) Descriptor() ([]byte, []int)
func (*MutationRequest) GetCreationRequests ¶
func (m *MutationRequest) GetCreationRequests() []*CreationRequest
func (*MutationRequest) GetDeletionRequests ¶
func (m *MutationRequest) GetDeletionRequests() []*DeletionRequest
func (*MutationRequest) GetUpdateOrderRequests ¶
func (m *MutationRequest) GetUpdateOrderRequests() []*UpdateOrderRequest
func (*MutationRequest) GetUpdateValueRequests ¶
func (m *MutationRequest) GetUpdateValueRequests() []*UpdateValueRequest
func (*MutationRequest) ProtoMessage ¶
func (*MutationRequest) ProtoMessage()
func (*MutationRequest) Reset ¶
func (m *MutationRequest) Reset()
func (*MutationRequest) String ¶
func (m *MutationRequest) String() string
func (*MutationRequest) XXX_DiscardUnknown ¶
func (m *MutationRequest) XXX_DiscardUnknown()
func (*MutationRequest) XXX_Marshal ¶
func (m *MutationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MutationRequest) XXX_Merge ¶
func (dst *MutationRequest) XXX_Merge(src proto.Message)
func (*MutationRequest) XXX_Size ¶
func (m *MutationRequest) XXX_Size() int
func (*MutationRequest) XXX_Unmarshal ¶
func (m *MutationRequest) XXX_Unmarshal(b []byte) error
type MutationResponse ¶
type MutationResponse struct { CreationResponses []*UpdateResponse `protobuf:"bytes,1,rep,name=creation_responses,json=creationResponses,proto3" json:"creation_responses,omitempty"` UpdateOrderResponses []*UpdateResponse `protobuf:"bytes,2,rep,name=update_order_responses,json=updateOrderResponses,proto3" json:"update_order_responses,omitempty"` UpdateValueResponses []*UpdateResponse `protobuf:"bytes,3,rep,name=update_value_responses,json=updateValueResponses,proto3" json:"update_value_responses,omitempty"` DeletionResponses []*DeletionResponse `protobuf:"bytes,4,rep,name=deletion_responses,json=deletionResponses,proto3" json:"deletion_responses,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MutationResponse) Descriptor ¶
func (*MutationResponse) Descriptor() ([]byte, []int)
func (*MutationResponse) GetCreationResponses ¶
func (m *MutationResponse) GetCreationResponses() []*UpdateResponse
func (*MutationResponse) GetDeletionResponses ¶
func (m *MutationResponse) GetDeletionResponses() []*DeletionResponse
func (*MutationResponse) GetUpdateOrderResponses ¶
func (m *MutationResponse) GetUpdateOrderResponses() []*UpdateResponse
func (*MutationResponse) GetUpdateValueResponses ¶
func (m *MutationResponse) GetUpdateValueResponses() []*UpdateResponse
func (*MutationResponse) ProtoMessage ¶
func (*MutationResponse) ProtoMessage()
func (*MutationResponse) Reset ¶
func (m *MutationResponse) Reset()
func (*MutationResponse) String ¶
func (m *MutationResponse) String() string
func (*MutationResponse) XXX_DiscardUnknown ¶
func (m *MutationResponse) XXX_DiscardUnknown()
func (*MutationResponse) XXX_Marshal ¶
func (m *MutationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MutationResponse) XXX_Merge ¶
func (dst *MutationResponse) XXX_Merge(src proto.Message)
func (*MutationResponse) XXX_Size ¶
func (m *MutationResponse) XXX_Size() int
func (*MutationResponse) XXX_Unmarshal ¶
func (m *MutationResponse) XXX_Unmarshal(b []byte) error
type Name ¶
type Name struct { TopicMapId uint64 `protobuf:"varint,1,opt,name=topic_map_id,json=topicMapId,proto3" json:"topic_map_id,omitempty"` ParentId uint64 `protobuf:"varint,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Id uint64 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"` Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Name) Descriptor ¶
func (*Name) GetParentId ¶
func (*Name) GetTopicMapId ¶
func (*Name) ProtoMessage ¶
func (*Name) ProtoMessage()
func (*Name) XXX_DiscardUnknown ¶
func (m *Name) XXX_DiscardUnknown()
func (*Name) XXX_Unmarshal ¶
type Occurrence ¶
type Occurrence struct { TopicMapId uint64 `protobuf:"varint,1,opt,name=topic_map_id,json=topicMapId,proto3" json:"topic_map_id,omitempty"` ParentId uint64 `protobuf:"varint,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` Id uint64 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"` Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Occurrence) Descriptor ¶
func (*Occurrence) Descriptor() ([]byte, []int)
func (*Occurrence) GetId ¶
func (m *Occurrence) GetId() uint64
func (*Occurrence) GetParentId ¶
func (m *Occurrence) GetParentId() uint64
func (*Occurrence) GetTopicMapId ¶
func (m *Occurrence) GetTopicMapId() uint64
func (*Occurrence) GetValue ¶
func (m *Occurrence) GetValue() string
func (*Occurrence) ProtoMessage ¶
func (*Occurrence) ProtoMessage()
func (*Occurrence) Reset ¶
func (m *Occurrence) Reset()
func (*Occurrence) String ¶
func (m *Occurrence) String() string
func (*Occurrence) XXX_DiscardUnknown ¶
func (m *Occurrence) XXX_DiscardUnknown()
func (*Occurrence) XXX_Marshal ¶
func (m *Occurrence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Occurrence) XXX_Merge ¶
func (dst *Occurrence) XXX_Merge(src proto.Message)
func (*Occurrence) XXX_Size ¶
func (m *Occurrence) XXX_Size() int
func (*Occurrence) XXX_Unmarshal ¶
func (m *Occurrence) XXX_Unmarshal(b []byte) error
type QueryRequest ¶
type QueryRequest struct { LoadRequests []*LoadRequest `protobuf:"bytes,1,rep,name=load_requests,json=loadRequests,proto3" json:"load_requests,omitempty"` SearchRequests []*SearchRequest `protobuf:"bytes,2,rep,name=search_requests,json=searchRequests,proto3" json:"search_requests,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*QueryRequest) Descriptor ¶
func (*QueryRequest) Descriptor() ([]byte, []int)
func (*QueryRequest) GetLoadRequests ¶
func (m *QueryRequest) GetLoadRequests() []*LoadRequest
func (*QueryRequest) GetSearchRequests ¶
func (m *QueryRequest) GetSearchRequests() []*SearchRequest
func (*QueryRequest) ProtoMessage ¶
func (*QueryRequest) ProtoMessage()
func (*QueryRequest) Reset ¶
func (m *QueryRequest) Reset()
func (*QueryRequest) String ¶
func (m *QueryRequest) String() string
func (*QueryRequest) XXX_DiscardUnknown ¶
func (m *QueryRequest) XXX_DiscardUnknown()
func (*QueryRequest) XXX_Marshal ¶
func (m *QueryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryRequest) XXX_Merge ¶
func (dst *QueryRequest) XXX_Merge(src proto.Message)
func (*QueryRequest) XXX_Size ¶
func (m *QueryRequest) XXX_Size() int
func (*QueryRequest) XXX_Unmarshal ¶
func (m *QueryRequest) XXX_Unmarshal(b []byte) error
type QueryResponse ¶
type QueryResponse struct { LoadResponses []*LoadResponse `protobuf:"bytes,1,rep,name=load_responses,json=loadResponses,proto3" json:"load_responses,omitempty"` SearchResponses []*SearchResponse `protobuf:"bytes,2,rep,name=search_responses,json=searchResponses,proto3" json:"search_responses,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*QueryResponse) Descriptor ¶
func (*QueryResponse) Descriptor() ([]byte, []int)
func (*QueryResponse) GetLoadResponses ¶
func (m *QueryResponse) GetLoadResponses() []*LoadResponse
func (*QueryResponse) GetSearchResponses ¶
func (m *QueryResponse) GetSearchResponses() []*SearchResponse
func (*QueryResponse) ProtoMessage ¶
func (*QueryResponse) ProtoMessage()
func (*QueryResponse) Reset ¶
func (m *QueryResponse) Reset()
func (*QueryResponse) String ¶
func (m *QueryResponse) String() string
func (*QueryResponse) XXX_DiscardUnknown ¶
func (m *QueryResponse) XXX_DiscardUnknown()
func (*QueryResponse) XXX_Marshal ¶
func (m *QueryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryResponse) XXX_Merge ¶
func (dst *QueryResponse) XXX_Merge(src proto.Message)
func (*QueryResponse) XXX_Size ¶
func (m *QueryResponse) XXX_Size() int
func (*QueryResponse) XXX_Unmarshal ¶
func (m *QueryResponse) XXX_Unmarshal(b []byte) error
type Ref ¶
type Ref struct { Type RefType `protobuf:"varint,1,opt,name=type,proto3,enum=RefType" json:"type,omitempty"` Iri string `protobuf:"bytes,2,opt,name=iri,proto3" json:"iri,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ref) Descriptor ¶
func (*Ref) ProtoMessage ¶
func (*Ref) ProtoMessage()
func (*Ref) XXX_DiscardUnknown ¶
func (m *Ref) XXX_DiscardUnknown()
func (*Ref) XXX_Unmarshal ¶
type SearchRequest ¶
type SearchRequest struct { TopicMapIds []uint64 `protobuf:"varint,1,rep,packed,name=topic_map_ids,json=topicMapIds,proto3" json:"topic_map_ids,omitempty"` Tmql string `protobuf:"bytes,2,opt,name=tmql,proto3" json:"tmql,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SearchRequest) Descriptor ¶
func (*SearchRequest) Descriptor() ([]byte, []int)
func (*SearchRequest) GetTmql ¶
func (m *SearchRequest) GetTmql() string
func (*SearchRequest) GetTopicMapIds ¶
func (m *SearchRequest) GetTopicMapIds() []uint64
func (*SearchRequest) ProtoMessage ¶
func (*SearchRequest) ProtoMessage()
func (*SearchRequest) Reset ¶
func (m *SearchRequest) Reset()
func (*SearchRequest) String ¶
func (m *SearchRequest) String() string
func (*SearchRequest) XXX_DiscardUnknown ¶
func (m *SearchRequest) XXX_DiscardUnknown()
func (*SearchRequest) XXX_Marshal ¶
func (m *SearchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SearchRequest) XXX_Merge ¶
func (dst *SearchRequest) XXX_Merge(src proto.Message)
func (*SearchRequest) XXX_Size ¶
func (m *SearchRequest) XXX_Size() int
func (*SearchRequest) XXX_Unmarshal ¶
func (m *SearchRequest) XXX_Unmarshal(b []byte) error
type SearchResponse ¶
type SearchResponse struct { Items []*Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` Count uint64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` Offset uint64 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SearchResponse) Descriptor ¶
func (*SearchResponse) Descriptor() ([]byte, []int)
func (*SearchResponse) GetCount ¶
func (m *SearchResponse) GetCount() uint64
func (*SearchResponse) GetItems ¶
func (m *SearchResponse) GetItems() []*Item
func (*SearchResponse) GetOffset ¶
func (m *SearchResponse) GetOffset() uint64
func (*SearchResponse) ProtoMessage ¶
func (*SearchResponse) ProtoMessage()
func (*SearchResponse) Reset ¶
func (m *SearchResponse) Reset()
func (*SearchResponse) String ¶
func (m *SearchResponse) String() string
func (*SearchResponse) XXX_DiscardUnknown ¶
func (m *SearchResponse) XXX_DiscardUnknown()
func (*SearchResponse) XXX_Marshal ¶
func (m *SearchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SearchResponse) XXX_Merge ¶
func (dst *SearchResponse) XXX_Merge(src proto.Message)
func (*SearchResponse) XXX_Size ¶
func (m *SearchResponse) XXX_Size() int
func (*SearchResponse) XXX_Unmarshal ¶
func (m *SearchResponse) XXX_Unmarshal(b []byte) error
type Topic ¶
type Topic struct { TopicMapId uint64 `protobuf:"varint,1,opt,name=topic_map_id,json=topicMapId,proto3" json:"topic_map_id,omitempty"` Id uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` Names []*Name `protobuf:"bytes,3,rep,name=names,proto3" json:"names,omitempty"` Occurrences []*Occurrence `protobuf:"bytes,4,rep,name=occurrences,proto3" json:"occurrences,omitempty"` NameIds []uint64 `protobuf:"varint,5,rep,packed,name=name_ids,json=nameIds,proto3" json:"name_ids,omitempty"` OccurrenceIds []uint64 `protobuf:"varint,6,rep,packed,name=occurrence_ids,json=occurrenceIds,proto3" json:"occurrence_ids,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Topic) Descriptor ¶
func (*Topic) GetNameIds ¶
func (*Topic) GetOccurrenceIds ¶
func (*Topic) GetOccurrences ¶
func (m *Topic) GetOccurrences() []*Occurrence
func (*Topic) GetTopicMapId ¶
func (*Topic) ProtoMessage ¶
func (*Topic) ProtoMessage()
func (*Topic) XXX_DiscardUnknown ¶
func (m *Topic) XXX_DiscardUnknown()
func (*Topic) XXX_Marshal ¶
func (*Topic) XXX_Unmarshal ¶
type TopicMap ¶
type TopicMap struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Topic *Topic `protobuf:"bytes,2,opt,name=topic,proto3" json:"topic,omitempty"` InTrash bool `protobuf:"varint,3,opt,name=in_trash,json=inTrash,proto3" json:"in_trash,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TopicMap) Descriptor ¶
func (*TopicMap) GetInTrash ¶
func (*TopicMap) ProtoMessage ¶
func (*TopicMap) ProtoMessage()
func (*TopicMap) XXX_DiscardUnknown ¶
func (m *TopicMap) XXX_DiscardUnknown()
func (*TopicMap) XXX_Marshal ¶
func (*TopicMap) XXX_Unmarshal ¶
type Tuple ¶
type Tuple struct { Items []*AnyItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Tuple) Descriptor ¶
func (*Tuple) ProtoMessage ¶
func (*Tuple) ProtoMessage()
func (*Tuple) XXX_DiscardUnknown ¶
func (m *Tuple) XXX_DiscardUnknown()
func (*Tuple) XXX_Marshal ¶
func (*Tuple) XXX_Unmarshal ¶
type TupleSequence ¶
type TupleSequence struct { Tuples []*Tuple `protobuf:"bytes,1,rep,name=tuples,proto3" json:"tuples,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TupleSequence) Descriptor ¶
func (*TupleSequence) Descriptor() ([]byte, []int)
func (*TupleSequence) GetTuples ¶
func (m *TupleSequence) GetTuples() []*Tuple
func (*TupleSequence) ProtoMessage ¶
func (*TupleSequence) ProtoMessage()
func (*TupleSequence) Reset ¶
func (m *TupleSequence) Reset()
func (*TupleSequence) String ¶
func (m *TupleSequence) String() string
func (*TupleSequence) XXX_DiscardUnknown ¶
func (m *TupleSequence) XXX_DiscardUnknown()
func (*TupleSequence) XXX_Marshal ¶
func (m *TupleSequence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TupleSequence) XXX_Merge ¶
func (dst *TupleSequence) XXX_Merge(src proto.Message)
func (*TupleSequence) XXX_Size ¶
func (m *TupleSequence) XXX_Size() int
func (*TupleSequence) XXX_Unmarshal ¶
func (m *TupleSequence) XXX_Unmarshal(b []byte) error
type UpdateOrderRequest ¶
type UpdateOrderRequest struct { TopicMapId uint64 `protobuf:"varint,1,opt,name=topic_map_id,json=topicMapId,proto3" json:"topic_map_id,omitempty"` Id uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` Orderable Orderable `protobuf:"varint,4,opt,name=orderable,proto3,enum=Orderable" json:"orderable,omitempty"` SrcIndices []uint32 `protobuf:"varint,5,rep,packed,name=src_indices,json=srcIndices,proto3" json:"src_indices,omitempty"` DstIndices []uint32 `protobuf:"varint,6,rep,packed,name=dst_indices,json=dstIndices,proto3" json:"dst_indices,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateOrderRequest) Descriptor ¶
func (*UpdateOrderRequest) Descriptor() ([]byte, []int)
func (*UpdateOrderRequest) GetDstIndices ¶
func (m *UpdateOrderRequest) GetDstIndices() []uint32
func (*UpdateOrderRequest) GetId ¶
func (m *UpdateOrderRequest) GetId() uint64
func (*UpdateOrderRequest) GetOrderable ¶
func (m *UpdateOrderRequest) GetOrderable() Orderable
func (*UpdateOrderRequest) GetSrcIndices ¶
func (m *UpdateOrderRequest) GetSrcIndices() []uint32
func (*UpdateOrderRequest) GetTopicMapId ¶
func (m *UpdateOrderRequest) GetTopicMapId() uint64
func (*UpdateOrderRequest) ProtoMessage ¶
func (*UpdateOrderRequest) ProtoMessage()
func (*UpdateOrderRequest) Reset ¶
func (m *UpdateOrderRequest) Reset()
func (*UpdateOrderRequest) String ¶
func (m *UpdateOrderRequest) String() string
func (*UpdateOrderRequest) XXX_DiscardUnknown ¶
func (m *UpdateOrderRequest) XXX_DiscardUnknown()
func (*UpdateOrderRequest) XXX_Marshal ¶
func (m *UpdateOrderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateOrderRequest) XXX_Merge ¶
func (dst *UpdateOrderRequest) XXX_Merge(src proto.Message)
func (*UpdateOrderRequest) XXX_Size ¶
func (m *UpdateOrderRequest) XXX_Size() int
func (*UpdateOrderRequest) XXX_Unmarshal ¶
func (m *UpdateOrderRequest) XXX_Unmarshal(b []byte) error
type UpdateResponse ¶
type UpdateResponse struct { TopicMapId uint64 `protobuf:"varint,1,opt,name=topic_map_id,json=topicMapId,proto3" json:"topic_map_id,omitempty"` Id uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` Item *Item `protobuf:"bytes,3,opt,name=item,proto3" json:"item,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateResponse) Descriptor ¶
func (*UpdateResponse) Descriptor() ([]byte, []int)
func (*UpdateResponse) GetId ¶
func (m *UpdateResponse) GetId() uint64
func (*UpdateResponse) GetItem ¶
func (m *UpdateResponse) GetItem() *Item
func (*UpdateResponse) GetTopicMapId ¶
func (m *UpdateResponse) GetTopicMapId() uint64
func (*UpdateResponse) ProtoMessage ¶
func (*UpdateResponse) ProtoMessage()
func (*UpdateResponse) Reset ¶
func (m *UpdateResponse) Reset()
func (*UpdateResponse) String ¶
func (m *UpdateResponse) String() string
func (*UpdateResponse) XXX_DiscardUnknown ¶
func (m *UpdateResponse) XXX_DiscardUnknown()
func (*UpdateResponse) XXX_Marshal ¶
func (m *UpdateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateResponse) XXX_Merge ¶
func (dst *UpdateResponse) XXX_Merge(src proto.Message)
func (*UpdateResponse) XXX_Size ¶
func (m *UpdateResponse) XXX_Size() int
func (*UpdateResponse) XXX_Unmarshal ¶
func (m *UpdateResponse) XXX_Unmarshal(b []byte) error
type UpdateValueRequest ¶
type UpdateValueRequest struct { TopicMapId uint64 `protobuf:"varint,1,opt,name=topic_map_id,json=topicMapId,proto3" json:"topic_map_id,omitempty"` Id uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` ItemType ItemType `protobuf:"varint,3,opt,name=item_type,json=itemType,proto3,enum=ItemType" json:"item_type,omitempty"` Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateValueRequest) Descriptor ¶
func (*UpdateValueRequest) Descriptor() ([]byte, []int)
func (*UpdateValueRequest) GetId ¶
func (m *UpdateValueRequest) GetId() uint64
func (*UpdateValueRequest) GetItemType ¶
func (m *UpdateValueRequest) GetItemType() ItemType
func (*UpdateValueRequest) GetTopicMapId ¶
func (m *UpdateValueRequest) GetTopicMapId() uint64
func (*UpdateValueRequest) GetValue ¶
func (m *UpdateValueRequest) GetValue() string
func (*UpdateValueRequest) ProtoMessage ¶
func (*UpdateValueRequest) ProtoMessage()
func (*UpdateValueRequest) Reset ¶
func (m *UpdateValueRequest) Reset()
func (*UpdateValueRequest) String ¶
func (m *UpdateValueRequest) String() string
func (*UpdateValueRequest) XXX_DiscardUnknown ¶
func (m *UpdateValueRequest) XXX_DiscardUnknown()
func (*UpdateValueRequest) XXX_Marshal ¶
func (m *UpdateValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateValueRequest) XXX_Merge ¶
func (dst *UpdateValueRequest) XXX_Merge(src proto.Message)
func (*UpdateValueRequest) XXX_Size ¶
func (m *UpdateValueRequest) XXX_Size() int
func (*UpdateValueRequest) XXX_Unmarshal ¶
func (m *UpdateValueRequest) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.