@@ -134,13 +134,16 @@ fileprivate let _protobuf_package = "grpc.lookup.v1"
134
134
135
135
extension Grpc_Lookup_V1_RouteLookupRequest : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
136
136
static let protoMessageName : String = _protobuf_package + " .RouteLookupRequest "
137
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
138
- 3 : . standard( proto: " target_type " ) ,
139
- 5 : . same( proto: " reason " ) ,
140
- 6 : . standard( proto: " stale_header_data " ) ,
141
- 4 : . standard( proto: " key_map " ) ,
142
- 7 : . same( proto: " extensions " ) ,
143
- ]
137
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap (
138
+ reservedNames: [ " server " , " path " ] ,
139
+ reservedRanges: [ 1 ..< 3 ] ,
140
+ numberNameMappings: [
141
+ 3 : . standard( proto: " target_type " ) ,
142
+ 5 : . same( proto: " reason " ) ,
143
+ 6 : . standard( proto: " stale_header_data " ) ,
144
+ 4 : . standard( proto: " key_map " ) ,
145
+ 7 : . same( proto: " extensions " ) ,
146
+ ] )
144
147
145
148
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
146
149
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -198,11 +201,14 @@ extension Grpc_Lookup_V1_RouteLookupRequest.Reason: SwiftProtobuf._ProtoNameProv
198
201
199
202
extension Grpc_Lookup_V1_RouteLookupResponse : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
200
203
static let protoMessageName : String = _protobuf_package + " .RouteLookupResponse "
201
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
202
- 3 : . same( proto: " targets " ) ,
203
- 2 : . standard( proto: " header_data " ) ,
204
- 4 : . same( proto: " extensions " ) ,
205
- ]
204
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap (
205
+ reservedNames: [ " target " ] ,
206
+ reservedRanges: [ 1 ..< 2 ] ,
207
+ numberNameMappings: [
208
+ 3 : . same( proto: " targets " ) ,
209
+ 2 : . standard( proto: " header_data " ) ,
210
+ 4 : . same( proto: " extensions " ) ,
211
+ ] )
206
212
207
213
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
208
214
while let fieldNumber = try decoder. nextFieldNumber ( ) {
0 commit comments