pb

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

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

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) Descriptor() ([]byte, []int)

func (*AnyItem) GetItemId

func (m *AnyItem) GetItemId() uint64

func (*AnyItem) GetItemType

func (m *AnyItem) GetItemType() ItemType

func (*AnyItem) GetNameIds

func (m *AnyItem) GetNameIds() []uint64

func (*AnyItem) GetNames

func (m *AnyItem) GetNames() []*AnyItem

func (*AnyItem) GetOccurrenceIds

func (m *AnyItem) GetOccurrenceIds() []uint64

func (*AnyItem) GetOccurrences

func (m *AnyItem) GetOccurrences() []*AnyItem

func (*AnyItem) GetPlayerRef

func (m *AnyItem) GetPlayerRef() *Ref

func (*AnyItem) GetRefs

func (m *AnyItem) GetRefs() []*Ref

func (*AnyItem) GetRoleIds

func (m *AnyItem) GetRoleIds() []uint64

func (*AnyItem) GetRoles

func (m *AnyItem) GetRoles() []*AnyItem

func (*AnyItem) GetTopicMapId

func (m *AnyItem) GetTopicMapId() uint64

func (*AnyItem) GetTypeRef

func (m *AnyItem) GetTypeRef() *Ref

func (*AnyItem) GetValue

func (m *AnyItem) GetValue() string

func (*AnyItem) ProtoMessage

func (*AnyItem) ProtoMessage()

func (*AnyItem) Reset

func (m *AnyItem) Reset()

func (*AnyItem) String

func (m *AnyItem) String() string

func (*AnyItem) XXX_DiscardUnknown

func (m *AnyItem) XXX_DiscardUnknown()

func (*AnyItem) XXX_Marshal

func (m *AnyItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnyItem) XXX_Merge

func (dst *AnyItem) XXX_Merge(src proto.Message)

func (*AnyItem) XXX_Size

func (m *AnyItem) XXX_Size() int

func (*AnyItem) XXX_Unmarshal

func (m *AnyItem) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*Item) GetLibrary

func (m *Item) GetLibrary() *Library

func (*Item) GetName

func (m *Item) GetName() *Name

func (*Item) GetOccurrence

func (m *Item) GetOccurrence() *Occurrence

func (*Item) GetSpecific

func (m *Item) GetSpecific() isItem_Specific

func (*Item) GetTopic

func (m *Item) GetTopic() *Topic

func (*Item) GetTopicMap

func (m *Item) GetTopicMap() *TopicMap

func (*Item) ProtoMessage

func (*Item) ProtoMessage()

func (*Item) Reset

func (m *Item) Reset()

func (*Item) String

func (m *Item) String() string

func (*Item) XXX_DiscardUnknown

func (m *Item) XXX_DiscardUnknown()

func (*Item) XXX_Marshal

func (m *Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Item) XXX_Merge

func (dst *Item) XXX_Merge(src proto.Message)

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_Size

func (m *Item) XXX_Size() int

func (*Item) XXX_Unmarshal

func (m *Item) XXX_Unmarshal(b []byte) error

type ItemType

type ItemType int32
const (
	ItemType_UnspecifiedItem ItemType = 0
	ItemType_LibraryItem     ItemType = 1
	ItemType_TopicMapItem    ItemType = 2
	ItemType_TopicItem       ItemType = 3
	ItemType_NameItem        ItemType = 4
	// VariantItem = 5;
	ItemType_OccurrenceItem ItemType = 6
)

func (ItemType) EnumDescriptor

func (ItemType) EnumDescriptor() ([]byte, []int)

func (ItemType) String

func (x ItemType) String() string

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) Descriptor() ([]byte, []int)

func (*Library) GetTopicMapIds

func (m *Library) GetTopicMapIds() []uint64

func (*Library) ProtoMessage

func (*Library) ProtoMessage()

func (*Library) Reset

func (m *Library) Reset()

func (*Library) String

func (m *Library) String() string

func (*Library) XXX_DiscardUnknown

func (m *Library) XXX_DiscardUnknown()

func (*Library) XXX_Marshal

func (m *Library) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Library) XXX_Merge

func (dst *Library) XXX_Merge(src proto.Message)

func (*Library) XXX_Size

func (m *Library) XXX_Size() int

func (*Library) XXX_Unmarshal

func (m *Library) XXX_Unmarshal(b []byte) error

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 Mask

type Mask int32
const (
	Mask_UnspecifiedMask Mask = 0
	Mask_IdsMask         Mask = 1
	Mask_RefsMask        Mask = 2
	Mask_TopicsMask      Mask = 3
	Mask_NamesMask       Mask = 4
	Mask_OccurrencesMask Mask = 5
	Mask_ValueMask       Mask = 6
	Mask_ParentMask      Mask = 7
)

func (Mask) EnumDescriptor

func (Mask) EnumDescriptor() ([]byte, []int)

func (Mask) String

func (x Mask) String() string

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) Descriptor() ([]byte, []int)

func (*Name) GetId

func (m *Name) GetId() uint64

func (*Name) GetParentId

func (m *Name) GetParentId() uint64

func (*Name) GetTopicMapId

