Documentation ¶
Index ¶
- Variables
- type StatusReply
- func (*StatusReply) Descriptor() ([]byte, []int)deprecated
- func (x *StatusReply) GetIndexVersion() string
- func (x *StatusReply) GetLanguages() []*common_go_proto.Language
- func (x *StatusReply) GetOrigins() []*common_go_proto.Origin
- func (*StatusReply) ProtoMessage()
- func (x *StatusReply) ProtoReflect() protoreflect.Message
- func (x *StatusReply) Reset()
- func (x *StatusReply) String() string
- type StatusRequest
Constants ¶
This section is empty.
Variables ¶
View Source
var File_kythe_proto_status_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type StatusReply ¶
type StatusReply struct { Origins []*common_go_proto.Origin `protobuf:"bytes,1,rep,name=origins,proto3" json:"origins,omitempty"` Languages []*common_go_proto.Language `protobuf:"bytes,2,rep,name=languages,proto3" json:"languages,omitempty"` IndexVersion string `protobuf:"bytes,3,opt,name=index_version,json=indexVersion,proto3" json:"index_version,omitempty"` // contains filtered or unexported fields }
func (*StatusReply) Descriptor
deprecated
func (*StatusReply) Descriptor() ([]byte, []int)
Deprecated: Use StatusReply.ProtoReflect.Descriptor instead.
func (*StatusReply) GetIndexVersion ¶
func (x *StatusReply) GetIndexVersion() string
func (*StatusReply) GetLanguages ¶
func (x *StatusReply) GetLanguages() []*common_go_proto.Language
func (*StatusReply) GetOrigins ¶
func (x *StatusReply) GetOrigins() []*common_go_proto.Origin
func (*StatusReply) ProtoMessage ¶
func (*StatusReply) ProtoMessage()
func (*StatusReply) ProtoReflect ¶ added in v0.0.49
func (x *StatusReply) ProtoReflect() protoreflect.Message
func (*StatusReply) Reset ¶
func (x *StatusReply) Reset()
func (*StatusReply) String ¶
func (x *StatusReply) String() string
type StatusRequest ¶
type StatusRequest struct {
// contains filtered or unexported fields
}
func (*StatusRequest) Descriptor
deprecated
func (*StatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use StatusRequest.ProtoReflect.Descriptor instead.
func (*StatusRequest) ProtoMessage ¶
func (*StatusRequest) ProtoMessage()
func (*StatusRequest) ProtoReflect ¶ added in v0.0.49
func (x *StatusRequest) ProtoReflect() protoreflect.Message
func (*StatusRequest) Reset ¶
func (x *StatusRequest) Reset()
func (*StatusRequest) String ¶
func (x *StatusRequest) String() string
Click to show internal directories.
Click to hide internal directories.