pb

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package pb includes protocol buffer message types.

Index

Constants

This section is empty.

Variables

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

Deprecated: Use Name.ProtoReflect.Descriptor instead.

func (*Name) GetTopic

func (x *Name) GetTopic() uint64

func (*Name) GetValue

func (x *Name) GetValue() string

func (*Name) ProtoMessage

func (*Name) ProtoMessage()

func (*Name) ProtoReflect added in v0.0.2

func (x *Name) ProtoReflect() protoreflect.Message

func (*Name) Reset

func (x *Name) Reset()

func (*Name) String

func (x *Name) String() string

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

Jump to

Keyboard shortcuts

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