Documentation
¶
Overview ¶
Package pb includes protocol buffer message types.
Index ¶
- Variables
- type Name
- type Occurrence
- type TopicMapInfo
- func (*TopicMapInfo) Descriptor() ([]byte, []int)deprecated
- func (x *TopicMapInfo) GetInTrash() bool
- func (x *TopicMapInfo) GetModifiedUnixSeconds() int64
- func (x *TopicMapInfo) GetTopicMap() uint64
- func (*TopicMapInfo) ProtoMessage()
- func (x *TopicMapInfo) ProtoReflect() protoreflect.Message
- func (x *TopicMapInfo) Reset()
- func (x *TopicMapInfo) String() string
- type TopicRefList
- func (*TopicRefList) Descriptor() ([]byte, []int)deprecated
- func (x *TopicRefList) GetItemIdentifiers() []string
- func (x *TopicRefList) GetSubjectIndicators() []string
- func (x *TopicRefList) GetSubjectLocators() []string
- func (*TopicRefList) ProtoMessage()
- func (x *TopicRefList) ProtoReflect() protoreflect.Message
- func (x *TopicRefList) Reset()
- func (x *TopicRefList) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pb_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Name ¶
type Name struct { Topic uint64 `protobuf:"varint,1,opt,name=topic,proto3" json:"topic,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*Name) Descriptor
deprecated
func (*Name) ProtoMessage ¶
func (*Name) ProtoMessage()
func (*Name) ProtoReflect ¶ added in v0.0.2
func (x *Name) ProtoReflect() protoreflect.Message
type Occurrence ¶
type Occurrence struct { Topic uint64 `protobuf:"varint,1,opt,name=topic,proto3" json:"topic,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*Occurrence) Descriptor
deprecated
func (*Occurrence) Descriptor() ([]byte, []int)
Deprecated: Use Occurrence.ProtoReflect.Descriptor instead.
func (*Occurrence) GetTopic ¶
func (x *Occurrence) GetTopic() uint64
func (*Occurrence) GetValue ¶
func (x *Occurrence) GetValue() string
func (*Occurrence) ProtoMessage ¶
func (*Occurrence) ProtoMessage()
func (*Occurrence) ProtoReflect ¶ added in v0.0.2
func (x *Occurrence) ProtoReflect() protoreflect.Message
func (*Occurrence) Reset ¶
func (x *Occurrence) Reset()
func (*Occurrence) String ¶
func (x *Occurrence) String() string
type TopicMapInfo ¶
type TopicMapInfo struct { // topic_map is the kv.Entity that identifies this topic map. TopicMap uint64 `protobuf:"varint,1,opt,name=topic_map,json=topicMap,proto3" json:"topic_map,omitempty"` // modified_unix_seconds is the time this topic map was last modified, in // seconds since the Unix epoch. ModifiedUnixSeconds int64 `protobuf:"varint,2,opt,name=modified_unix_seconds,json=modifiedUnixSeconds,proto3" json:"modified_unix_seconds,omitempty"` // in_trash is true if and only if this topic map has been moved to the trash // bin. If true, then modified_unix_seconds is also the time that this topic // map was deleted. InTrash bool `protobuf:"varint,3,opt,name=in_trash,json=inTrash,proto3" json:"in_trash,omitempty"` // contains filtered or unexported fields }
func (*TopicMapInfo) Descriptor
deprecated
func (*TopicMapInfo) Descriptor() ([]byte, []int)
Deprecated: Use TopicMapInfo.ProtoReflect.Descriptor instead.
func (*TopicMapInfo) GetInTrash ¶
func (x *TopicMapInfo) GetInTrash() bool
func (*TopicMapInfo) GetModifiedUnixSeconds ¶
func (x *TopicMapInfo) GetModifiedUnixSeconds() int64
func (*TopicMapInfo) GetTopicMap ¶
func (x *TopicMapInfo) GetTopicMap() uint64
func (*TopicMapInfo) ProtoMessage ¶
func (*TopicMapInfo) ProtoMessage()
func (*TopicMapInfo) ProtoReflect ¶ added in v0.0.2
func (x *TopicMapInfo) ProtoReflect() protoreflect.Message
func (*TopicMapInfo) Reset ¶
func (x *TopicMapInfo) Reset()
func (*TopicMapInfo) String ¶
func (x *TopicMapInfo) String() string
type TopicRefList ¶
type TopicRefList struct { ItemIdentifiers []string `protobuf:"bytes,1,rep,name=item_identifiers,json=itemIdentifiers,proto3" json:"item_identifiers,omitempty"` SubjectIndicators []string `protobuf:"bytes,2,rep,name=subject_indicators,json=subjectIndicators,proto3" json:"subject_indicators,omitempty"` SubjectLocators []string `protobuf:"bytes,3,rep,name=subject_locators,json=subjectLocators,proto3" json:"subject_locators,omitempty"` // contains filtered or unexported fields }
func (*TopicRefList) Descriptor
deprecated
func (*TopicRefList) Descriptor() ([]byte, []int)
Deprecated: Use TopicRefList.ProtoReflect.Descriptor instead.
func (*TopicRefList) GetItemIdentifiers ¶
func (x *TopicRefList) GetItemIdentifiers() []string
func (*TopicRefList) GetSubjectIndicators ¶
func (x *TopicRefList) GetSubjectIndicators() []string
func (*TopicRefList) GetSubjectLocators ¶
func (x *TopicRefList) GetSubjectLocators() []string
func (*TopicRefList) ProtoMessage ¶
func (*TopicRefList) ProtoMessage()
func (*TopicRefList) ProtoReflect ¶ added in v0.0.2
func (x *TopicRefList) ProtoReflect() protoreflect.Message
func (*TopicRefList) Reset ¶
func (x *TopicRefList) Reset()
func (*TopicRefList) String ¶
func (x *TopicRefList) String() string
Click to show internal directories.
Click to hide internal directories.