Documentation ¶
Index ¶
- Variables
- type FindReply
- type FindReply_Match
- func (*FindReply_Match) Descriptor() ([]byte, []int)deprecated
- func (x *FindReply_Match) GetBaseName() string
- func (x *FindReply_Match) GetNodeKind() string
- func (x *FindReply_Match) GetNodeSubkind() string
- func (x *FindReply_Match) GetQualifiedName() string
- func (x *FindReply_Match) GetTicket() string
- func (*FindReply_Match) ProtoMessage()
- func (x *FindReply_Match) ProtoReflect() protoreflect.Message
- func (x *FindReply_Match) Reset()
- func (x *FindReply_Match) String() string
- type FindRequest
- func (*FindRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FindRequest) GetCorpus() []string
- func (x *FindRequest) GetIdentifier() string
- func (x *FindRequest) GetLanguages() []string
- func (*FindRequest) ProtoMessage()
- func (x *FindRequest) ProtoReflect() protoreflect.Message
- func (x *FindRequest) Reset()
- func (x *FindRequest) String() string
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) 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
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"` // 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) 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
Click to show internal directories.
Click to hide internal directories.