internal_go_proto

package
v0.0.68 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2024 License: Apache-2.0, NCSA Imports: 5 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_kythe_proto_internal_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CrossReference

type CrossReference struct {
	SourceDecoration *CrossReference_Decoration       `protobuf:"bytes,1,opt,name=source_decoration,json=sourceDecoration,proto3" json:"source_decoration,omitempty"`
	Referent         *serving_go_proto.Node           `protobuf:"bytes,2,opt,name=referent,proto3" json:"referent,omitempty"`
	TargetDecoration *CrossReference_Decoration       `protobuf:"bytes,3,opt,name=target_decoration,json=targetDecoration,proto3" json:"target_decoration,omitempty"`
	SourceAnchor     *serving_go_proto.ExpandedAnchor `protobuf:"bytes,4,opt,name=source_anchor,json=sourceAnchor,proto3" json:"source_anchor,omitempty"`
	TargetAnchor     *serving_go_proto.ExpandedAnchor `protobuf:"bytes,5,opt,name=target_anchor,json=targetAnchor,proto3" json:"target_anchor,omitempty"`
	// contains filtered or unexported fields
}

func (*CrossReference) Descriptor deprecated

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

Deprecated: Use CrossReference.ProtoReflect.Descriptor instead.

func (*CrossReference) GetReferent

func (x *CrossReference) GetReferent() *serving_go_proto.Node

func (*CrossReference) GetSourceAnchor

func (x *CrossReference) GetSourceAnchor() *serving_go_proto.ExpandedAnchor

func (*CrossReference) GetSourceDecoration

func (x *CrossReference) GetSourceDecoration() *CrossReference_Decoration

func (*CrossReference) GetTargetAnchor

func (x *CrossReference) GetTargetAnchor() *serving_go_proto.ExpandedAnchor

func (*CrossReference) GetTargetDecoration

func (x *CrossReference) GetTargetDecoration() *CrossReference_Decoration

func (*CrossReference) ProtoMessage

func (*CrossReference) ProtoMessage()

func (*CrossReference) ProtoReflect added in v0.0.49

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

func (*CrossReference) Reset

func (x *CrossReference) Reset()

func (*CrossReference) String

func (x *CrossReference) String() string

type CrossReference_Decoration

type CrossReference_Decoration struct {
	File   *serving_go_proto.File      `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Anchor *serving_go_proto.RawAnchor `protobuf:"bytes,2,opt,name=anchor,proto3" json:"anchor,omitempty"`
	Kind   string                      `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*CrossReference_Decoration) Descriptor deprecated

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

Deprecated: Use CrossReference_Decoration.ProtoReflect.Descriptor instead.

func (*CrossReference_Decoration) GetAnchor

func (*CrossReference_Decoration) GetFile

func (*CrossReference_Decoration) GetKind

func (x *CrossReference_Decoration) GetKind() string

func (*CrossReference_Decoration) ProtoMessage

func (*CrossReference_Decoration) ProtoMessage()

func (*CrossReference_Decoration) ProtoReflect added in v0.0.49

func (*CrossReference_Decoration) Reset

func (x *CrossReference_Decoration) Reset()

func (*CrossReference_Decoration) String

func (x *CrossReference_Decoration) String() string

type PageToken

type PageToken struct {
	Index          int32             `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	SecondaryToken []string          `protobuf:"bytes,2,rep,name=secondary_token,json=secondaryToken,proto3" json:"secondary_token,omitempty"`
	SubTokens      map[string]string `` /* 176-byte string literal not displayed */
	Indices        map[string]int32  `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PageToken) Descriptor deprecated

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

Deprecated: Use PageToken.ProtoReflect.Descriptor instead.

func (*PageToken) GetIndex

func (x *PageToken) GetIndex() int32

func (*PageToken) GetIndices

func (x *PageToken) GetIndices() map[string]int32

func (*PageToken) GetSecondaryToken

func (x *PageToken) GetSecondaryToken() []string

func (*PageToken) GetSubTokens

