entryset_go_proto

package
v0.0.61 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2023 License: Apache-2.0, NCSA Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_kythe_proto_entryset_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type EntrySet

type EntrySet struct {
	Nodes      []*EntrySet_Node      `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	FactGroups []*EntrySet_FactGroup `protobuf:"bytes,2,rep,name=fact_groups,json=factGroups,proto3" json:"fact_groups,omitempty"`
	EdgeGroups []*EntrySet_EdgeGroup `protobuf:"bytes,3,rep,name=edge_groups,json=edgeGroups,proto3" json:"edge_groups,omitempty"`
	Symbols    []*EntrySet_String    `protobuf:"bytes,4,rep,name=symbols,proto3" json:"symbols,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrySet) Descriptor deprecated

func (*EntrySet) Descriptor() ([]byte, []int)

Deprecated: Use EntrySet.ProtoReflect.Descriptor instead.

func (*EntrySet) GetEdgeGroups

func (x *EntrySet) GetEdgeGroups() []*EntrySet_EdgeGroup

func (*EntrySet) GetFactGroups

func (x *EntrySet) GetFactGroups() []*EntrySet_FactGroup

func (*EntrySet) GetNodes

func (x *EntrySet) GetNodes() []*EntrySet_Node

func (*EntrySet) GetSymbols

func (x *EntrySet) GetSymbols() []*EntrySet_String

func (*EntrySet) ProtoMessage

func (*EntrySet) ProtoMessage()

func (*EntrySet) ProtoReflect added in v0.0.49

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

func (*EntrySet) Reset

func (x *EntrySet) Reset()

func (*EntrySet) String

func (x *EntrySet) String() string

type EntrySet_Edge

type EntrySet_Edge struct {
	Kind   int32 `protobuf:"varint,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Target int32 `protobuf:"varint,2,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrySet_Edge) Descriptor deprecated

func (*EntrySet_Edge) Descriptor() ([]byte, []int)

Deprecated: Use EntrySet_Edge.ProtoReflect.Descriptor instead.

func (*EntrySet_Edge) GetKind

func (x *EntrySet_Edge) GetKind() int32

func (*EntrySet_Edge) GetTarget

func (x *EntrySet_Edge) GetTarget() int32

func (*EntrySet_Edge) ProtoMessage

func (*EntrySet_Edge) ProtoMessage()

func (*EntrySet_Edge) ProtoReflect added in v0.0.49

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

func (*EntrySet_Edge) Reset

func (x *EntrySet_Edge) Reset()

func (*EntrySet_Edge) String

func (x *EntrySet_Edge) String() string

type EntrySet_EdgeGroup

type EntrySet_EdgeGroup struct {
	Edges []*EntrySet_Edge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrySet_EdgeGroup) Descriptor deprecated

func (*EntrySet_EdgeGroup) Descriptor() ([]byte, []int)

Deprecated: Use EntrySet_EdgeGroup.ProtoReflect.Descriptor instead.

func (*EntrySet_EdgeGroup) GetEdges

func (x *EntrySet_EdgeGroup) GetEdges() []*EntrySet_Edge

func (*EntrySet_EdgeGroup) ProtoMessage

func (*EntrySet_EdgeGroup) ProtoMessage()

func (*EntrySet_EdgeGroup) ProtoReflect added in v0.0.49

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

func (*EntrySet_EdgeGroup) Reset

func (x *EntrySet_EdgeGroup) Reset()

func (*EntrySet_EdgeGroup) String

func (x *EntrySet_EdgeGroup) String() string

type EntrySet_Fact

type EntrySet_Fact struct {
	Name  int32 `protobuf:"varint,1,opt,name=name,proto3" json:"name,omitempty"`
	Value int32 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrySet_Fact) Descriptor deprecated

func (*EntrySet_Fact) Descriptor() ([]byte, []int)

Deprecated: Use EntrySet_Fact.ProtoReflect.Descriptor instead.

func (*EntrySet_Fact) GetName

func (x *EntrySet_Fact) GetName() int32

func (*EntrySet_Fact) GetValue

func (x *EntrySet_Fact) GetValue() int32

func (*EntrySet_Fact) ProtoMessage

func (*EntrySet_Fact) ProtoMessage()

func (*EntrySet_Fact) ProtoReflect added in v0.0.49

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

func (*EntrySet_Fact) Reset

func (x *EntrySet_Fact) Reset()

func (*EntrySet_Fact) String

func (x *EntrySet_Fact) String() string

type EntrySet_FactGroup

type EntrySet_FactGroup struct {
	Facts []*EntrySet_Fact `protobuf:"bytes,1,rep,name=facts,proto3" json:"facts,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrySet_FactGroup) Descriptor deprecated

func (*EntrySet_FactGroup) Descriptor() ([]byte, []int)

Deprecated: Use EntrySet_FactGroup.ProtoReflect.Descriptor instead.

func (*EntrySet_FactGroup) GetFacts

func (x *EntrySet_FactGroup) GetFacts() []*EntrySet_Fact

func (*EntrySet_FactGroup) ProtoMessage

func (*EntrySet_FactGroup) ProtoMessage()

func (*EntrySet_FactGroup) ProtoReflect added in v0.0.49

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

func (*EntrySet_FactGroup) Reset

func (x *EntrySet_FactGroup) Reset()

func (*EntrySet_FactGroup) String

func (x *EntrySet_FactGroup) String() string

type EntrySet_Node

type EntrySet_Node struct {
	Corpus    int32 `protobuf:"varint,1,opt,name=corpus,proto3" json:"corpus,omitempty"`
	Language  int32 `protobuf:"varint,2,opt,name=language,proto3" json:"language,omitempty"`
	Path      int32 `protobuf:"varint,3,opt,name=path,proto3" json:"path,omitempty"`
	Root      int32 `protobuf:"varint,4,opt,name=root,proto3" json:"root,omitempty"`
	Signature int32 `protobuf:"varint,5,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrySet_Node) Descriptor deprecated

func (*EntrySet_Node) Descriptor() ([]byte, []int)

Deprecated: Use EntrySet_Node.ProtoReflect.Descriptor instead.

func (*EntrySet_Node) GetCorpus

func (x *EntrySet_Node) GetCorpus() int32

func (*EntrySet_Node) GetLanguage

func (x *EntrySet_Node) GetLanguage() int32

func (*EntrySet_Node) GetPath

func (x *EntrySet_Node) GetPath() int32

func (*EntrySet_Node) GetRoot

func (x *EntrySet_Node) GetRoot() int32

func (*EntrySet_Node) GetSignature

func (x *EntrySet_Node) GetSignature() int32

func (*EntrySet_Node) ProtoMessage

func (*EntrySet_Node) ProtoMessage()

func (*EntrySet_Node) ProtoReflect added in v0.0.49

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

func (*EntrySet_Node) Reset

func (x *EntrySet_Node) Reset()

func (*EntrySet_Node) String

func (x *EntrySet_Node) String() string

type EntrySet_String

type EntrySet_String struct {
	Prefix int32  `protobuf:"varint,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Suffix []byte `protobuf:"bytes,2,opt,name=suffix,proto3" json:"suffix,omitempty"`
	// contains filtered or unexported fields
}

func (*EntrySet_String) Descriptor deprecated

func (*EntrySet_String) Descriptor() ([]byte, []int)

Deprecated: Use EntrySet_String.ProtoReflect.Descriptor instead.

func (*EntrySet_String) GetPrefix

func (x *EntrySet_String) GetPrefix() int32

func (*EntrySet_String) GetSuffix

func (x *EntrySet_String) GetSuffix() []byte

func (*EntrySet_String) ProtoMessage

func (*EntrySet_String) ProtoMessage()

func (*EntrySet_String) ProtoReflect added in v0.0.49

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

func (*EntrySet_String) Reset

func (x *EntrySet_String) Reset()

func (*EntrySet_String) String

func (x *EntrySet_String) String() string

Jump to

Keyboard shortcuts

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