func (m *Name) GetTopicMapId() uint64

func (*Name) GetValue

func (m *Name) GetValue() string

func (*Name) ProtoMessage

func (*Name) ProtoMessage()

func (*Name) Reset

func (m *Name) Reset()

func (*Name) String

func (m *Name) String() string

func (*Name) XXX_DiscardUnknown

func (m *Name) XXX_DiscardUnknown()

func (*Name) XXX_Marshal

func (m *Name) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Name) XXX_Merge

func (dst *Name) XXX_Merge(src proto.Message)

func (*Name) XXX_Size

func (m *Name) XXX_Size() int

func (*Name) XXX_Unmarshal

func (m *Name) XXX_Unmarshal(b []byte) error

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 Orderable

type Orderable int32
const (
	Orderable_OrderableUnspecified Orderable = 0
	Orderable_OrderableNames       Orderable = 1
	Orderable_OrderableOccurrences Orderable = 2
)

func (Orderable) EnumDescriptor

func (Orderable) EnumDescriptor() ([]byte, []int)

func (Orderable) String

func (x Orderable) String() string

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) Descriptor() ([]byte, []int)

func (*Ref) GetIri

func (m *Ref) GetIri() string

func (*Ref) GetType

func (m *Ref) GetType() RefType

func (*Ref) ProtoMessage

func (*Ref) ProtoMessage()

func (*Ref) Reset

func (m *Ref) Reset()

func (*Ref) String

func (m *Ref) String() string

func (*Ref) XXX_DiscardUnknown

func (m *Ref) XXX_DiscardUnknown()

func (*Ref) XXX_Marshal

func (m *Ref) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Ref) XXX_Merge

func (dst *Ref) XXX_Merge(src proto.Message)

func (*Ref) XXX_Size

func (m *Ref) XXX_Size() int

func (*Ref) XXX_Unmarshal

func (m *Ref) XXX_Unmarshal(b []byte) error

type RefType

type RefType int32
const (
	RefType_UnspecifiedRefType RefType = 0
	RefType_ItemIdentifier     RefType = 1
	RefType_SubjectIdentifier  RefType = 2
	RefType_SubjectLocator     RefType = 3
)

func (RefType) EnumDescriptor

func (RefType) EnumDescriptor() ([]byte, []int)

func (RefType) String

func (x RefType) String() string

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) Descriptor() ([]byte, []int)

func (*Topic) GetId

func (m *Topic) GetId() uint64

func (*Topic) GetNameIds

func (m *Topic) GetNameIds() []uint64

func (*Topic) GetNames

func (m *Topic) GetNames() []*Name

func (*Topic) GetOccurrenceIds

func (m *Topic) GetOccurrenceIds() []uint64

func (*Topic) GetOccurrences

func (m *Topic) GetOccurrences() []*Occurrence

func (*Topic) GetTopicMapId

func (m *Topic) GetTopicMapId() uint64

func (*Topic) ProtoMessage

func (*Topic) ProtoMessage()

func (*Topic) Reset

func (m *Topic) Reset()

func (*Topic) String

func (m *Topic) String() string

func (*Topic) XXX_DiscardUnknown

func (m *Topic) XXX_DiscardUnknown()

func (*Topic) XXX_Marshal

func (m *Topic) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Topic) XXX_Merge

func (dst *Topic) XXX_Merge(src proto.Message)

func (*Topic) XXX_Size

func (m *Topic) XXX_Size() int

func (*Topic) XXX_Unmarshal

func (m *Topic) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*TopicMap) GetId

func (m *TopicMap) GetId() uint64

func (*TopicMap) GetInTrash

func (m *TopicMap) GetInTrash() bool

func (*TopicMap) GetTopic

func (m *TopicMap) GetTopic() *Topic

func (*TopicMap) ProtoMessage

func (*TopicMap) ProtoMessage()

func (*TopicMap) Reset

func (m *TopicMap) Reset()

func (*TopicMap) String

func (m *TopicMap) String() string

func (*TopicMap) XXX_DiscardUnknown

func (m *TopicMap) XXX_DiscardUnknown()

func (*TopicMap) XXX_Marshal

func (m *TopicMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TopicMap) XXX_Merge

func (dst *TopicMap) XXX_Merge(src proto.Message)

func (*TopicMap) XXX_Size

func (m *TopicMap) XXX_Size() int

func (*TopicMap) XXX_Unmarshal

func (m *TopicMap) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*Tuple) GetItems

func (m *Tuple) GetItems() []*AnyItem

func (*Tuple) ProtoMessage

func (*Tuple) ProtoMessage()

func (*Tuple) Reset

func (m *Tuple) Reset()

func (*Tuple) String

func (m *Tuple) String() string

func (*Tuple) XXX_DiscardUnknown

func (m *Tuple) XXX_DiscardUnknown()

func (*Tuple) XXX_Marshal

func (m *Tuple) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Tuple) XXX_Merge

func (dst *Tuple) XXX_Merge(src proto.Message)

func (*Tuple) XXX_Size

func (m *Tuple) XXX_Size() int

func (*Tuple) XXX_Unmarshal

func (m *Tuple) XXX_Unmarshal(b []byte) error

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL