identifier_go_proto

package
v0.0.67 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: Apache-2.0, NCSA Imports: 4 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_kythe_proto_identifier_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type FindReply

type FindReply struct {
	Matches []*FindReply_Match `protobuf:"bytes,1,rep,name=matches,proto3" json:"matches,omitempty"`
	// contains filtered or unexported fields
}

func (*FindReply) Descriptor deprecated

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

Deprecated: Use FindReply.ProtoReflect.Descriptor instead.

func (*FindReply) GetMatches

func (x *FindReply) GetMatches() []*FindReply_Match

func (*FindReply) ProtoMessage

func (*FindReply) ProtoMessage()

func (*FindReply) ProtoReflect added in v0.0.49

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

func (*FindReply) Reset

func (x *FindReply) Reset()

func (*FindReply) String

func (x *FindReply) String() string

type FindReply_Match

type FindReply_Match struct {
	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"`
	NodeSubkind   string `protobuf:"bytes,3,opt,name=node_subkind,json=nodeSubkind,proto3" json:"node_subkind,omitempty"`
	BaseName      string `protobuf:"bytes,4,opt,name=base_name,json=baseName,proto3" json:"base_name,omitempty"`
	QualifiedName string `protobuf:"bytes,5,opt,name=qualified_name,json=qualifiedName,proto3" json:"qualified_name,omitempty"`
	// contains filtered or unexported fields
}

func (*FindReply_Match) Descriptor deprecated

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

Deprecated: Use FindReply_Match.ProtoReflect.Descriptor instead.

func (*FindReply_Match) GetBaseName

func (x *FindReply_Match) GetBaseName() string

func (*FindReply_Match) GetNodeKind

func (x *FindReply_Match) GetNodeKind() string

func (*FindReply_Match) GetNodeSubkind

func (x *FindReply_Match) GetNodeSubkind() string

func (*FindReply_Match) GetQualifiedName

func (x *FindReply_Match) GetQualifiedName() string

func (*FindReply_Match) GetTicket

func (x *FindReply_Match) GetTicket() string

func (*FindReply_Match) ProtoMessage

func (*FindReply_Match) ProtoMessage()

func (*FindReply_Match) ProtoReflect added in v0.0.49

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

func (*FindReply_Match) Reset

func (x *FindReply_Match) Reset()

func (*FindReply_Match) String

func (x *FindReply_Match) String() string

type FindRequest

type FindRequest struct {
	Identifier         string   `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Corpus             []string `protobuf:"bytes,2,rep,name=corpus,proto3" json:"corpus,omitempty"`
	Languages          []string `protobuf:"bytes,3,rep,name=languages,proto3" json:"languages,omitempty"`
	PickCanonicalNodes bool     `protobuf:"varint,4,opt,name=pick_canonical_nodes,json=pickCanonicalNodes,proto3" json:"pick_canonical_nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*FindRequest) Descriptor deprecated

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

Deprecated: Use FindRequest.ProtoReflect.Descriptor instead.

func (*FindRequest) GetCorpus

func (x *FindRequest) GetCorpus() []string

func (*FindRequest) GetIdentifier

func (x *FindRequest) GetIdentifier() string

func (*FindRequest) GetLanguages

func (x *FindRequest) GetLanguages() []string

func (*FindRequest) GetPickCanonicalNodes added in v0.0.64

func (x *FindRequest) GetPickCanonicalNodes() bool

func (*FindRequest) ProtoMessage

func (*FindRequest) ProtoMessage()

func (*FindRequest) ProtoReflect added in v0.0.49

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

func (*FindRequest) Reset

func (x *FindRequest) Reset()

func (*FindRequest) String

func (x *FindRequest) String() string

Jump to

Keyboard shortcuts

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