func (x *PageToken) GetSubTokens() map[string]string

func (*PageToken) ProtoMessage

func (*PageToken) ProtoMessage()

func (*PageToken) ProtoReflect added in v0.0.49

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

func (*PageToken) Reset

func (x *PageToken) Reset()

func (*PageToken) String

func (x *PageToken) String() string

type Path

type Path struct {
	Pivot *Path_Node   `protobuf:"bytes,1,opt,name=pivot,proto3" json:"pivot,omitempty"`
	Edges []*Path_Edge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"`
	// contains filtered or unexported fields
}

func (*Path) Descriptor deprecated

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

Deprecated: Use Path.ProtoReflect.Descriptor instead.

func (*Path) GetEdges

func (x *Path) GetEdges() []*Path_Edge

func (*Path) GetPivot

func (x *Path) GetPivot() *Path_Node

func (*Path) ProtoMessage

func (*Path) ProtoMessage()

func (*Path) ProtoReflect added in v0.0.49

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

func (*Path) Reset

func (x *Path) Reset()

func (*Path) String

func (x *Path) String() string

type Path_Edge

type Path_Edge struct {
	Kind    string     `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Ordinal int32      `protobuf:"varint,2,opt,name=ordinal,proto3" json:"ordinal,omitempty"`
	Target  *Path_Node `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*Path_Edge) Descriptor deprecated

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

Deprecated: Use Path_Edge.ProtoReflect.Descriptor instead.

func (*Path_Edge) GetKind

func (x *Path_Edge) GetKind() string

func (*Path_Edge) GetOrdinal

func (x *Path_Edge) GetOrdinal() int32

func (*Path_Edge) GetTarget

func (x *Path_Edge) GetTarget() *Path_Node

func (*Path_Edge) ProtoMessage

func (*Path_Edge) ProtoMessage()

func (*Path_Edge) ProtoReflect added in v0.0.49

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

func (*Path_Edge) Reset

func (x *Path_Edge) Reset()

func (*Path_Edge) String

func (x *Path_Edge) String() string

type Path_Node

type Path_Node struct {

	// Types that are assignable to Specialization:
	//
	//	*Path_Node_RawAnchor
	//	*Path_Node_ExpandedAnchor
	//	*Path_Node_File
	Specialization isPath_Node_Specialization `protobuf_oneof:"specialization"`
	Ticket         string                     `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"`
	NodeKind       string                     `protobuf:"bytes,2,opt,name=node_kind,json=nodeKind,proto3" json:"node_kind,omitempty"`
	Original       *serving_go_proto.Node     `protobuf:"bytes,3,opt,name=original,proto3" json:"original,omitempty"`
	// contains filtered or unexported fields
}

func (*Path_Node) Descriptor deprecated

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

Deprecated: Use Path_Node.ProtoReflect.Descriptor instead.

func (*Path_Node) GetExpandedAnchor

func (x *Path_Node) GetExpandedAnchor() *serving_go_proto.ExpandedAnchor

func (*Path_Node) GetFile

func (x *Path_Node) GetFile() *serving_go_proto.File

func (*Path_Node) GetNodeKind

func (x *Path_Node) GetNodeKind() string

func (*Path_Node) GetOriginal

func (x *Path_Node) GetOriginal() *serving_go_proto.Node

func (*Path_Node) GetRawAnchor

func (x *Path_Node) GetRawAnchor() *serving_go_proto.RawAnchor

func (*Path_Node) GetSpecialization

func (m *Path_Node) GetSpecialization() isPath_Node_Specialization

func (*Path_Node) GetTicket

func (x *Path_Node) GetTicket() string

func (*Path_Node) ProtoMessage

func (*Path_Node) ProtoMessage()

func (*Path_Node) ProtoReflect added in v0.0.49

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

func (*Path_Node) Reset

func (x *Path_Node) Reset()

func (*Path_Node) String

func (x *Path_Node) String() string

type Path_Node_ExpandedAnchor

type Path_Node_ExpandedAnchor struct {
	ExpandedAnchor *serving_go_proto.ExpandedAnchor `protobuf:"bytes,11,opt,name=expanded_anchor,json=expandedAnchor,proto3,oneof"`
}

type Path_Node_File

type Path_Node_File struct {
	File *serving_go_proto.File `protobuf:"bytes,12,opt,name=file,proto3,oneof"`
}

type Path_Node_RawAnchor

type Path_Node_RawAnchor struct {
	RawAnchor *serving_go_proto.RawAnchor `protobuf:"bytes,10,opt,name=raw_anchor,json=rawAnchor,proto3,oneof"`
}

type SortedKeyValue

type SortedKeyValue struct {
	Key     string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	SortKey string `protobuf:"bytes,2,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	Value   []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SortedKeyValue) Descriptor deprecated

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

Deprecated: Use SortedKeyValue.ProtoReflect.Descriptor instead.

func (*SortedKeyValue) GetKey

func (x *SortedKeyValue) GetKey() string

func (*SortedKeyValue) GetSortKey

func (x *SortedKeyValue) GetSortKey() string

func (*SortedKeyValue) GetValue

func (x *SortedKeyValue) GetValue() []byte

func (*SortedKeyValue) ProtoMessage

func (*SortedKeyValue) ProtoMessage()

func (*SortedKeyValue) ProtoReflect added in v0.0.49

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

func (*SortedKeyValue) Reset

func (x *SortedKeyValue) Reset()

func (*SortedKeyValue) String

func (x *SortedKeyValue) String() string

type Source

type Source struct {
	Ticket     string                       `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"`
	Facts      map[string][]byte            `` /* 151-byte string literal not displayed */
	EdgeGroups map[string]*Source_EdgeGroup `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Source) Descriptor deprecated

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

Deprecated: Use Source.ProtoReflect.Descriptor instead.

func (*Source) GetEdgeGroups

func (x *Source) GetEdgeGroups() map[string]*Source_EdgeGroup

func (*Source) GetFacts

func (x *Source) GetFacts() map[string][]byte

func (*Source) GetTicket

func (x *Source) GetTicket() string

func (*Source) ProtoMessage

func (*Source) ProtoMessage()

func (*Source) ProtoReflect added in v0.0.49

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

func (*Source) Reset

func (x *Source) Reset()

func (*Source) String

func (x *Source) String() string

type Source_Edge

type Source_Edge struct {
	Ticket  string `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"`
	Ordinal int32  `protobuf:"varint,2,opt,name=ordinal,proto3" json:"ordinal,omitempty"`
	// contains filtered or unexported fields
}

func (*Source_Edge) Descriptor deprecated

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

Deprecated: Use Source_Edge.ProtoReflect.Descriptor instead.

func (*Source_Edge) GetOrdinal

func (x *Source_Edge) GetOrdinal() int32

func (*Source_Edge) GetTicket

func (x *Source_Edge) GetTicket() string

func (*Source_Edge) ProtoMessage

func (*Source_Edge) ProtoMessage()

func (*Source_Edge) ProtoReflect added in v0.0.49

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

func (*Source_Edge) Reset

func (x *Source_Edge) Reset()

func (*Source_Edge) String

func (x *Source_Edge) String() string

type Source_EdgeGroup

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

func (*Source_EdgeGroup) Descriptor deprecated

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

Deprecated: Use Source_EdgeGroup.ProtoReflect.Descriptor instead.

func (*Source_EdgeGroup) GetEdges

func (x *Source_EdgeGroup) GetEdges() []*Source_Edge

func (*Source_EdgeGroup) ProtoMessage

func (*Source_EdgeGroup) ProtoMessage()

func (*Source_EdgeGroup) ProtoReflect added in v0.0.49

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

func (*Source_EdgeGroup) Reset

func (x *Source_EdgeGroup) Reset()

func (*Source_EdgeGroup) String

func (x *Source_EdgeGroup) String() string

Jump to

Keyboard shortcuts

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