kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/proto/driver_go_proto/driver.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // versions: 3 // protoc-gen-go v1.31.0 4 // protoc v4.25.2 5 // source: kythe/proto/driver.proto 6 7 package driver_go_proto 8 9 import ( 10 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 11 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 12 analysis_go_proto "kythe.io/kythe/proto/analysis_go_proto" 13 common_go_proto "kythe.io/kythe/proto/common_go_proto" 14 storage_go_proto "kythe.io/kythe/proto/storage_go_proto" 15 reflect "reflect" 16 sync "sync" 17 ) 18 19 const ( 20 // Verify that this generated code is sufficiently up-to-date. 21 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 22 // Verify that runtime/protoimpl is sufficiently up-to-date. 23 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 24 ) 25 26 type InitRequest struct { 27 state protoimpl.MessageState 28 sizeCache protoimpl.SizeCache 29 unknownFields protoimpl.UnknownFields 30 31 Protocol string `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"` 32 } 33 34 func (x *InitRequest) Reset() { 35 *x = InitRequest{} 36 if protoimpl.UnsafeEnabled { 37 mi := &file_kythe_proto_driver_proto_msgTypes[0] 38 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 39 ms.StoreMessageInfo(mi) 40 } 41 } 42 43 func (x *InitRequest) String() string { 44 return protoimpl.X.MessageStringOf(x) 45 } 46 47 func (*InitRequest) ProtoMessage() {} 48 49 func (x *InitRequest) ProtoReflect() protoreflect.Message { 50 mi := &file_kythe_proto_driver_proto_msgTypes[0] 51 if protoimpl.UnsafeEnabled && x != nil { 52 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 53 if ms.LoadMessageInfo() == nil { 54 ms.StoreMessageInfo(mi) 55 } 56 return ms 57 } 58 return mi.MessageOf(x) 59 } 60 61 // Deprecated: Use InitRequest.ProtoReflect.Descriptor instead. 62 func (*InitRequest) Descriptor() ([]byte, []int) { 63 return file_kythe_proto_driver_proto_rawDescGZIP(), []int{0} 64 } 65 66 func (x *InitRequest) GetProtocol() string { 67 if x != nil { 68 return x.Protocol 69 } 70 return "" 71 } 72 73 type InitReply struct { 74 state protoimpl.MessageState 75 sizeCache protoimpl.SizeCache 76 unknownFields protoimpl.UnknownFields 77 78 Protocol string `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"` 79 } 80 81 func (x *InitReply) Reset() { 82 *x = InitReply{} 83 if protoimpl.UnsafeEnabled { 84 mi := &file_kythe_proto_driver_proto_msgTypes[1] 85 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 86 ms.StoreMessageInfo(mi) 87 } 88 } 89 90 func (x *InitReply) String() string { 91 return protoimpl.X.MessageStringOf(x) 92 } 93 94 func (*InitReply) ProtoMessage() {} 95 96 func (x *InitReply) ProtoReflect() protoreflect.Message { 97 mi := &file_kythe_proto_driver_proto_msgTypes[1] 98 if protoimpl.UnsafeEnabled && x != nil { 99 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 100 if ms.LoadMessageInfo() == nil { 101 ms.StoreMessageInfo(mi) 102 } 103 return ms 104 } 105 return mi.MessageOf(x) 106 } 107 108 // Deprecated: Use InitReply.ProtoReflect.Descriptor instead. 109 func (*InitReply) Descriptor() ([]byte, []int) { 110 return file_kythe_proto_driver_proto_rawDescGZIP(), []int{1} 111 } 112 113 func (x *InitReply) GetProtocol() string { 114 if x != nil { 115 return x.Protocol 116 } 117 return "" 118 } 119 120 type AnalyzeRequest struct { 121 state protoimpl.MessageState 122 sizeCache protoimpl.SizeCache 123 unknownFields protoimpl.UnknownFields 124 125 Language string `protobuf:"bytes,1,opt,name=language,proto3" json:"language,omitempty"` 126 } 127 128 func (x *AnalyzeRequest) Reset() { 129 *x = AnalyzeRequest{} 130 if protoimpl.UnsafeEnabled { 131 mi := &file_kythe_proto_driver_proto_msgTypes[2] 132 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 133 ms.StoreMessageInfo(mi) 134 } 135 } 136 137 func (x *AnalyzeRequest) String() string { 138 return protoimpl.X.MessageStringOf(x) 139 } 140 141 func (*AnalyzeRequest) ProtoMessage() {} 142 143 func (x *AnalyzeRequest) ProtoReflect() protoreflect.Message { 144 mi := &file_kythe_proto_driver_proto_msgTypes[2] 145 if protoimpl.UnsafeEnabled && x != nil { 146 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 147 if ms.LoadMessageInfo() == nil { 148 ms.StoreMessageInfo(mi) 149 } 150 return ms 151 } 152 return mi.MessageOf(x) 153 } 154 155 // Deprecated: Use AnalyzeRequest.ProtoReflect.Descriptor instead. 156 func (*AnalyzeRequest) Descriptor() ([]byte, []int) { 157 return file_kythe_proto_driver_proto_rawDescGZIP(), []int{2} 158 } 159 160 func (x *AnalyzeRequest) GetLanguage() string { 161 if x != nil { 162 return x.Language 163 } 164 return "" 165 } 166 167 type AnalyzeReply struct { 168 state protoimpl.MessageState 169 sizeCache protoimpl.SizeCache 170 unknownFields protoimpl.UnknownFields 171 172 Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` 173 Unit *analysis_go_proto.CompilationUnit `protobuf:"bytes,2,opt,name=unit,proto3" json:"unit,omitempty"` 174 } 175 176 func (x *AnalyzeReply) Reset() { 177 *x = AnalyzeReply{} 178 if protoimpl.UnsafeEnabled { 179 mi := &file_kythe_proto_driver_proto_msgTypes[3] 180 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 181 ms.StoreMessageInfo(mi) 182 } 183 } 184 185 func (x *AnalyzeReply) String() string { 186 return protoimpl.X.MessageStringOf(x) 187 } 188 189 func (*AnalyzeReply) ProtoMessage() {} 190 191 func (x *AnalyzeReply) ProtoReflect() protoreflect.Message { 192 mi := &file_kythe_proto_driver_proto_msgTypes[3] 193 if protoimpl.UnsafeEnabled && x != nil { 194 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 195 if ms.LoadMessageInfo() == nil { 196 ms.StoreMessageInfo(mi) 197 } 198 return ms 199 } 200 return mi.MessageOf(x) 201 } 202 203 // Deprecated: Use AnalyzeReply.ProtoReflect.Descriptor instead. 204 func (*AnalyzeReply) Descriptor() ([]byte, []int) { 205 return file_kythe_proto_driver_proto_rawDescGZIP(), []int{3} 206 } 207 208 func (x *AnalyzeReply) GetId() int64 { 209 if x != nil { 210 return x.Id 211 } 212 return 0 213 } 214 215 func (x *AnalyzeReply) GetUnit() *analysis_go_proto.CompilationUnit { 216 if x != nil { 217 return x.Unit 218 } 219 return nil 220 } 221 222 type FileRequest struct { 223 state protoimpl.MessageState 224 sizeCache protoimpl.SizeCache 225 unknownFields protoimpl.UnknownFields 226 227 Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` 228 Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` 229 Digest string `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"` 230 } 231 232 func (x *FileRequest) Reset() { 233 *x = FileRequest{} 234 if protoimpl.UnsafeEnabled { 235 mi := &file_kythe_proto_driver_proto_msgTypes[4] 236 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 237 ms.StoreMessageInfo(mi) 238 } 239 } 240 241 func (x *FileRequest) String() string { 242 return protoimpl.X.MessageStringOf(x) 243 } 244 245 func (*FileRequest) ProtoMessage() {} 246 247 func (x *FileRequest) ProtoReflect() protoreflect.Message { 248 mi := &file_kythe_proto_driver_proto_msgTypes[4] 249 if protoimpl.UnsafeEnabled && x != nil { 250 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 251 if ms.LoadMessageInfo() == nil { 252 ms.StoreMessageInfo(mi) 253 } 254 return ms 255 } 256 return mi.MessageOf(x) 257 } 258 259 // Deprecated: Use FileRequest.ProtoReflect.Descriptor instead. 260 func (*FileRequest) Descriptor() ([]byte, []int) { 261 return file_kythe_proto_driver_proto_rawDescGZIP(), []int{4} 262 } 263 264 func (x *FileRequest) GetId() int64 { 265 if x != nil { 266 return x.Id 267 } 268 return 0 269 } 270 271 func (x *FileRequest) GetPath() string { 272 if x != nil { 273 return x.Path 274 } 275 return "" 276 } 277 278 func (x *FileRequest) GetDigest() string { 279 if x != nil { 280 return x.Digest 281 } 282 return "" 283 } 284 285 type FileReply struct { 286 state protoimpl.MessageState 287 sizeCache protoimpl.SizeCache 288 unknownFields protoimpl.UnknownFields 289 290 Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` 291 Digest string `protobuf:"bytes,2,opt,name=digest,proto3" json:"digest,omitempty"` 292 Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` 293 } 294 295 func (x *FileReply) Reset() { 296 *x = FileReply{} 297 if protoimpl.UnsafeEnabled { 298 mi := &file_kythe_proto_driver_proto_msgTypes[5] 299 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 300 ms.StoreMessageInfo(mi) 301 } 302 } 303 304 func (x *FileReply) String() string { 305 return protoimpl.X.MessageStringOf(x) 306 } 307 308 func (*FileReply) ProtoMessage() {} 309 310 func (x *FileReply) ProtoReflect() protoreflect.Message { 311 mi := &file_kythe_proto_driver_proto_msgTypes[5] 312 if protoimpl.UnsafeEnabled && x != nil { 313 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 314 if ms.LoadMessageInfo() == nil { 315 ms.StoreMessageInfo(mi) 316 } 317 return ms 318 } 319 return mi.MessageOf(x) 320 } 321 322 // Deprecated: Use FileReply.ProtoReflect.Descriptor instead. 323 func (*FileReply) Descriptor() ([]byte, []int) { 324 return file_kythe_proto_driver_proto_rawDescGZIP(), []int{5} 325 } 326 327 func (x *FileReply) GetPath() string { 328 if x != nil { 329 return x.Path 330 } 331 return "" 332 } 333 334 func (x *FileReply) GetDigest() string { 335 if x != nil { 336 return x.Digest 337 } 338 return "" 339 } 340 341 func (x *FileReply) GetData() []byte { 342 if x != nil { 343 return x.Data 344 } 345 return nil 346 } 347 348 type OutRequest struct { 349 state protoimpl.MessageState 350 sizeCache protoimpl.SizeCache 351 unknownFields protoimpl.UnknownFields 352 353 Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` 354 Output [][]byte `protobuf:"bytes,2,rep,name=output,proto3" json:"output,omitempty"` 355 Entries []*storage_go_proto.Entry `protobuf:"bytes,3,rep,name=entries,proto3" json:"entries,omitempty"` 356 } 357 358 func (x *OutRequest) Reset() { 359 *x = OutRequest{} 360 if protoimpl.UnsafeEnabled { 361 mi := &file_kythe_proto_driver_proto_msgTypes[6] 362 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 363 ms.StoreMessageInfo(mi) 364 } 365 } 366 367 func (x *OutRequest) String() string { 368 return protoimpl.X.MessageStringOf(x) 369 } 370 371 func (*OutRequest) ProtoMessage() {} 372 373 func (x *OutRequest) ProtoReflect() protoreflect.Message { 374 mi := &file_kythe_proto_driver_proto_msgTypes[6] 375 if protoimpl.UnsafeEnabled && x != nil { 376 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 377 if ms.LoadMessageInfo() == nil { 378 ms.StoreMessageInfo(mi) 379 } 380 return ms 381 } 382 return mi.MessageOf(x) 383 } 384 385 // Deprecated: Use OutRequest.ProtoReflect.Descriptor instead. 386 func (*OutRequest) Descriptor() ([]byte, []int) { 387 return file_kythe_proto_driver_proto_rawDescGZIP(), []int{6} 388 } 389 390 func (x *OutRequest) GetId() int64 { 391 if x != nil { 392 return x.Id 393 } 394 return 0 395 } 396 397 func (x *OutRequest) GetOutput() [][]byte { 398 if x != nil { 399 return x.Output 400 } 401 return nil 402 } 403 404 func (x *OutRequest) GetEntries() []*storage_go_proto.Entry { 405 if x != nil { 406 return x.Entries 407 } 408 return nil 409 } 410 411 type LogRequest struct { 412 state protoimpl.MessageState 413 sizeCache protoimpl.SizeCache 414 unknownFields protoimpl.UnknownFields 415 416 Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` 417 Message *common_go_proto.Diagnostic `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` 418 } 419 420 func (x *LogRequest) Reset() { 421 *x = LogRequest{} 422 if protoimpl.UnsafeEnabled { 423 mi := &file_kythe_proto_driver_proto_msgTypes[7] 424 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 425 ms.StoreMessageInfo(mi) 426 } 427 } 428 429 func (x *LogRequest) String() string { 430 return protoimpl.X.MessageStringOf(x) 431 } 432 433 func (*LogRequest) ProtoMessage() {} 434 435 func (x *LogRequest) ProtoReflect() protoreflect.Message { 436 mi := &file_kythe_proto_driver_proto_msgTypes[7] 437 if protoimpl.UnsafeEnabled && x != nil { 438 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 439 if ms.LoadMessageInfo() == nil { 440 ms.StoreMessageInfo(mi) 441 } 442 return ms 443 } 444 return mi.MessageOf(x) 445 } 446 447 // Deprecated: Use LogRequest.ProtoReflect.Descriptor instead. 448 func (*LogRequest) Descriptor() ([]byte, []int) { 449 return file_kythe_proto_driver_proto_rawDescGZIP(), []int{7} 450 } 451 452 func (x *LogRequest) GetId() int64 { 453 if x != nil { 454 return x.Id 455 } 456 return 0 457 } 458 459 func (x *LogRequest) GetMessage() *common_go_proto.Diagnostic { 460 if x != nil { 461 return x.Message 462 } 463 return nil 464 } 465 466 var File_kythe_proto_driver_proto protoreflect.FileDescriptor 467 468 var file_kythe_proto_driver_proto_rawDesc = []byte{ 469 0x0a, 0x18, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x64, 0x72, 470 0x69, 0x76, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0c, 0x6b, 0x79, 0x74, 0x68, 471 0x65, 0x2e, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 0x1a, 0x1a, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 472 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x61, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x2e, 0x70, 473 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x18, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 474 0x6f, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 475 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x74, 0x6f, 0x72, 476 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x29, 0x0a, 0x0b, 0x49, 0x6e, 0x69, 477 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x74, 478 0x6f, 0x63, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x74, 479 0x6f, 0x63, 0x6f, 0x6c, 0x22, 0x27, 0x0a, 0x09, 0x49, 0x6e, 0x69, 0x74, 0x52, 0x65, 0x70, 0x6c, 480 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x18, 0x01, 0x20, 481 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x22, 0x2c, 0x0a, 482 0x0e, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x7a, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 483 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 484 0x09, 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x22, 0x50, 0x0a, 0x0c, 0x41, 485 0x6e, 0x61, 0x6c, 0x79, 0x7a, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x0e, 0x0a, 0x02, 0x69, 486 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x30, 0x0a, 0x04, 0x75, 487 0x6e, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x6b, 0x79, 0x74, 0x68, 488 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x61, 0x74, 489 0x69, 0x6f, 0x6e, 0x55, 0x6e, 0x69, 0x74, 0x52, 0x04, 0x75, 0x6e, 0x69, 0x74, 0x22, 0x49, 0x0a, 490 0x0b, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 491 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 492 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 493 0x12, 0x16, 0x0a, 0x06, 0x64, 0x69, 0x67, 0x65, 0x73, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 494 0x52, 0x06, 0x64, 0x69, 0x67, 0x65, 0x73, 0x74, 0x22, 0x4b, 0x0a, 0x09, 0x46, 0x69, 0x6c, 0x65, 495 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 496 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x69, 0x67, 497 0x65, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x69, 0x67, 0x65, 0x73, 498 0x74, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 499 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x62, 0x0a, 0x0a, 0x4f, 0x75, 0x74, 0x52, 0x65, 0x71, 0x75, 500 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 501 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x18, 0x02, 0x20, 502 0x03, 0x28, 0x0c, 0x52, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x12, 0x2c, 0x0a, 0x07, 0x65, 503 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x6b, 504 0x79, 0x74, 0x68, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x45, 0x6e, 0x74, 0x72, 0x79, 505 0x52, 0x07, 0x65, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x22, 0x56, 0x0a, 0x0a, 0x4c, 0x6f, 0x67, 506 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 507 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x38, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 508 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6b, 0x79, 0x74, 0x68, 0x65, 509 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x44, 0x69, 510 0x61, 0x67, 0x6e, 0x6f, 0x73, 0x74, 0x69, 0x63, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 511 0x65, 0x42, 0x26, 0x5a, 0x24, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x69, 0x6f, 0x2f, 0x6b, 0x79, 512 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 513 0x5f, 0x67, 0x6f, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 514 0x33, 515 } 516 517 var ( 518 file_kythe_proto_driver_proto_rawDescOnce sync.Once 519 file_kythe_proto_driver_proto_rawDescData = file_kythe_proto_driver_proto_rawDesc 520 ) 521 522 func file_kythe_proto_driver_proto_rawDescGZIP() []byte { 523 file_kythe_proto_driver_proto_rawDescOnce.Do(func() { 524 file_kythe_proto_driver_proto_rawDescData = protoimpl.X.CompressGZIP(file_kythe_proto_driver_proto_rawDescData) 525 }) 526 return file_kythe_proto_driver_proto_rawDescData 527 } 528 529 var file_kythe_proto_driver_proto_msgTypes = make([]protoimpl.MessageInfo, 8) 530 var file_kythe_proto_driver_proto_goTypes = []interface{}{ 531 (*InitRequest)(nil), // 0: kythe.driver.InitRequest 532 (*InitReply)(nil), // 1: kythe.driver.InitReply 533 (*AnalyzeRequest)(nil), // 2: kythe.driver.AnalyzeRequest 534 (*AnalyzeReply)(nil), // 3: kythe.driver.AnalyzeReply 535 (*FileRequest)(nil), // 4: kythe.driver.FileRequest 536 (*FileReply)(nil), // 5: kythe.driver.FileReply 537 (*OutRequest)(nil), // 6: kythe.driver.OutRequest 538 (*LogRequest)(nil), // 7: kythe.driver.LogRequest 539 (*analysis_go_proto.CompilationUnit)(nil), // 8: kythe.proto.CompilationUnit 540 (*storage_go_proto.Entry)(nil), // 9: kythe.proto.Entry 541 (*common_go_proto.Diagnostic)(nil), // 10: kythe.proto.common.Diagnostic 542 } 543 var file_kythe_proto_driver_proto_depIdxs = []int32{ 544 8, // 0: kythe.driver.AnalyzeReply.unit:type_name -> kythe.proto.CompilationUnit 545 9, // 1: kythe.driver.OutRequest.entries:type_name -> kythe.proto.Entry 546 10, // 2: kythe.driver.LogRequest.message:type_name -> kythe.proto.common.Diagnostic 547 3, // [3:3] is the sub-list for method output_type 548 3, // [3:3] is the sub-list for method input_type 549 3, // [3:3] is the sub-list for extension type_name 550 3, // [3:3] is the sub-list for extension extendee 551 0, // [0:3] is the sub-list for field type_name 552 } 553 554 func init() { file_kythe_proto_driver_proto_init() } 555 func file_kythe_proto_driver_proto_init() { 556 if File_kythe_proto_driver_proto != nil { 557 return 558 } 559 if !protoimpl.UnsafeEnabled { 560 file_kythe_proto_driver_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 561 switch v := v.(*InitRequest); i { 562 case 0: 563 return &v.state 564 case 1: 565 return &v.sizeCache 566 case 2: 567 return &v.unknownFields 568 default: 569 return nil 570 } 571 } 572 file_kythe_proto_driver_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 573 switch v := v.(*InitReply); i { 574 case 0: 575 return &v.state 576 case 1: 577 return &v.sizeCache 578 case 2: 579 return &v.unknownFields 580 default: 581 return nil 582 } 583 } 584 file_kythe_proto_driver_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { 585 switch v := v.(*AnalyzeRequest); i { 586 case 0: 587 return &v.state 588 case 1: 589 return &v.sizeCache 590 case 2: 591 return &v.unknownFields 592 default: 593 return nil 594 } 595 } 596 file_kythe_proto_driver_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { 597 switch v := v.(*AnalyzeReply); i { 598 case 0: 599 return &v.state 600 case 1: 601 return &v.sizeCache 602 case 2: 603 return &v.unknownFields 604 default: 605 return nil 606 } 607 } 608 file_kythe_proto_driver_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { 609 switch v := v.(*FileRequest); i { 610 case 0: 611 return &v.state 612 case 1: 613 return &v.sizeCache 614 case 2: 615 return &v.unknownFields 616 default: 617 return nil 618 } 619 } 620 file_kythe_proto_driver_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { 621 switch v := v.(*FileReply); i { 622 case 0: 623 return &v.state 624 case 1: 625 return &v.sizeCache 626 case 2: 627 return &v.unknownFields 628 default: 629 return nil 630 } 631 } 632 file_kythe_proto_driver_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { 633 switch v := v.(*OutRequest); i { 634 case 0: 635 return &v.state 636 case 1: 637 return &v.sizeCache 638 case 2: 639 return &v.unknownFields 640 default: 641 return nil 642 } 643 } 644 file_kythe_proto_driver_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { 645 switch v := v.(*LogRequest); i { 646 case 0: 647 return &v.state 648 case 1: 649 return &v.sizeCache 650 case 2: 651 return &v.unknownFields 652 default: 653 return nil 654 } 655 } 656 } 657 type x struct{} 658 out := protoimpl.TypeBuilder{ 659 File: protoimpl.DescBuilder{ 660 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 661 RawDescriptor: file_kythe_proto_driver_proto_rawDesc, 662 NumEnums: 0, 663 NumMessages: 8, 664 NumExtensions: 0, 665 NumServices: 0, 666 }, 667 GoTypes: file_kythe_proto_driver_proto_goTypes, 668 DependencyIndexes: file_kythe_proto_driver_proto_depIdxs, 669 MessageInfos: file_kythe_proto_driver_proto_msgTypes, 670 }.Build() 671 File_kythe_proto_driver_proto = out.File 672 file_kythe_proto_driver_proto_rawDesc = nil 673 file_kythe_proto_driver_proto_goTypes = nil 674 file_kythe_proto_driver_proto_depIdxs = nil 675 }