@@ -517,11 +517,7 @@ fileprivate let _protobuf_package = "google.rpc"
517
517
518
518
extension Google_Rpc_ErrorInfo : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
519
519
static let protoMessageName : String = _protobuf_package + " .ErrorInfo "
520
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
521
- 1 : . same( proto: " reason " ) ,
522
- 2 : . same( proto: " domain " ) ,
523
- 3 : . same( proto: " metadata " ) ,
524
- ]
520
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} reason \0 \u{1} domain \0 \u{1} metadata \0 " )
525
521
526
522
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
527
523
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -561,9 +557,7 @@ extension Google_Rpc_ErrorInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
561
557
562
558
extension Google_Rpc_RetryInfo : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
563
559
static let protoMessageName : String = _protobuf_package + " .RetryInfo "
564
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
565
- 1 : . standard( proto: " retry_delay " ) ,
566
- ]
560
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} retry_delay \0 " )
567
561
568
562
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
569
563
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -597,10 +591,7 @@ extension Google_Rpc_RetryInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
597
591
598
592
extension Google_Rpc_DebugInfo : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
599
593
static let protoMessageName : String = _protobuf_package + " .DebugInfo "
600
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
601
- 1 : . standard( proto: " stack_entries " ) ,
602
- 2 : . same( proto: " detail " ) ,
603
- ]
594
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} stack_entries \0 \u{1} detail \0 " )
604
595
605
596
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
606
597
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -635,9 +626,7 @@ extension Google_Rpc_DebugInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
635
626
636
627
extension Google_Rpc_QuotaFailure : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
637
628
static let protoMessageName : String = _protobuf_package + " .QuotaFailure "
638
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
639
- 1 : . same( proto: " violations " ) ,
640
- ]
629
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} violations \0 " )
641
630
642
631
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
643
632
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -667,16 +656,7 @@ extension Google_Rpc_QuotaFailure: SwiftProtobuf.Message, SwiftProtobuf._Message
667
656
668
657
extension Google_Rpc_QuotaFailure . Violation : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
669
658
static let protoMessageName : String = Google_Rpc_QuotaFailure . protoMessageName + " .Violation "
670
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
671
- 1 : . same( proto: " subject " ) ,
672
- 2 : . same( proto: " description " ) ,
673
- 3 : . standard( proto: " api_service " ) ,
674
- 4 : . standard( proto: " quota_metric " ) ,
675
- 5 : . standard( proto: " quota_id " ) ,
676
- 6 : . standard( proto: " quota_dimensions " ) ,
677
- 7 : . standard( proto: " quota_value " ) ,
678
- 8 : . standard( proto: " future_quota_value " ) ,
679
- ]
659
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} subject \0 \u{1} description \0 \u{3} api_service \0 \u{3} quota_metric \0 \u{3} quota_id \0 \u{3} quota_dimensions \0 \u{3} quota_value \0 \u{3} future_quota_value \0 " )
680
660
681
661
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
682
662
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -745,9 +725,7 @@ extension Google_Rpc_QuotaFailure.Violation: SwiftProtobuf.Message, SwiftProtobu
745
725
746
726
extension Google_Rpc_PreconditionFailure : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
747
727
static let protoMessageName : String = _protobuf_package + " .PreconditionFailure "
748
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
749
- 1 : . same( proto: " violations " ) ,
750
- ]
728
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} violations \0 " )
751
729
752
730
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
753
731
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -777,11 +755,7 @@ extension Google_Rpc_PreconditionFailure: SwiftProtobuf.Message, SwiftProtobuf._
777
755
778
756
extension Google_Rpc_PreconditionFailure . Violation : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
779
757
static let protoMessageName : String = Google_Rpc_PreconditionFailure . protoMessageName + " .Violation "
780
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
781
- 1 : . same( proto: " type " ) ,
782
- 2 : . same( proto: " subject " ) ,
783
- 3 : . same( proto: " description " ) ,
784
- ]
758
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} type \0 \u{1} subject \0 \u{1} description \0 " )
785
759
786
760
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
787
761
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -821,9 +795,7 @@ extension Google_Rpc_PreconditionFailure.Violation: SwiftProtobuf.Message, Swift
821
795
822
796
extension Google_Rpc_BadRequest : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
823
797
static let protoMessageName : String = _protobuf_package + " .BadRequest "
824
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
825
- 1 : . standard( proto: " field_violations " ) ,
826
- ]
798
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} field_violations \0 " )
827
799
828
800
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
829
801
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -853,12 +825,7 @@ extension Google_Rpc_BadRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageIm
853
825
854
826
extension Google_Rpc_BadRequest . FieldViolation : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
855
827
static let protoMessageName : String = Google_Rpc_BadRequest . protoMessageName + " .FieldViolation "
856
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
857
- 1 : . same( proto: " field " ) ,
858
- 2 : . same( proto: " description " ) ,
859
- 3 : . same( proto: " reason " ) ,
860
- 4 : . standard( proto: " localized_message " ) ,
861
- ]
828
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} field \0 \u{1} description \0 \u{1} reason \0 \u{3} localized_message \0 " )
862
829
863
830
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
864
831
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -907,10 +874,7 @@ extension Google_Rpc_BadRequest.FieldViolation: SwiftProtobuf.Message, SwiftProt
907
874
908
875
extension Google_Rpc_RequestInfo : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
909
876
static let protoMessageName : String = _protobuf_package + " .RequestInfo "
910
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
911
- 1 : . standard( proto: " request_id " ) ,
912
- 2 : . standard( proto: " serving_data " ) ,
913
- ]
877
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} request_id \0 \u{3} serving_data \0 " )
914
878
915
879
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
916
880
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -945,12 +909,7 @@ extension Google_Rpc_RequestInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageI
945
909
946
910
extension Google_Rpc_ResourceInfo : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
947
911
static let protoMessageName : String = _protobuf_package + " .ResourceInfo "
948
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
949
- 1 : . standard( proto: " resource_type " ) ,
950
- 2 : . standard( proto: " resource_name " ) ,
951
- 3 : . same( proto: " owner " ) ,
952
- 4 : . same( proto: " description " ) ,
953
- ]
912
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} resource_type \0 \u{3} resource_name \0 \u{1} owner \0 \u{1} description \0 " )
954
913
955
914
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
956
915
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -995,9 +954,7 @@ extension Google_Rpc_ResourceInfo: SwiftProtobuf.Message, SwiftProtobuf._Message
995
954
996
955
extension Google_Rpc_Help : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
997
956
static let protoMessageName : String = _protobuf_package + " .Help "
998
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
999
- 1 : . same( proto: " links " ) ,
1000
- ]
957
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} links \0 " )
1001
958
1002
959
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
1003
960
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -1027,10 +984,7 @@ extension Google_Rpc_Help: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen
1027
984
1028
985
extension Google_Rpc_Help . Link : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
1029
986
static let protoMessageName : String = Google_Rpc_Help . protoMessageName + " .Link "
1030
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
1031
- 1 : . same( proto: " description " ) ,
1032
- 2 : . same( proto: " url " ) ,
1033
- ]
987
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} description \0 \u{1} url \0 " )
1034
988
1035
989
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
1036
990
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -1065,10 +1019,7 @@ extension Google_Rpc_Help.Link: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
1065
1019
1066
1020
extension Google_Rpc_LocalizedMessage : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
1067
1021
static let protoMessageName : String = _protobuf_package + " .LocalizedMessage "
1068
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
1069
- 1 : . same( proto: " locale " ) ,
1070
- 2 : . same( proto: " message " ) ,
1071
- ]
1022
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} locale \0 \u{1} message \0 " )
1072
1023
1073
1024
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
1074
1025
while let fieldNumber = try decoder. nextFieldNumber ( ) {
0 commit comments