@@ -517,11 +517,7 @@ fileprivate let _protobuf_package = "google.rpc"
517517
518518extension Google_Rpc_ErrorInfo : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
519519 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 " )
525521
526522 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
527523 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -561,9 +557,7 @@ extension Google_Rpc_ErrorInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
561557
562558extension Google_Rpc_RetryInfo : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
563559 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 " )
567561
568562 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
569563 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -597,10 +591,7 @@ extension Google_Rpc_RetryInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
597591
598592extension Google_Rpc_DebugInfo : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
599593 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 " )
604595
605596 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
606597 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -635,9 +626,7 @@ extension Google_Rpc_DebugInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
635626
636627extension Google_Rpc_QuotaFailure : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
637628 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 " )
641630
642631 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
643632 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -667,16 +656,7 @@ extension Google_Rpc_QuotaFailure: SwiftProtobuf.Message, SwiftProtobuf._Message
667656
668657extension Google_Rpc_QuotaFailure . Violation : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
669658 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 " )
680660
681661 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
682662 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -745,9 +725,7 @@ extension Google_Rpc_QuotaFailure.Violation: SwiftProtobuf.Message, SwiftProtobu
745725
746726extension Google_Rpc_PreconditionFailure : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
747727 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 " )
751729
752730 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
753731 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -777,11 +755,7 @@ extension Google_Rpc_PreconditionFailure: SwiftProtobuf.Message, SwiftProtobuf._
777755
778756extension Google_Rpc_PreconditionFailure . Violation : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
779757 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 " )
785759
786760 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
787761 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -821,9 +795,7 @@ extension Google_Rpc_PreconditionFailure.Violation: SwiftProtobuf.Message, Swift
821795
822796extension Google_Rpc_BadRequest : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
823797 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 " )
827799
828800 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
829801 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -853,12 +825,7 @@ extension Google_Rpc_BadRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageIm
853825
854826extension Google_Rpc_BadRequest . FieldViolation : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
855827 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 " )
862829
863830 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
864831 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -907,10 +874,7 @@ extension Google_Rpc_BadRequest.FieldViolation: SwiftProtobuf.Message, SwiftProt
907874
908875extension Google_Rpc_RequestInfo : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
909876 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 " )
914878
915879 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
916880 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -945,12 +909,7 @@ extension Google_Rpc_RequestInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageI
945909
946910extension Google_Rpc_ResourceInfo : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
947911 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 " )
954913
955914 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
956915 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -995,9 +954,7 @@ extension Google_Rpc_ResourceInfo: SwiftProtobuf.Message, SwiftProtobuf._Message
995954
996955extension Google_Rpc_Help : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
997956 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 " )
1001958
1002959 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
1003960 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -1027,10 +984,7 @@ extension Google_Rpc_Help: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen
1027984
1028985extension Google_Rpc_Help . Link : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
1029986 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 " )
1034988
1035989 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
1036990 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -1065,10 +1019,7 @@ extension Google_Rpc_Help.Link: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
10651019
10661020extension Google_Rpc_LocalizedMessage : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
10671021 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 " )
10721023
10731024 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
10741025 while let fieldNumber = try decoder. nextFieldNumber ( ) {
0 commit comments