kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/proto/java_go_proto/java.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/java.proto 6 7 package java_go_proto 8 9 import ( 10 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 11 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 12 storage_go_proto "kythe.io/kythe/proto/storage_go_proto" 13 reflect "reflect" 14 sync "sync" 15 ) 16 17 const ( 18 // Verify that this generated code is sufficiently up-to-date. 19 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 20 // Verify that runtime/protoimpl is sufficiently up-to-date. 21 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 22 ) 23 24 type JarDetails struct { 25 state protoimpl.MessageState 26 sizeCache protoimpl.SizeCache 27 unknownFields protoimpl.UnknownFields 28 29 Jar []*JarDetails_Jar `protobuf:"bytes,1,rep,name=jar,proto3" json:"jar,omitempty"` 30 } 31 32 func (x *JarDetails) Reset() { 33 *x = JarDetails{} 34 if protoimpl.UnsafeEnabled { 35 mi := &file_kythe_proto_java_proto_msgTypes[0] 36 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 37 ms.StoreMessageInfo(mi) 38 } 39 } 40 41 func (x *JarDetails) String() string { 42 return protoimpl.X.MessageStringOf(x) 43 } 44 45 func (*JarDetails) ProtoMessage() {} 46 47 func (x *JarDetails) ProtoReflect() protoreflect.Message { 48 mi := &file_kythe_proto_java_proto_msgTypes[0] 49 if protoimpl.UnsafeEnabled && x != nil { 50 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 51 if ms.LoadMessageInfo() == nil { 52 ms.StoreMessageInfo(mi) 53 } 54 return ms 55 } 56 return mi.MessageOf(x) 57 } 58 59 // Deprecated: Use JarDetails.ProtoReflect.Descriptor instead. 60 func (*JarDetails) Descriptor() ([]byte, []int) { 61 return file_kythe_proto_java_proto_rawDescGZIP(), []int{0} 62 } 63 64 func (x *JarDetails) GetJar() []*JarDetails_Jar { 65 if x != nil { 66 return x.Jar 67 } 68 return nil 69 } 70 71 type JarEntryDetails struct { 72 state protoimpl.MessageState 73 sizeCache protoimpl.SizeCache 74 unknownFields protoimpl.UnknownFields 75 76 JarContainer int32 `protobuf:"varint,1,opt,name=jar_container,json=jarContainer,proto3" json:"jar_container,omitempty"` 77 } 78 79 func (x *JarEntryDetails) Reset() { 80 *x = JarEntryDetails{} 81 if protoimpl.UnsafeEnabled { 82 mi := &file_kythe_proto_java_proto_msgTypes[1] 83 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 84 ms.StoreMessageInfo(mi) 85 } 86 } 87 88 func (x *JarEntryDetails) String() string { 89 return protoimpl.X.MessageStringOf(x) 90 } 91 92 func (*JarEntryDetails) ProtoMessage() {} 93 94 func (x *JarEntryDetails) ProtoReflect() protoreflect.Message { 95 mi := &file_kythe_proto_java_proto_msgTypes[1] 96 if protoimpl.UnsafeEnabled && x != nil { 97 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 98 if ms.LoadMessageInfo() == nil { 99 ms.StoreMessageInfo(mi) 100 } 101 return ms 102 } 103 return mi.MessageOf(x) 104 } 105 106 // Deprecated: Use JarEntryDetails.ProtoReflect.Descriptor instead. 107 func (*JarEntryDetails) Descriptor() ([]byte, []int) { 108 return file_kythe_proto_java_proto_rawDescGZIP(), []int{1} 109 } 110 111 func (x *JarEntryDetails) GetJarContainer() int32 { 112 if x != nil { 113 return x.JarContainer 114 } 115 return 0 116 } 117 118 type JavaDetails struct { 119 state protoimpl.MessageState 120 sizeCache protoimpl.SizeCache 121 unknownFields protoimpl.UnknownFields 122 123 Classpath []string `protobuf:"bytes,1,rep,name=classpath,proto3" json:"classpath,omitempty"` 124 Sourcepath []string `protobuf:"bytes,2,rep,name=sourcepath,proto3" json:"sourcepath,omitempty"` 125 Bootclasspath []string `protobuf:"bytes,3,rep,name=bootclasspath,proto3" json:"bootclasspath,omitempty"` 126 ExtraJavacopts []string `protobuf:"bytes,10,rep,name=extra_javacopts,json=extraJavacopts,proto3" json:"extra_javacopts,omitempty"` 127 } 128 129 func (x *JavaDetails) Reset() { 130 *x = JavaDetails{} 131 if protoimpl.UnsafeEnabled { 132 mi := &file_kythe_proto_java_proto_msgTypes[2] 133 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 134 ms.StoreMessageInfo(mi) 135 } 136 } 137 138 func (x *JavaDetails) String() string { 139 return protoimpl.X.MessageStringOf(x) 140 } 141 142 func (*JavaDetails) ProtoMessage() {} 143 144 func (x *JavaDetails) ProtoReflect() protoreflect.Message { 145 mi := &file_kythe_proto_java_proto_msgTypes[2] 146 if protoimpl.UnsafeEnabled && x != nil { 147 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 148 if ms.LoadMessageInfo() == nil { 149 ms.StoreMessageInfo(mi) 150 } 151 return ms 152 } 153 return mi.MessageOf(x) 154 } 155 156 // Deprecated: Use JavaDetails.ProtoReflect.Descriptor instead. 157 func (*JavaDetails) Descriptor() ([]byte, []int) { 158 return file_kythe_proto_java_proto_rawDescGZIP(), []int{2} 159 } 160 161 func (x *JavaDetails) GetClasspath() []string { 162 if x != nil { 163 return x.Classpath 164 } 165 return nil 166 } 167 168 func (x *JavaDetails) GetSourcepath() []string { 169 if x != nil { 170 return x.Sourcepath 171 } 172 return nil 173 } 174 175 func (x *JavaDetails) GetBootclasspath() []string { 176 if x != nil { 177 return x.Bootclasspath 178 } 179 return nil 180 } 181 182 func (x *JavaDetails) GetExtraJavacopts() []string { 183 if x != nil { 184 return x.ExtraJavacopts 185 } 186 return nil 187 } 188 189 type JarDetails_Jar struct { 190 state protoimpl.MessageState 191 sizeCache protoimpl.SizeCache 192 unknownFields protoimpl.UnknownFields 193 194 VName *storage_go_proto.VName `protobuf:"bytes,1,opt,name=v_name,json=vName,proto3" json:"v_name,omitempty"` 195 } 196 197 func (x *JarDetails_Jar) Reset() { 198 *x = JarDetails_Jar{} 199 if protoimpl.UnsafeEnabled { 200 mi := &file_kythe_proto_java_proto_msgTypes[3] 201 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 202 ms.StoreMessageInfo(mi) 203 } 204 } 205 206 func (x *JarDetails_Jar) String() string { 207 return protoimpl.X.MessageStringOf(x) 208 } 209 210 func (*JarDetails_Jar) ProtoMessage() {} 211 212 func (x *JarDetails_Jar) ProtoReflect() protoreflect.Message { 213 mi := &file_kythe_proto_java_proto_msgTypes[3] 214 if protoimpl.UnsafeEnabled && x != nil { 215 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 216 if ms.LoadMessageInfo() == nil { 217 ms.StoreMessageInfo(mi) 218 } 219 return ms 220 } 221 return mi.MessageOf(x) 222 } 223 224 // Deprecated: Use JarDetails_Jar.ProtoReflect.Descriptor instead. 225 func (*JarDetails_Jar) Descriptor() ([]byte, []int) { 226 return file_kythe_proto_java_proto_rawDescGZIP(), []int{0, 0} 227 } 228 229 func (x *JarDetails_Jar) GetVName() *storage_go_proto.VName { 230 if x != nil { 231 return x.VName 232 } 233 return nil 234 } 235 236 var File_kythe_proto_java_proto protoreflect.FileDescriptor 237 238 var file_kythe_proto_java_proto_rawDesc = []byte{ 239 0x0a, 0x16, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6a, 0x61, 240 0x76, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0b, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 241 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 0x6f, 242 0x74, 0x6f, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 243 0x22, 0x73, 0x0a, 0x0a, 0x4a, 0x61, 0x72, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x2d, 244 0x0a, 0x03, 0x6a, 0x61, 0x72, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x6b, 0x79, 245 0x74, 0x68, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4a, 0x61, 0x72, 0x44, 0x65, 0x74, 246 0x61, 0x69, 0x6c, 0x73, 0x2e, 0x4a, 0x61, 0x72, 0x52, 0x03, 0x6a, 0x61, 0x72, 0x1a, 0x36, 0x0a, 247 0x03, 0x4a, 0x61, 0x72, 0x12, 0x29, 0x0a, 0x06, 0x76, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 248 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x70, 0x72, 0x6f, 249 0x74, 0x6f, 0x2e, 0x56, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x05, 0x76, 0x4e, 0x61, 0x6d, 0x65, 0x4a, 250 0x04, 0x08, 0x02, 0x10, 0x03, 0x22, 0x36, 0x0a, 0x0f, 0x4a, 0x61, 0x72, 0x45, 0x6e, 0x74, 0x72, 251 0x79, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x23, 0x0a, 0x0d, 0x6a, 0x61, 0x72, 0x5f, 252 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 253 0x0c, 0x6a, 0x61, 0x72, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x22, 0x9a, 0x01, 254 0x0a, 0x0b, 0x4a, 0x61, 0x76, 0x61, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x1c, 0x0a, 255 0x09, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 256 0x52, 0x09, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x70, 0x61, 0x74, 0x68, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 257 0x6f, 0x75, 0x72, 0x63, 0x65, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 258 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x70, 0x61, 0x74, 0x68, 0x12, 0x24, 0x0a, 0x0d, 0x62, 259 0x6f, 0x6f, 0x74, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x03, 260 0x28, 0x09, 0x52, 0x0d, 0x62, 0x6f, 0x6f, 0x74, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x70, 0x61, 0x74, 261 0x68, 0x12, 0x27, 0x0a, 0x0f, 0x65, 0x78, 0x74, 0x72, 0x61, 0x5f, 0x6a, 0x61, 0x76, 0x61, 0x63, 262 0x6f, 0x70, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x65, 0x78, 0x74, 0x72, 263 0x61, 0x4a, 0x61, 0x76, 0x61, 0x63, 0x6f, 0x70, 0x74, 0x73, 0x42, 0x45, 0x0a, 0x1f, 0x63, 0x6f, 264 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 265 0x73, 0x2e, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5a, 0x22, 0x6b, 266 0x79, 0x74, 0x68, 0x65, 0x2e, 0x69, 0x6f, 0x2f, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 267 0x6f, 0x74, 0x6f, 0x2f, 0x6a, 0x61, 0x76, 0x61, 0x5f, 0x67, 0x6f, 0x5f, 0x70, 0x72, 0x6f, 0x74, 268 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 269 } 270 271 var ( 272 file_kythe_proto_java_proto_rawDescOnce sync.Once 273 file_kythe_proto_java_proto_rawDescData = file_kythe_proto_java_proto_rawDesc 274 ) 275 276 func file_kythe_proto_java_proto_rawDescGZIP() []byte { 277 file_kythe_proto_java_proto_rawDescOnce.Do(func() { 278 file_kythe_proto_java_proto_rawDescData = protoimpl.X.CompressGZIP(file_kythe_proto_java_proto_rawDescData) 279 }) 280 return file_kythe_proto_java_proto_rawDescData 281 } 282 283 var file_kythe_proto_java_proto_msgTypes = make([]protoimpl.MessageInfo, 4) 284 var file_kythe_proto_java_proto_goTypes = []interface{}{ 285 (*JarDetails)(nil), // 0: kythe.proto.JarDetails 286 (*JarEntryDetails)(nil), // 1: kythe.proto.JarEntryDetails 287 (*JavaDetails)(nil), // 2: kythe.proto.JavaDetails 288 (*JarDetails_Jar)(nil), // 3: kythe.proto.JarDetails.Jar 289 (*storage_go_proto.VName)(nil), // 4: kythe.proto.VName 290 } 291 var file_kythe_proto_java_proto_depIdxs = []int32{ 292 3, // 0: kythe.proto.JarDetails.jar:type_name -> kythe.proto.JarDetails.Jar 293 4, // 1: kythe.proto.JarDetails.Jar.v_name:type_name -> kythe.proto.VName 294 2, // [2:2] is the sub-list for method output_type 295 2, // [2:2] is the sub-list for method input_type 296 2, // [2:2] is the sub-list for extension type_name 297 2, // [2:2] is the sub-list for extension extendee 298 0, // [0:2] is the sub-list for field type_name 299 } 300 301 func init() { file_kythe_proto_java_proto_init() } 302 func file_kythe_proto_java_proto_init() { 303 if File_kythe_proto_java_proto != nil { 304 return 305 } 306 if !protoimpl.UnsafeEnabled { 307 file_kythe_proto_java_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 308 switch v := v.(*JarDetails); i { 309 case 0: 310 return &v.state 311 case 1: 312 return &v.sizeCache 313 case 2: 314 return &v.unknownFields 315 default: 316 return nil 317 } 318 } 319 file_kythe_proto_java_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 320 switch v := v.(*JarEntryDetails); i { 321 case 0: 322 return &v.state 323 case 1: 324 return &v.sizeCache 325 case 2: 326 return &v.unknownFields 327 default: 328 return nil 329 } 330 } 331 file_kythe_proto_java_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { 332 switch v := v.(*JavaDetails); i { 333 case 0: 334 return &v.state 335 case 1: 336 return &v.sizeCache 337 case 2: 338 return &v.unknownFields 339 default: 340 return nil 341 } 342 } 343 file_kythe_proto_java_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { 344 switch v := v.(*JarDetails_Jar); i { 345 case 0: 346 return &v.state 347 case 1: 348 return &v.sizeCache 349 case 2: 350 return &v.unknownFields 351 default: 352 return nil 353 } 354 } 355 } 356 type x struct{} 357 out := protoimpl.TypeBuilder{ 358 File: protoimpl.DescBuilder{ 359 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 360 RawDescriptor: file_kythe_proto_java_proto_rawDesc, 361 NumEnums: 0, 362 NumMessages: 4, 363 NumExtensions: 0, 364 NumServices: 0, 365 }, 366 GoTypes: file_kythe_proto_java_proto_goTypes, 367 DependencyIndexes: file_kythe_proto_java_proto_depIdxs, 368 MessageInfos: file_kythe_proto_java_proto_msgTypes, 369 }.Build() 370 File_kythe_proto_java_proto = out.File 371 file_kythe_proto_java_proto_rawDesc = nil 372 file_kythe_proto_java_proto_goTypes = nil 373 file_kythe_proto_java_proto_depIdxs = nil 374 }