@@ -345,11 +345,7 @@ fileprivate let _protobuf_package = "grpc.lookup.v1"
345
345
346
346
extension Grpc_Lookup_V1_NameMatcher : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
347
347
static let protoMessageName : String = _protobuf_package + " .NameMatcher "
348
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
349
- 1 : . same( proto: " key " ) ,
350
- 2 : . same( proto: " names " ) ,
351
- 3 : . standard( proto: " required_match " ) ,
352
- ]
348
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} key \0 \u{1} names \0 \u{3} required_match \0 " )
353
349
354
350
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
355
351
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -389,12 +385,7 @@ extension Grpc_Lookup_V1_NameMatcher: SwiftProtobuf.Message, SwiftProtobuf._Mess
389
385
390
386
extension Grpc_Lookup_V1_GrpcKeyBuilder : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
391
387
static let protoMessageName : String = _protobuf_package + " .GrpcKeyBuilder "
392
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
393
- 1 : . same( proto: " names " ) ,
394
- 3 : . standard( proto: " extra_keys " ) ,
395
- 2 : . same( proto: " headers " ) ,
396
- 4 : . standard( proto: " constant_keys " ) ,
397
- ]
388
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} names \0 \u{1} headers \0 \u{3} extra_keys \0 \u{3} constant_keys \0 " )
398
389
399
390
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
400
391
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -443,10 +434,7 @@ extension Grpc_Lookup_V1_GrpcKeyBuilder: SwiftProtobuf.Message, SwiftProtobuf._M
443
434
444
435
extension Grpc_Lookup_V1_GrpcKeyBuilder . Name : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
445
436
static let protoMessageName : String = Grpc_Lookup_V1_GrpcKeyBuilder . protoMessageName + " .Name "
446
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
447
- 1 : . same( proto: " service " ) ,
448
- 2 : . same( proto: " method " ) ,
449
- ]
437
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} service \0 \u{1} method \0 " )
450
438
451
439
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
452
440
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -481,11 +469,7 @@ extension Grpc_Lookup_V1_GrpcKeyBuilder.Name: SwiftProtobuf.Message, SwiftProtob
481
469
482
470
extension Grpc_Lookup_V1_GrpcKeyBuilder . ExtraKeys : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
483
471
static let protoMessageName : String = Grpc_Lookup_V1_GrpcKeyBuilder . protoMessageName + " .ExtraKeys "
484
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
485
- 1 : . same( proto: " host " ) ,
486
- 2 : . same( proto: " service " ) ,
487
- 3 : . same( proto: " method " ) ,
488
- ]
472
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} host \0 \u{1} service \0 \u{1} method \0 " )
489
473
490
474
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
491
475
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -525,14 +509,7 @@ extension Grpc_Lookup_V1_GrpcKeyBuilder.ExtraKeys: SwiftProtobuf.Message, SwiftP
525
509
526
510
extension Grpc_Lookup_V1_HttpKeyBuilder : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
527
511
static let protoMessageName : String = _protobuf_package + " .HttpKeyBuilder "
528
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
529
- 1 : . standard( proto: " host_patterns " ) ,
530
- 2 : . standard( proto: " path_patterns " ) ,
531
- 3 : . standard( proto: " query_parameters " ) ,
532
- 4 : . same( proto: " headers " ) ,
533
- 5 : . standard( proto: " constant_keys " ) ,
534
- 6 : . same( proto: " method " ) ,
535
- ]
512
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} host_patterns \0 \u{3} path_patterns \0 \u{3} query_parameters \0 \u{1} headers \0 \u{3} constant_keys \0 \u{1} method \0 " )
536
513
537
514
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
538
515
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -587,20 +564,7 @@ extension Grpc_Lookup_V1_HttpKeyBuilder: SwiftProtobuf.Message, SwiftProtobuf._M
587
564
588
565
extension Grpc_Lookup_V1_RouteLookupConfig : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
589
566
static let protoMessageName : String = _protobuf_package + " .RouteLookupConfig "
590
- static let _protobuf_nameMap = SwiftProtobuf . _NameMap (
591
- reservedNames: [ " request_processing_strategy " ] ,
592
- reservedRanges: [ 10 ..< 11 ] ,
593
- numberNameMappings: [
594
- 1 : . standard( proto: " http_keybuilders " ) ,
595
- 2 : . standard( proto: " grpc_keybuilders " ) ,
596
- 3 : . standard( proto: " lookup_service " ) ,
597
- 4 : . standard( proto: " lookup_service_timeout " ) ,
598
- 5 : . standard( proto: " max_age " ) ,
599
- 6 : . standard( proto: " stale_age " ) ,
600
- 7 : . standard( proto: " cache_size_bytes " ) ,
601
- 8 : . standard( proto: " valid_targets " ) ,
602
- 9 : . standard( proto: " default_target " ) ,
603
- ] )
567
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} http_keybuilders \0 \u{3} grpc_keybuilders \0 \u{3} lookup_service \0 \u{3} lookup_service_timeout \0 \u{3} max_age \0 \u{3} stale_age \0 \u{3} cache_size_bytes \0 \u{3} valid_targets \0 \u{3} default_target \0 \u{b} request_processing_strategy \0 \u{c} \u{a} \u{1} " )
604
568
605
569
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
606
570
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -674,9 +638,7 @@ extension Grpc_Lookup_V1_RouteLookupConfig: SwiftProtobuf.Message, SwiftProtobuf
674
638
675
639
extension Grpc_Lookup_V1_RouteLookupClusterSpecifier : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
676
640
static let protoMessageName : String = _protobuf_package + " .RouteLookupClusterSpecifier "
677
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
678
- 1 : . standard( proto: " route_lookup_config " ) ,
679
- ]
641
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} route_lookup_config \0 " )
680
642
681
643
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
682
644
while let fieldNumber = try decoder. nextFieldNumber ( ) {
0 commit comments