blob: fa8296b1ee6ac2fc65c7cee4156f4cc69bd48b86 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: kythe/proto/driver.proto
package driver_go_proto
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
analysis_go_proto "kythe.io/kythe/proto/analysis_go_proto"
common_go_proto "kythe.io/kythe/proto/common_go_proto"
storage_go_proto "kythe.io/kythe/proto/storage_go_proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
type InitRequest struct {
Protocol string `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *InitRequest) Reset() { *m = InitRequest{} }
func (m *InitRequest) String() string { return proto.CompactTextString(m) }
func (*InitRequest) ProtoMessage() {}
func (*InitRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_269be22dd770bd8b, []int{0}
}
func (m *InitRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_InitRequest.Unmarshal(m, b)
}
func (m *InitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_InitRequest.Marshal(b, m, deterministic)
}
func (m *InitRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_InitRequest.Merge(m, src)
}
func (m *InitRequest) XXX_Size() int {
return xxx_messageInfo_InitRequest.Size(m)
}
func (m *InitRequest) XXX_DiscardUnknown() {
xxx_messageInfo_InitRequest.DiscardUnknown(m)
}
var xxx_messageInfo_InitRequest proto.InternalMessageInfo
func (m *InitRequest) GetProtocol() string {
if m != nil {
return m.Protocol
}
return ""
}
type InitReply struct {
Protocol string `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *InitReply) Reset() { *m = InitReply{} }
func (m *InitReply) String() string { return proto.CompactTextString(m) }
func (*InitReply) ProtoMessage() {}
func (*InitReply) Descriptor() ([]byte, []int) {
return fileDescriptor_269be22dd770bd8b, []int{1}
}
func (m *InitReply) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_InitReply.Unmarshal(m, b)
}
func (m *InitReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_InitReply.Marshal(b, m, deterministic)
}
func (m *InitReply) XXX_Merge(src proto.Message) {
xxx_messageInfo_InitReply.Merge(m, src)
}
func (m *InitReply) XXX_Size() int {
return xxx_messageInfo_InitReply.Size(m)
}
func (m *InitReply) XXX_DiscardUnknown() {
xxx_messageInfo_InitReply.DiscardUnknown(m)
}
var xxx_messageInfo_InitReply proto.InternalMessageInfo
func (m *InitReply) GetProtocol() string {
if m != nil {
return m.Protocol
}
return ""
}
type AnalyzeRequest struct {
Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AnalyzeRequest) Reset() { *m = AnalyzeRequest{} }
func (m *AnalyzeRequest) String() string { return proto.CompactTextString(m) }
func (*AnalyzeRequest) ProtoMessage() {}
func (*AnalyzeRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_269be22dd770bd8b, []int{2}
}
func (m *AnalyzeRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AnalyzeRequest.Unmarshal(m, b)
}
func (m *AnalyzeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AnalyzeRequest.Marshal(b, m, deterministic)
}
func (m *AnalyzeRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_AnalyzeRequest.Merge(m, src)
}
func (m *AnalyzeRequest) XXX_Size() int {
return xxx_messageInfo_AnalyzeRequest.Size(m)
}
func (m *AnalyzeRequest) XXX_DiscardUnknown() {
xxx_messageInfo_AnalyzeRequest.DiscardUnknown(m)
}
var xxx_messageInfo_AnalyzeRequest proto.InternalMessageInfo
func (m *AnalyzeRequest) GetLanguage() string {
if m != nil {
return m.Language
}
return ""
}
type AnalyzeReply struct {
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Unit *analysis_go_proto.CompilationUnit `protobuf:"bytes,2,opt,name=unit,proto3" json:"unit,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AnalyzeReply) Reset() { *m = AnalyzeReply{} }
func (m *AnalyzeReply) String() string { return proto.CompactTextString(m) }
func (*AnalyzeReply) ProtoMessage() {}
func (*AnalyzeReply) Descriptor() ([]byte, []int) {
return fileDescriptor_269be22dd770bd8b, []int{3}
}
func (m *AnalyzeReply) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AnalyzeReply.Unmarshal(m, b)
}
func (m *AnalyzeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AnalyzeReply.Marshal(b, m, deterministic)
}
func (m *AnalyzeReply) XXX_Merge(src proto.Message) {
xxx_messageInfo_AnalyzeReply.Merge(m, src)
}
func (m *AnalyzeReply) XXX_Size() int {
return xxx_messageInfo_AnalyzeReply.Size(m)
}
func (m *AnalyzeReply) XXX_DiscardUnknown() {
xxx_messageInfo_AnalyzeReply.DiscardUnknown(m)
}
var xxx_messageInfo_AnalyzeReply proto.InternalMessageInfo
func (m *AnalyzeReply) GetId() int64 {
if m != nil {
return m.Id
}
return 0
}
func (m *AnalyzeReply) GetUnit() *analysis_go_proto.CompilationUnit {
if m != nil {
return m.Unit
}
return nil
}
type FileRequest struct {
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
Digest string `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *FileRequest) Reset() { *m = FileRequest{} }
func (m *FileRequest) String() string { return proto.CompactTextString(m) }
func (*FileRequest) ProtoMessage() {}
func (*FileRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_269be22dd770bd8b, []int{4}
}
func (m *FileRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FileRequest.Unmarshal(m, b)
}
func (m *FileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FileRequest.Marshal(b, m, deterministic)
}
func (m *FileRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_FileRequest.Merge(m, src)
}
func (m *FileRequest) XXX_Size() int {
return xxx_messageInfo_FileRequest.Size(m)
}
func (m *FileRequest) XXX_DiscardUnknown() {
xxx_messageInfo_FileRequest.DiscardUnknown(m)
}
var xxx_messageInfo_FileRequest proto.InternalMessageInfo
func (m *FileRequest) GetId() int64 {
if m != nil {
return m.Id
}
return 0
}
func (m *FileRequest) GetPath() string {
if m != nil {
return m.Path
}
return ""
}
func (m *FileRequest) GetDigest() string {
if m != nil {
return m.Digest
}
return ""
}
type FileReply struct {
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
Digest string `protobuf:"bytes,2,opt,name=digest,proto3" json:"digest,omitempty"`
Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *FileReply) Reset() { *m = FileReply{} }
func (m *FileReply) String() string { return proto.CompactTextString(m) }
func (*FileReply) ProtoMessage() {}
func (*FileReply) Descriptor() ([]byte, []int) {
return fileDescriptor_269be22dd770bd8b, []int{5}
}
func (m *FileReply) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FileReply.Unmarshal(m, b)
}
func (m *FileReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_FileReply.Marshal(b, m, deterministic)
}
func (m *FileReply) XXX_Merge(src proto.Message) {
xxx_messageInfo_FileReply.Merge(m, src)
}
func (m *FileReply) XXX_Size() int {
return xxx_messageInfo_FileReply.Size(m)
}
func (m *FileReply) XXX_DiscardUnknown() {
xxx_messageInfo_FileReply.DiscardUnknown(m)
}
var xxx_messageInfo_FileReply proto.InternalMessageInfo
func (m *FileReply) GetPath() string {
if m != nil {
return m.Path
}
return ""
}
func (m *FileReply) GetDigest() string {
if m != nil {
return m.Digest
}
return ""
}
func (m *FileReply) GetData() []byte {
if m != nil {
return m.Data
}
return nil
}
type OutRequest struct {
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Output [][]byte `protobuf:"bytes,2,rep,name=output,proto3" json:"output,omitempty"`
Entries []*storage_go_proto.Entry `protobuf:"bytes,3,rep,name=entries,proto3" json:"entries,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OutRequest) Reset() { *m = OutRequest{} }
func (m *OutRequest) String() string { return proto.CompactTextString(m) }
func (*OutRequest) ProtoMessage() {}
func (*OutRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_269be22dd770bd8b, []int{6}
}
func (m *OutRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OutRequest.Unmarshal(m, b)
}
func (m *OutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OutRequest.Marshal(b, m, deterministic)
}
func (m *OutRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_OutRequest.Merge(m, src)
}
func (m *OutRequest) XXX_Size() int {
return xxx_messageInfo_OutRequest.Size(m)
}
func (m *OutRequest) XXX_DiscardUnknown() {
xxx_messageInfo_OutRequest.DiscardUnknown(m)
}
var xxx_messageInfo_OutRequest proto.InternalMessageInfo
func (m *OutRequest) GetId() int64 {
if m != nil {
return m.Id
}
return 0
}
func (m *OutRequest) GetOutput() [][]byte {
if m != nil {
return m.Output
}
return nil
}
func (m *OutRequest) GetEntries() []*storage_go_proto.Entry {
if m != nil {
return m.Entries
}
return nil
}
type LogRequest struct {
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Message *common_go_proto.Diagnostic `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *LogRequest) Reset() { *m = LogRequest{} }
func (m *LogRequest) String() string { return proto.CompactTextString(m) }
func (*LogRequest) ProtoMessage() {}
func (*LogRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_269be22dd770bd8b, []int{7}
}
func (m *LogRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LogRequest.Unmarshal(m, b)
}
func (m *LogRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LogRequest.Marshal(b, m, deterministic)
}
func (m *LogRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_LogRequest.Merge(m, src)
}
func (m *LogRequest) XXX_Size() int {
return xxx_messageInfo_LogRequest.Size(m)
}
func (m *LogRequest) XXX_DiscardUnknown() {
xxx_messageInfo_LogRequest.DiscardUnknown(m)
}
var xxx_messageInfo_LogRequest proto.InternalMessageInfo
func (m *LogRequest) GetId() int64 {
if m != nil {
return m.Id
}
return 0
}
func (m *LogRequest) GetMessage() *common_go_proto.Diagnostic {
if m != nil {
return m.Message
}
return nil
}
func init() {
proto.RegisterType((*InitRequest)(nil), "kythe.driver.InitRequest")
proto.RegisterType((*InitReply)(nil), "kythe.driver.InitReply")
proto.RegisterType((*AnalyzeRequest)(nil), "kythe.driver.AnalyzeRequest")
proto.RegisterType((*AnalyzeReply)(nil), "kythe.driver.AnalyzeReply")
proto.RegisterType((*FileRequest)(nil), "kythe.driver.FileRequest")
proto.RegisterType((*FileReply)(nil), "kythe.driver.FileReply")
proto.RegisterType((*OutRequest)(nil), "kythe.driver.OutRequest")
proto.RegisterType((*LogRequest)(nil), "kythe.driver.LogRequest")
}
func init() { proto.RegisterFile("kythe/proto/driver.proto", fileDescriptor_269be22dd770bd8b) }
var fileDescriptor_269be22dd770bd8b = []byte{
// 368 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xcf, 0x6b, 0xab, 0x40,
0x10, 0xc7, 0x51, 0x43, 0xf2, 0x1c, 0x25, 0x8f, 0xe7, 0x21, 0xf8, 0xa4, 0x94, 0xe0, 0xa5, 0x16,
0x82, 0x29, 0xe9, 0xa5, 0xd7, 0xfe, 0x84, 0xd0, 0x42, 0xcb, 0x42, 0x7b, 0xe8, 0x25, 0x6c, 0xe2,
0x62, 0x96, 0xea, 0xae, 0x75, 0xd7, 0x82, 0xfd, 0xeb, 0x8b, 0xbb, 0x1a, 0x4c, 0x69, 0x7a, 0x72,
0xbf, 0x33, 0x9f, 0xf9, 0xce, 0x30, 0x0e, 0xf8, 0x6f, 0xb5, 0xdc, 0x92, 0x79, 0x51, 0x72, 0xc9,
0xe7, 0x49, 0x49, 0x3f, 0x48, 0x19, 0x2b, 0xe1, 0xb9, 0x2a, 0x13, 0xeb, 0x58, 0x10, 0xf4, 0x39,
0xcc, 0x70, 0x56, 0x0b, 0x2a, 0x34, 0x19, 0xec, 0x79, 0x6c, 0x78, 0x9e, 0x73, 0xd6, 0x66, 0xfe,
0xf7, 0x33, 0x42, 0xf2, 0x12, 0xa7, 0x44, 0xa7, 0xc2, 0x53, 0x70, 0x96, 0x8c, 0x4a, 0x44, 0xde,
0x2b, 0x22, 0xa4, 0x17, 0xc0, 0x1f, 0x15, 0xdf, 0xf0, 0xcc, 0x37, 0xa6, 0x46, 0x64, 0xa3, 0x9d,
0x0e, 0x4f, 0xc0, 0xd6, 0x68, 0x91, 0xd5, 0xbf, 0x82, 0x33, 0x18, 0x5f, 0x36, 0xa3, 0x7d, 0x92,
0x9e, 0x6d, 0x86, 0x59, 0x5a, 0xe1, 0x94, 0x74, 0x74, 0xa7, 0xc3, 0x27, 0x70, 0x77, 0x74, 0xe3,
0x3c, 0x06, 0x93, 0x26, 0x8a, 0xb2, 0x90, 0x49, 0x13, 0xef, 0x0c, 0x06, 0x15, 0xa3, 0xd2, 0x37,
0xa7, 0x46, 0xe4, 0x2c, 0x8e, 0x62, 0xbd, 0x0f, 0xd5, 0x2c, 0xbe, 0xe6, 0x79, 0x41, 0x33, 0x2c,
0x29, 0x67, 0xcf, 0xcd, 0x68, 0x8a, 0x0c, 0x97, 0xe0, 0xdc, 0xd1, 0x6c, 0xd7, 0xfc, 0xbb, 0xa1,
0x07, 0x83, 0x02, 0xcb, 0xad, 0x32, 0xb4, 0x91, 0x7a, 0x7b, 0x13, 0x18, 0x26, 0x34, 0x25, 0x42,
0xfa, 0x96, 0x8a, 0xb6, 0x2a, 0xbc, 0x07, 0x5b, 0x5b, 0x35, 0x93, 0x75, 0x85, 0xc6, 0x8f, 0x85,
0x66, 0xbf, 0xb0, 0x61, 0x13, 0x2c, 0xb1, 0xb2, 0x73, 0x91, 0x7a, 0x87, 0x6b, 0x80, 0xc7, 0x4a,
0x1e, 0x1a, 0x6b, 0x02, 0x43, 0x5e, 0xc9, 0xa2, 0x6a, 0x9c, 0xac, 0xc8, 0x45, 0xad, 0xf2, 0x66,
0x30, 0x22, 0x4c, 0x96, 0x94, 0x08, 0xdf, 0x9a, 0x5a, 0x91, 0xb3, 0xf0, 0xf6, 0x56, 0x70, 0xcb,
0x64, 0x59, 0xa3, 0x0e, 0x09, 0x5f, 0x00, 0x1e, 0x78, 0x7a, 0xa8, 0xc7, 0x05, 0x8c, 0x72, 0x22,
0x44, 0xf3, 0x1b, 0xf4, 0x3a, 0x8f, 0xf7, 0xbc, 0xda, 0xa3, 0xb9, 0xa1, 0x38, 0x65, 0x5c, 0x48,
0xba, 0x41, 0x1d, 0x7e, 0xf5, 0xef, 0xf5, 0xaf, 0x3e, 0xc1, 0x55, 0xca, 0x57, 0x8a, 0x5e, 0x0f,
0xd5, 0xe7, 0xfc, 0x2b, 0x00, 0x00, 0xff, 0xff, 0xda, 0xfc, 0xb0, 0x28, 0xbc, 0x02, 0x00, 0x00,
}