grpc 1.68.1 → 1.69.0.pre1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (904) hide show
  1. checksums.yaml +4 -4
  2. data/Makefile +8 -6
  3. data/include/grpc/event_engine/event_engine.h +6 -3
  4. data/include/grpc/impl/channel_arg_names.h +2 -0
  5. data/src/core/client_channel/backup_poller.cc +1 -1
  6. data/src/core/client_channel/client_channel.cc +3 -3
  7. data/src/core/client_channel/client_channel_filter.cc +3 -3
  8. data/src/core/client_channel/client_channel_plugin.cc +1 -1
  9. data/src/core/client_channel/client_channel_service_config.h +1 -1
  10. data/src/core/client_channel/direct_channel.cc +2 -2
  11. data/src/core/client_channel/load_balanced_call_destination.cc +1 -1
  12. data/src/core/client_channel/retry_filter_legacy_call_data.cc +3 -1
  13. data/src/core/client_channel/retry_filter_legacy_call_data.h +2 -0
  14. data/src/core/client_channel/retry_service_config.cc +1 -1
  15. data/src/core/client_channel/retry_service_config.h +1 -1
  16. data/src/core/client_channel/subchannel.cc +1 -1
  17. data/src/core/{lib/config → config}/config_vars.cc +2 -2
  18. data/src/core/{lib/config → config}/config_vars.h +3 -3
  19. data/src/core/{lib/config → config}/config_vars_non_generated.cc +1 -1
  20. data/src/core/{lib/config → config}/core_configuration.cc +2 -2
  21. data/src/core/{lib/config → config}/core_configuration.h +3 -3
  22. data/src/core/{lib/config → config}/load_config.cc +1 -1
  23. data/src/core/{lib/config → config}/load_config.h +3 -3
  24. data/src/core/ext/filters/backend_metrics/backend_metric_filter.cc +1 -1
  25. data/src/core/ext/filters/channel_idle/legacy_channel_idle_filter.cc +2 -2
  26. data/src/core/ext/filters/fault_injection/fault_injection_filter.cc +1 -1
  27. data/src/core/ext/filters/fault_injection/fault_injection_service_config_parser.h +1 -1
  28. data/src/core/ext/filters/gcp_authentication/gcp_authentication_filter.cc +1 -1
  29. data/src/core/ext/filters/gcp_authentication/gcp_authentication_service_config_parser.h +1 -1
  30. data/src/core/ext/filters/http/client_authority_filter.cc +1 -1
  31. data/src/core/ext/filters/http/http_filters_plugin.cc +1 -1
  32. data/src/core/ext/filters/http/message_compress/compression_filter.cc +2 -2
  33. data/src/core/ext/filters/message_size/message_size_filter.cc +1 -1
  34. data/src/core/ext/filters/message_size/message_size_filter.h +1 -1
  35. data/src/core/ext/filters/rbac/rbac_filter.cc +1 -1
  36. data/src/core/ext/filters/rbac/rbac_service_config_parser.h +1 -1
  37. data/src/core/ext/filters/stateful_session/stateful_session_filter.cc +1 -1
  38. data/src/core/ext/filters/stateful_session/stateful_session_service_config_parser.h +1 -1
  39. data/src/core/ext/transport/chttp2/client/chttp2_connector.cc +7 -9
  40. data/src/core/ext/transport/chttp2/server/chttp2_server.cc +1 -1
  41. data/src/core/ext/transport/chttp2/transport/bin_decoder.cc +3 -2
  42. data/src/core/ext/transport/chttp2/transport/bin_encoder.cc +3 -3
  43. data/src/core/ext/transport/chttp2/transport/chttp2_transport.cc +86 -7
  44. data/src/core/ext/transport/chttp2/transport/decode_huff.h +2 -2
  45. data/src/core/ext/transport/chttp2/transport/flow_control.cc +2 -2
  46. data/src/core/ext/transport/chttp2/transport/frame.cc +20 -0
  47. data/src/core/ext/transport/chttp2/transport/frame.h +11 -1
  48. data/src/core/ext/transport/chttp2/transport/frame_data.cc +13 -8
  49. data/src/core/ext/transport/chttp2/transport/frame_security.cc +82 -0
  50. data/src/core/ext/transport/chttp2/transport/frame_security.h +44 -0
  51. data/src/core/ext/transport/chttp2/transport/frame_settings.cc +16 -0
  52. data/src/core/ext/transport/chttp2/transport/frame_window_update.cc +18 -0
  53. data/src/core/ext/transport/chttp2/transport/hpack_encoder.cc +5 -5
  54. data/src/core/ext/transport/chttp2/transport/hpack_encoder.h +3 -3
  55. data/src/core/ext/transport/chttp2/transport/hpack_encoder_table.h +3 -3
  56. data/src/core/ext/transport/chttp2/transport/hpack_parser.cc +1 -1
  57. data/src/core/ext/transport/chttp2/transport/http2_settings.cc +9 -0
  58. data/src/core/ext/transport/chttp2/transport/http2_settings.h +9 -1
  59. data/src/core/ext/transport/chttp2/transport/internal.h +25 -0
  60. data/src/core/ext/transport/chttp2/transport/legacy_frame.h +1 -0
  61. data/src/core/ext/transport/chttp2/transport/parsing.cc +22 -0
  62. data/src/core/ext/transport/chttp2/transport/write_size_policy.h +1 -1
  63. data/src/core/ext/transport/inproc/inproc_transport.cc +1 -1
  64. data/src/core/ext/transport/inproc/legacy_inproc_transport.cc +1 -1
  65. data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb.h +3 -3
  66. data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.c +8 -8
  67. data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.h +3 -3
  68. data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb.h +3 -3
  69. data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb_minitable.c +6 -6
  70. data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb_minitable.h +3 -3
  71. data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb.h +3 -3
  72. data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb_minitable.c +10 -10
  73. data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb_minitable.h +3 -3
  74. data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb.h +3 -3
  75. data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb_minitable.c +38 -38
  76. data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb_minitable.h +3 -3
  77. data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb.h +3 -3
  78. data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb_minitable.c +2 -2
  79. data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb_minitable.h +3 -3
  80. data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb.h +3 -3
  81. data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb_minitable.c +4 -4
  82. data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb_minitable.h +3 -3
  83. data/src/core/ext/upb-gen/envoy/admin/v3/memory.upb.h +3 -3
  84. data/src/core/ext/upb-gen/envoy/admin/v3/memory.upb_minitable.h +3 -3
  85. data/src/core/ext/upb-gen/envoy/admin/v3/metrics.upb.h +3 -3
  86. data/src/core/ext/upb-gen/envoy/admin/v3/metrics.upb_minitable.h +3 -3
  87. data/src/core/ext/upb-gen/envoy/admin/v3/mutex_stats.upb.h +3 -3
  88. data/src/core/ext/upb-gen/envoy/admin/v3/mutex_stats.upb_minitable.h +3 -3
  89. data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb.h +3 -3
  90. data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb_minitable.c +4 -4
  91. data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb_minitable.h +3 -3
  92. data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb.h +3 -3
  93. data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb_minitable.c +2 -2
  94. data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb_minitable.h +3 -3
  95. data/src/core/ext/upb-gen/envoy/annotations/deprecation.upb.h +3 -3
  96. data/src/core/ext/upb-gen/envoy/annotations/deprecation.upb_minitable.h +3 -3
  97. data/src/core/ext/upb-gen/envoy/annotations/resource.upb.h +5 -5
  98. data/src/core/ext/upb-gen/envoy/annotations/resource.upb_minitable.c +1 -1
  99. data/src/core/ext/upb-gen/envoy/annotations/resource.upb_minitable.h +3 -3
  100. data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb.h +3 -3
  101. data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb_minitable.c +22 -22
  102. data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb_minitable.h +3 -3
  103. data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb.h +3 -3
  104. data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb_minitable.c +38 -38
  105. data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb_minitable.h +3 -3
  106. data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb.h +3 -3
  107. data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb_minitable.c +6 -6
  108. data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb_minitable.h +3 -3
  109. data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb.h +3 -3
  110. data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb_minitable.c +44 -44
  111. data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb_minitable.h +3 -3
  112. data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb.h +3 -3
  113. data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb_minitable.c +2 -2
  114. data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb_minitable.h +3 -3
  115. data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb.h +3 -3
  116. data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb_minitable.c +2 -2
  117. data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb_minitable.h +3 -3
  118. data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb.h +3 -3
  119. data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb_minitable.c +28 -28
  120. data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb_minitable.h +3 -3
  121. data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb.h +3 -3
  122. data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb_minitable.c +10 -10
  123. data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb_minitable.h +3 -3
  124. data/src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb.h +3 -3
  125. data/src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb_minitable.c +2 -2
  126. data/src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb_minitable.h +3 -3
  127. data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb.h +3 -3
  128. data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb_minitable.c +42 -42
  129. data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb_minitable.h +3 -3
  130. data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb.h +3 -3
  131. data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb_minitable.c +10 -10
  132. data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb_minitable.h +3 -3
  133. data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb.h +3 -3
  134. data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb_minitable.c +2 -2
  135. data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb_minitable.h +3 -3
  136. data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb.h +3 -3
  137. data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb_minitable.c +2 -2
  138. data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb_minitable.h +3 -3
  139. data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb.h +3 -3
  140. data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb_minitable.c +2 -2
  141. data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb_minitable.h +3 -3
  142. data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb.h +3 -3
  143. data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb_minitable.c +18 -18
  144. data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb_minitable.h +3 -3
  145. data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb.h +3 -3
  146. data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb_minitable.c +10 -10
  147. data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb_minitable.h +3 -3
  148. data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb.h +3 -3
  149. data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb_minitable.c +2 -2
  150. data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb_minitable.h +3 -3
  151. data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb.h +3 -3
  152. data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb_minitable.c +2 -2
  153. data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb_minitable.h +3 -3
  154. data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb.h +3 -3
  155. data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb_minitable.c +22 -22
  156. data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb_minitable.h +3 -3
  157. data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb.h +3 -3
  158. data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb_minitable.c +2 -2
  159. data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb_minitable.h +3 -3
  160. data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb.h +3 -3
  161. data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb_minitable.c +2 -2
  162. data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb_minitable.h +3 -3
  163. data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb.h +3 -3
  164. data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb_minitable.c +2 -2
  165. data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb_minitable.h +3 -3
  166. data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb.h +3 -3
  167. data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb_minitable.c +2 -2
  168. data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb_minitable.h +3 -3
  169. data/src/core/ext/upb-gen/envoy/config/core/v3/udp_socket_config.upb.h +3 -3
  170. data/src/core/ext/upb-gen/envoy/config/core/v3/udp_socket_config.upb_minitable.c +2 -2
  171. data/src/core/ext/upb-gen/envoy/config/core/v3/udp_socket_config.upb_minitable.h +3 -3
  172. data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb.h +3 -3
  173. data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb_minitable.c +8 -8
  174. data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb_minitable.h +3 -3
  175. data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb.h +3 -3
  176. data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb_minitable.c +14 -14
  177. data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb_minitable.h +3 -3
  178. data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb.h +3 -3
  179. data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb_minitable.c +6 -6
  180. data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb_minitable.h +3 -3
  181. data/src/core/ext/upb-gen/envoy/config/listener/v3/api_listener.upb.h +3 -3
  182. data/src/core/ext/upb-gen/envoy/config/listener/v3/api_listener.upb_minitable.c +2 -2
  183. data/src/core/ext/upb-gen/envoy/config/listener/v3/api_listener.upb_minitable.h +3 -3
  184. data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb.h +3 -3
  185. data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb_minitable.c +10 -10
  186. data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb_minitable.h +3 -3
  187. data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb.h +3 -3
  188. data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb_minitable.c +14 -14
  189. data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb_minitable.h +3 -3
  190. data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb.h +3 -3
  191. data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb_minitable.c +2 -2
  192. data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb_minitable.h +3 -3
  193. data/src/core/ext/upb-gen/envoy/config/listener/v3/udp_listener_config.upb.h +3 -3
  194. data/src/core/ext/upb-gen/envoy/config/listener/v3/udp_listener_config.upb_minitable.c +2 -2
  195. data/src/core/ext/upb-gen/envoy/config/listener/v3/udp_listener_config.upb_minitable.h +3 -3
  196. data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb.h +3 -3
  197. data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb_minitable.c +2 -2
  198. data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb_minitable.h +3 -3
  199. data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb.h +3 -3
  200. data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb_minitable.c +12 -12
  201. data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb_minitable.h +3 -3
  202. data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb.h +3 -3
  203. data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb_minitable.c +14 -14
  204. data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb_minitable.h +3 -3
  205. data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb.h +3 -3
  206. data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb_minitable.c +20 -20
  207. data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb_minitable.h +3 -3
  208. data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb.h +3 -3
  209. data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb_minitable.c +6 -6
  210. data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb_minitable.h +3 -3
  211. data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb.h +3 -3
  212. data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb_minitable.c +90 -90
  213. data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb_minitable.h +3 -3
  214. data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb.h +3 -3
  215. data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb_minitable.c +4 -4
  216. data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb_minitable.h +3 -3
  217. data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb.h +3 -3
  218. data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb_minitable.c +18 -18
  219. data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb_minitable.h +3 -3
  220. data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb.h +3 -3
  221. data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb_minitable.c +4 -4
  222. data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb_minitable.h +3 -3
  223. data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb.h +3 -3
  224. data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb_minitable.c +2 -2
  225. data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb_minitable.h +3 -3
  226. data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb.h +3 -3
  227. data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb_minitable.c +4 -4
  228. data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb_minitable.h +3 -3
  229. data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb.h +3 -3
  230. data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb_minitable.c +2 -2
  231. data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb_minitable.h +3 -3
  232. data/src/core/ext/upb-gen/envoy/config/trace/v3/opencensus.upb.h +3 -3
  233. data/src/core/ext/upb-gen/envoy/config/trace/v3/opencensus.upb_minitable.c +2 -2
  234. data/src/core/ext/upb-gen/envoy/config/trace/v3/opencensus.upb_minitable.h +3 -3
  235. data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb.h +3 -3
  236. data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb_minitable.c +2 -2
  237. data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb_minitable.h +3 -3
  238. data/src/core/ext/upb-gen/envoy/config/trace/v3/service.upb.h +3 -3
  239. data/src/core/ext/upb-gen/envoy/config/trace/v3/service.upb_minitable.c +2 -2
  240. data/src/core/ext/upb-gen/envoy/config/trace/v3/service.upb_minitable.h +3 -3
  241. data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb.h +3 -3
  242. data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb_minitable.c +4 -4
  243. data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb_minitable.h +3 -3
  244. data/src/core/ext/upb-gen/envoy/config/trace/v3/trace.upb.h +3 -3
  245. data/src/core/ext/upb-gen/envoy/config/trace/v3/trace.upb_minitable.h +3 -3
  246. data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb.h +3 -3
  247. data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb_minitable.c +4 -4
  248. data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb_minitable.h +3 -3
  249. data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb.h +3 -3
  250. data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb_minitable.c +2 -2
  251. data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb_minitable.h +3 -3
  252. data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb.h +3 -3
  253. data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb_minitable.c +18 -18
  254. data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb_minitable.h +3 -3
  255. data/src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb.h +3 -3
  256. data/src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb_minitable.h +3 -3
  257. data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb.h +3 -3
  258. data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb_minitable.c +4 -4
  259. data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb_minitable.h +3 -3
  260. data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb.h +3 -3
  261. data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb_minitable.c +4 -4
  262. data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb_minitable.h +3 -3
  263. data/src/core/ext/upb-gen/envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.upb.h +3 -3
  264. data/src/core/ext/upb-gen/envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.upb_minitable.c +4 -4
  265. data/src/core/ext/upb-gen/envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.upb_minitable.h +3 -3
  266. data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb.h +3 -3
  267. data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb_minitable.c +4 -4
  268. data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb_minitable.h +3 -3
  269. data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb.h +3 -3
  270. data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb_minitable.c +4 -4
  271. data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb_minitable.h +3 -3
  272. data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb.h +3 -3
  273. data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb_minitable.c +4 -4
  274. data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb_minitable.h +3 -3
  275. data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.h +3 -3
  276. data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb_minitable.c +38 -38
  277. data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb_minitable.h +3 -3
  278. data/src/core/ext/upb-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb.h +3 -3
  279. data/src/core/ext/upb-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb_minitable.c +2 -2
  280. data/src/core/ext/upb-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb_minitable.h +3 -3
  281. data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb.h +3 -3
  282. data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb_minitable.c +2 -2
  283. data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb_minitable.h +3 -3
  284. data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb.h +3 -3
  285. data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb_minitable.c +8 -8
  286. data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb_minitable.h +3 -3
  287. data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.upb.h +3 -3
  288. data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.upb_minitable.h +3 -3
  289. data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb.h +3 -3
  290. data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb_minitable.c +2 -2
  291. data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb_minitable.h +3 -3
  292. data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb.h +3 -3
  293. data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb_minitable.c +2 -2
  294. data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb_minitable.h +3 -3
  295. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/http_11_proxy/v3/upstream_http_11_connect.upb.h +3 -3
  296. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/http_11_proxy/v3/upstream_http_11_connect.upb_minitable.c +2 -2
  297. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/http_11_proxy/v3/upstream_http_11_connect.upb_minitable.h +3 -3
  298. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/cert.upb.h +3 -3
  299. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/cert.upb_minitable.h +3 -3
  300. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb.h +3 -3
  301. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb_minitable.c +10 -10
  302. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb_minitable.h +3 -3
  303. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb.h +3 -3
  304. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb_minitable.c +6 -6
  305. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb_minitable.h +3 -3
  306. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb.h +3 -3
  307. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb_minitable.c +12 -12
  308. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb_minitable.h +3 -3
  309. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb.h +3 -3
  310. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb_minitable.c +4 -4
  311. data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb_minitable.h +3 -3
  312. data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb.h +3 -3
  313. data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb_minitable.c +8 -8
  314. data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb_minitable.h +3 -3
  315. data/src/core/ext/upb-gen/envoy/service/discovery/v3/ads.upb.h +3 -3
  316. data/src/core/ext/upb-gen/envoy/service/discovery/v3/ads.upb_minitable.h +3 -3
  317. data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb.h +3 -3
  318. data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb_minitable.c +20 -20
  319. data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb_minitable.h +3 -3
  320. data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb.h +3 -3
  321. data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb_minitable.c +4 -4
  322. data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb_minitable.h +3 -3
  323. data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb.h +3 -3
  324. data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb_minitable.c +10 -10
  325. data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb_minitable.h +3 -3
  326. data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb.h +3 -3
  327. data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb_minitable.c +2 -2
  328. data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb_minitable.h +3 -3
  329. data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb.h +3 -3
  330. data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb_minitable.c +4 -4
  331. data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb_minitable.h +3 -3
  332. data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb.h +3 -3
  333. data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb_minitable.c +2 -2
  334. data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb_minitable.h +3 -3
  335. data/src/core/ext/upb-gen/envoy/type/matcher/v3/http_inputs.upb.h +3 -3
  336. data/src/core/ext/upb-gen/envoy/type/matcher/v3/http_inputs.upb_minitable.h +3 -3
  337. data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb.h +3 -3
  338. data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb_minitable.c +2 -2
  339. data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb_minitable.h +3 -3
  340. data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb.h +3 -3
  341. data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb_minitable.c +2 -2
  342. data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb_minitable.h +3 -3
  343. data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb.h +3 -3
  344. data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb_minitable.c +2 -2
  345. data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb_minitable.h +3 -3
  346. data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb.h +3 -3
  347. data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb_minitable.c +2 -2
  348. data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb_minitable.h +3 -3
  349. data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb.h +3 -3
  350. data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb_minitable.c +6 -6
  351. data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb_minitable.h +3 -3
  352. data/src/core/ext/upb-gen/envoy/type/matcher/v3/status_code_input.upb.h +3 -3
  353. data/src/core/ext/upb-gen/envoy/type/matcher/v3/status_code_input.upb_minitable.h +3 -3
  354. data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb.h +3 -3
  355. data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb_minitable.c +4 -4
  356. data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb_minitable.h +3 -3
  357. data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb.h +3 -3
  358. data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb_minitable.c +2 -2
  359. data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb_minitable.h +3 -3
  360. data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb.h +3 -3
  361. data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb_minitable.c +6 -6
  362. data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb_minitable.h +3 -3
  363. data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb.h +3 -3
  364. data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb_minitable.c +4 -4
  365. data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb_minitable.h +3 -3
  366. data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb.h +3 -3
  367. data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb_minitable.c +4 -4
  368. data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb_minitable.h +3 -3
  369. data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb.h +3 -3
  370. data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb_minitable.c +2 -2
  371. data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb_minitable.h +3 -3
  372. data/src/core/ext/upb-gen/envoy/type/v3/http.upb.h +3 -3
  373. data/src/core/ext/upb-gen/envoy/type/v3/http.upb_minitable.h +3 -3
  374. data/src/core/ext/upb-gen/envoy/type/v3/http_status.upb.h +3 -3
  375. data/src/core/ext/upb-gen/envoy/type/v3/http_status.upb_minitable.h +3 -3
  376. data/src/core/ext/upb-gen/envoy/type/v3/percent.upb.h +3 -3
  377. data/src/core/ext/upb-gen/envoy/type/v3/percent.upb_minitable.h +3 -3
  378. data/src/core/ext/upb-gen/envoy/type/v3/range.upb.h +3 -3
  379. data/src/core/ext/upb-gen/envoy/type/v3/range.upb_minitable.h +3 -3
  380. data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb.h +3 -3
  381. data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb_minitable.c +2 -2
  382. data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb_minitable.h +3 -3
  383. data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_unit.upb.h +3 -3
  384. data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_unit.upb_minitable.h +3 -3
  385. data/src/core/ext/upb-gen/envoy/type/v3/semantic_version.upb.h +3 -3
  386. data/src/core/ext/upb-gen/envoy/type/v3/semantic_version.upb_minitable.h +3 -3
  387. data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb.h +3 -3
  388. data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb_minitable.c +2 -2
  389. data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb_minitable.h +3 -3
  390. data/src/core/ext/upb-gen/google/api/annotations.upb.h +5 -5
  391. data/src/core/ext/upb-gen/google/api/annotations.upb_minitable.c +1 -1
  392. data/src/core/ext/upb-gen/google/api/annotations.upb_minitable.h +3 -3
  393. data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb.h +3 -3
  394. data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb_minitable.c +26 -26
  395. data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb_minitable.h +3 -3
  396. data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb.h +3 -3
  397. data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb_minitable.c +24 -24
  398. data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb_minitable.h +3 -3
  399. data/src/core/ext/upb-gen/google/api/http.upb.h +4 -3
  400. data/src/core/ext/upb-gen/google/api/http.upb_minitable.c +4 -4
  401. data/src/core/ext/upb-gen/google/api/http.upb_minitable.h +3 -3
  402. data/src/core/ext/upb-gen/google/api/httpbody.upb.h +3 -3
  403. data/src/core/ext/upb-gen/google/api/httpbody.upb_minitable.c +2 -2
  404. data/src/core/ext/upb-gen/google/api/httpbody.upb_minitable.h +3 -3
  405. data/src/core/ext/upb-gen/google/protobuf/any.upb.h +4 -3
  406. data/src/core/ext/upb-gen/google/protobuf/any.upb_minitable.h +3 -3
  407. data/src/core/ext/upb-gen/google/protobuf/descriptor.upb.h +4 -3
  408. data/src/core/ext/upb-gen/google/protobuf/descriptor.upb_minitable.c +116 -116
  409. data/src/core/ext/upb-gen/google/protobuf/descriptor.upb_minitable.h +20 -20
  410. data/src/core/ext/upb-gen/google/protobuf/duration.upb.h +4 -3
  411. data/src/core/ext/upb-gen/google/protobuf/duration.upb_minitable.h +3 -3
  412. data/src/core/ext/upb-gen/google/protobuf/empty.upb.h +4 -3
  413. data/src/core/ext/upb-gen/google/protobuf/empty.upb_minitable.h +3 -3
  414. data/src/core/ext/upb-gen/google/protobuf/struct.upb.h +4 -3
  415. data/src/core/ext/upb-gen/google/protobuf/struct.upb_minitable.c +8 -8
  416. data/src/core/ext/upb-gen/google/protobuf/struct.upb_minitable.h +3 -3
  417. data/src/core/ext/upb-gen/google/protobuf/timestamp.upb.h +4 -3
  418. data/src/core/ext/upb-gen/google/protobuf/timestamp.upb_minitable.h +3 -3
  419. data/src/core/ext/upb-gen/google/protobuf/wrappers.upb.h +4 -3
  420. data/src/core/ext/upb-gen/google/protobuf/wrappers.upb_minitable.h +3 -3
  421. data/src/core/ext/upb-gen/google/rpc/status.upb.h +3 -3
  422. data/src/core/ext/upb-gen/google/rpc/status.upb_minitable.c +2 -2
  423. data/src/core/ext/upb-gen/google/rpc/status.upb_minitable.h +3 -3
  424. data/src/core/ext/upb-gen/opencensus/proto/trace/v1/trace_config.upb.h +4 -3
  425. data/src/core/ext/upb-gen/opencensus/proto/trace/v1/trace_config.upb_minitable.c +2 -2
  426. data/src/core/ext/upb-gen/opencensus/proto/trace/v1/trace_config.upb_minitable.h +3 -3
  427. data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb.h +3 -3
  428. data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb_minitable.c +2 -2
  429. data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb_minitable.h +3 -3
  430. data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb.h +3 -3
  431. data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb_minitable.c +16 -16
  432. data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb_minitable.h +3 -3
  433. data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb.h +4 -3
  434. data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb_minitable.c +2 -2
  435. data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb_minitable.h +3 -3
  436. data/src/core/ext/upb-gen/src/proto/grpc/health/v1/health.upb.h +4 -3
  437. data/src/core/ext/upb-gen/src/proto/grpc/health/v1/health.upb_minitable.h +3 -3
  438. data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb.h +3 -3
  439. data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb_minitable.c +10 -10
  440. data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb_minitable.h +3 -3
  441. data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb.h +4 -3
  442. data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb_minitable.c +2 -2
  443. data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb_minitable.h +3 -3
  444. data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb.h +3 -3
  445. data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb_minitable.c +8 -8
  446. data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb_minitable.h +3 -3
  447. data/src/core/ext/upb-gen/udpa/annotations/migrate.upb.h +13 -13
  448. data/src/core/ext/upb-gen/udpa/annotations/migrate.upb_minitable.c +5 -5
  449. data/src/core/ext/upb-gen/udpa/annotations/migrate.upb_minitable.h +3 -3
  450. data/src/core/ext/upb-gen/udpa/annotations/security.upb.h +5 -5
  451. data/src/core/ext/upb-gen/udpa/annotations/security.upb_minitable.c +1 -1
  452. data/src/core/ext/upb-gen/udpa/annotations/security.upb_minitable.h +3 -3
  453. data/src/core/ext/upb-gen/udpa/annotations/sensitive.upb.h +3 -3
  454. data/src/core/ext/upb-gen/udpa/annotations/sensitive.upb_minitable.h +3 -3
  455. data/src/core/ext/upb-gen/udpa/annotations/status.upb.h +5 -5
  456. data/src/core/ext/upb-gen/udpa/annotations/status.upb_minitable.c +1 -1
  457. data/src/core/ext/upb-gen/udpa/annotations/status.upb_minitable.h +3 -3
  458. data/src/core/ext/upb-gen/udpa/annotations/versioning.upb.h +5 -5
  459. data/src/core/ext/upb-gen/udpa/annotations/versioning.upb_minitable.c +1 -1
  460. data/src/core/ext/upb-gen/udpa/annotations/versioning.upb_minitable.h +3 -3
  461. data/src/core/ext/upb-gen/validate/validate.upb.h +5 -5
  462. data/src/core/ext/upb-gen/validate/validate.upb_minitable.c +16 -16
  463. data/src/core/ext/upb-gen/validate/validate.upb_minitable.h +4 -4
  464. data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb.h +13 -13
  465. data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb_minitable.c +5 -5
  466. data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb_minitable.h +3 -3
  467. data/src/core/ext/upb-gen/xds/annotations/v3/security.upb.h +5 -5
  468. data/src/core/ext/upb-gen/xds/annotations/v3/security.upb_minitable.c +1 -1
  469. data/src/core/ext/upb-gen/xds/annotations/v3/security.upb_minitable.h +3 -3
  470. data/src/core/ext/upb-gen/xds/annotations/v3/sensitive.upb.h +3 -3
  471. data/src/core/ext/upb-gen/xds/annotations/v3/sensitive.upb_minitable.h +3 -3
  472. data/src/core/ext/upb-gen/xds/annotations/v3/status.upb.h +9 -9
  473. data/src/core/ext/upb-gen/xds/annotations/v3/status.upb_minitable.c +3 -3
  474. data/src/core/ext/upb-gen/xds/annotations/v3/status.upb_minitable.h +3 -3
  475. data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb.h +5 -5
  476. data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb_minitable.c +1 -1
  477. data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb_minitable.h +3 -3
  478. data/src/core/ext/upb-gen/xds/core/v3/authority.upb.h +3 -3
  479. data/src/core/ext/upb-gen/xds/core/v3/authority.upb_minitable.h +3 -3
  480. data/src/core/ext/upb-gen/xds/core/v3/cidr.upb.h +3 -3
  481. data/src/core/ext/upb-gen/xds/core/v3/cidr.upb_minitable.c +2 -2
  482. data/src/core/ext/upb-gen/xds/core/v3/cidr.upb_minitable.h +3 -3
  483. data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb.h +3 -3
  484. data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb_minitable.c +4 -4
  485. data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb_minitable.h +3 -3
  486. data/src/core/ext/upb-gen/xds/core/v3/context_params.upb.h +3 -3
  487. data/src/core/ext/upb-gen/xds/core/v3/context_params.upb_minitable.c +2 -2
  488. data/src/core/ext/upb-gen/xds/core/v3/context_params.upb_minitable.h +3 -3
  489. data/src/core/ext/upb-gen/xds/core/v3/extension.upb.h +3 -3
  490. data/src/core/ext/upb-gen/xds/core/v3/extension.upb_minitable.c +2 -2
  491. data/src/core/ext/upb-gen/xds/core/v3/extension.upb_minitable.h +3 -3
  492. data/src/core/ext/upb-gen/xds/core/v3/resource.upb.h +3 -3
  493. data/src/core/ext/upb-gen/xds/core/v3/resource.upb_minitable.c +2 -2
  494. data/src/core/ext/upb-gen/xds/core/v3/resource.upb_minitable.h +3 -3
  495. data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb.h +3 -3
  496. data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb_minitable.c +4 -4
  497. data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb_minitable.h +3 -3
  498. data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb.h +3 -3
  499. data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb_minitable.c +2 -2
  500. data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb_minitable.h +3 -3
  501. data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb.h +3 -3
  502. data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb_minitable.c +2 -2
  503. data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb_minitable.h +3 -3
  504. data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb.h +3 -3
  505. data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb_minitable.c +2 -2
  506. data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb_minitable.h +3 -3
  507. data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb.h +3 -3
  508. data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb_minitable.c +2 -2
  509. data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb_minitable.h +3 -3
  510. data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb.h +3 -3
  511. data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb_minitable.c +4 -4
  512. data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb_minitable.h +3 -3
  513. data/src/core/ext/upb-gen/xds/type/matcher/v3/http_inputs.upb.h +3 -3
  514. data/src/core/ext/upb-gen/xds/type/matcher/v3/http_inputs.upb_minitable.h +3 -3
  515. data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb.h +3 -3
  516. data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb_minitable.c +4 -4
  517. data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb_minitable.h +3 -3
  518. data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb.h +3 -3
  519. data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb_minitable.c +20 -20
  520. data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb_minitable.h +3 -3
  521. data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb.h +3 -3
  522. data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb_minitable.c +12 -12
  523. data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb_minitable.h +3 -3
  524. data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb.h +3 -3
  525. data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb_minitable.c +2 -2
  526. data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb_minitable.h +3 -3
  527. data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb.h +3 -3
  528. data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb_minitable.c +4 -4
  529. data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb_minitable.h +3 -3
  530. data/src/core/ext/upb-gen/xds/type/v3/cel.upb.h +3 -3
  531. data/src/core/ext/upb-gen/xds/type/v3/cel.upb_minitable.c +4 -4
  532. data/src/core/ext/upb-gen/xds/type/v3/cel.upb_minitable.h +3 -3
  533. data/src/core/ext/upb-gen/xds/type/v3/range.upb.h +4 -3
  534. data/src/core/ext/upb-gen/xds/type/v3/range.upb_minitable.h +3 -3
  535. data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb.h +3 -3
  536. data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb_minitable.c +2 -2
  537. data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb_minitable.h +3 -3
  538. data/src/core/ext/upbdefs-gen/envoy/admin/v3/certs.upbdefs.h +3 -3
  539. data/src/core/ext/upbdefs-gen/envoy/admin/v3/clusters.upbdefs.h +3 -3
  540. data/src/core/ext/upbdefs-gen/envoy/admin/v3/config_dump.upbdefs.h +3 -3
  541. data/src/core/ext/upbdefs-gen/envoy/admin/v3/config_dump_shared.upbdefs.h +3 -3
  542. data/src/core/ext/upbdefs-gen/envoy/admin/v3/init_dump.upbdefs.h +3 -3
  543. data/src/core/ext/upbdefs-gen/envoy/admin/v3/listeners.upbdefs.h +3 -3
  544. data/src/core/ext/upbdefs-gen/envoy/admin/v3/memory.upbdefs.h +3 -3
  545. data/src/core/ext/upbdefs-gen/envoy/admin/v3/metrics.upbdefs.h +3 -3
  546. data/src/core/ext/upbdefs-gen/envoy/admin/v3/mutex_stats.upbdefs.h +3 -3
  547. data/src/core/ext/upbdefs-gen/envoy/admin/v3/server_info.upbdefs.h +3 -3
  548. data/src/core/ext/upbdefs-gen/envoy/admin/v3/tap.upbdefs.h +3 -3
  549. data/src/core/ext/upbdefs-gen/envoy/annotations/deprecation.upbdefs.h +3 -3
  550. data/src/core/ext/upbdefs-gen/envoy/annotations/resource.upbdefs.h +3 -3
  551. data/src/core/ext/upbdefs-gen/envoy/config/accesslog/v3/accesslog.upbdefs.h +3 -3
  552. data/src/core/ext/upbdefs-gen/envoy/config/bootstrap/v3/bootstrap.upbdefs.h +3 -3
  553. data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/circuit_breaker.upbdefs.h +3 -3
  554. data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/cluster.upbdefs.h +3 -3
  555. data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/filter.upbdefs.h +3 -3
  556. data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/outlier_detection.upbdefs.h +3 -3
  557. data/src/core/ext/upbdefs-gen/envoy/config/common/matcher/v3/matcher.upbdefs.h +3 -3
  558. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/address.upbdefs.h +3 -3
  559. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/backoff.upbdefs.h +3 -3
  560. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/base.upbdefs.h +3 -3
  561. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/config_source.upbdefs.h +3 -3
  562. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/event_service_config.upbdefs.h +3 -3
  563. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/extension.upbdefs.h +3 -3
  564. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/grpc_method_list.upbdefs.h +3 -3
  565. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/grpc_service.upbdefs.h +3 -3
  566. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/health_check.upbdefs.h +3 -3
  567. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/http_service.upbdefs.h +3 -3
  568. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/http_uri.upbdefs.h +3 -3
  569. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/protocol.upbdefs.h +3 -3
  570. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/proxy_protocol.upbdefs.h +3 -3
  571. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/resolver.upbdefs.h +3 -3
  572. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/socket_option.upbdefs.h +3 -3
  573. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/substitution_format_string.upbdefs.h +3 -3
  574. data/src/core/ext/upbdefs-gen/envoy/config/core/v3/udp_socket_config.upbdefs.h +3 -3
  575. data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/endpoint.upbdefs.h +3 -3
  576. data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/endpoint_components.upbdefs.h +3 -3
  577. data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/load_report.upbdefs.h +3 -3
  578. data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/api_listener.upbdefs.h +3 -3
  579. data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/listener.upbdefs.h +3 -3
  580. data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/listener_components.upbdefs.h +3 -3
  581. data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/quic_config.upbdefs.h +3 -3
  582. data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/udp_listener_config.upbdefs.h +3 -3
  583. data/src/core/ext/upbdefs-gen/envoy/config/metrics/v3/metrics_service.upbdefs.h +3 -3
  584. data/src/core/ext/upbdefs-gen/envoy/config/metrics/v3/stats.upbdefs.h +3 -3
  585. data/src/core/ext/upbdefs-gen/envoy/config/overload/v3/overload.upbdefs.h +3 -3
  586. data/src/core/ext/upbdefs-gen/envoy/config/rbac/v3/rbac.upbdefs.h +3 -3
  587. data/src/core/ext/upbdefs-gen/envoy/config/route/v3/route.upbdefs.h +3 -3
  588. data/src/core/ext/upbdefs-gen/envoy/config/route/v3/route_components.upbdefs.h +3 -3
  589. data/src/core/ext/upbdefs-gen/envoy/config/route/v3/scoped_route.upbdefs.h +3 -3
  590. data/src/core/ext/upbdefs-gen/envoy/config/tap/v3/common.upbdefs.h +3 -3
  591. data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/datadog.upbdefs.h +3 -3
  592. data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/dynamic_ot.upbdefs.h +3 -3
  593. data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/http_tracer.upbdefs.h +3 -3
  594. data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/lightstep.upbdefs.h +3 -3
  595. data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/opencensus.upbdefs.h +3 -3
  596. data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/opentelemetry.upbdefs.h +3 -3
  597. data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/service.upbdefs.h +3 -3
  598. data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/skywalking.upbdefs.h +3 -3
  599. data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/trace.upbdefs.h +3 -3
  600. data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/xray.upbdefs.h +3 -3
  601. data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/zipkin.upbdefs.h +3 -3
  602. data/src/core/ext/upbdefs-gen/envoy/data/accesslog/v3/accesslog.upbdefs.h +3 -3
  603. data/src/core/ext/upbdefs-gen/envoy/extensions/clusters/aggregate/v3/cluster.upbdefs.h +3 -3
  604. data/src/core/ext/upbdefs-gen/envoy/extensions/filters/common/fault/v3/fault.upbdefs.h +3 -3
  605. data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/fault/v3/fault.upbdefs.h +3 -3
  606. data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.upbdefs.h +3 -3
  607. data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/rbac/v3/rbac.upbdefs.h +3 -3
  608. data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/router/v3/router.upbdefs.h +3 -3
  609. data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upbdefs.h +3 -3
  610. data/src/core/ext/upbdefs-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upbdefs.h +3 -3
  611. data/src/core/ext/upbdefs-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upbdefs.h +3 -3
  612. data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/http_11_proxy/v3/upstream_http_11_connect.upbdefs.h +3 -3
  613. data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/cert.upbdefs.h +3 -3
  614. data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/common.upbdefs.h +3 -3
  615. data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/secret.upbdefs.h +3 -3
  616. data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/tls.upbdefs.h +3 -3
  617. data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upbdefs.h +3 -3
  618. data/src/core/ext/upbdefs-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upbdefs.h +3 -3
  619. data/src/core/ext/upbdefs-gen/envoy/service/discovery/v3/ads.upbdefs.h +3 -3
  620. data/src/core/ext/upbdefs-gen/envoy/service/discovery/v3/discovery.upbdefs.h +3 -3
  621. data/src/core/ext/upbdefs-gen/envoy/service/load_stats/v3/lrs.upbdefs.h +3 -3
  622. data/src/core/ext/upbdefs-gen/envoy/service/status/v3/csds.upbdefs.h +3 -3
  623. data/src/core/ext/upbdefs-gen/envoy/type/http/v3/cookie.upbdefs.h +3 -3
  624. data/src/core/ext/upbdefs-gen/envoy/type/http/v3/path_transformation.upbdefs.h +3 -3
  625. data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/filter_state.upbdefs.h +3 -3
  626. data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/http_inputs.upbdefs.h +3 -3
  627. data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/metadata.upbdefs.h +3 -3
  628. data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/node.upbdefs.h +3 -3
  629. data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/number.upbdefs.h +3 -3
  630. data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/path.upbdefs.h +3 -3
  631. data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/regex.upbdefs.h +3 -3
  632. data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/status_code_input.upbdefs.h +3 -3
  633. data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/string.upbdefs.h +3 -3
  634. data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/struct.upbdefs.h +3 -3
  635. data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/value.upbdefs.h +3 -3
  636. data/src/core/ext/upbdefs-gen/envoy/type/metadata/v3/metadata.upbdefs.h +3 -3
  637. data/src/core/ext/upbdefs-gen/envoy/type/tracing/v3/custom_tag.upbdefs.h +3 -3
  638. data/src/core/ext/upbdefs-gen/envoy/type/v3/hash_policy.upbdefs.h +3 -3
  639. data/src/core/ext/upbdefs-gen/envoy/type/v3/http.upbdefs.h +3 -3
  640. data/src/core/ext/upbdefs-gen/envoy/type/v3/http_status.upbdefs.h +3 -3
  641. data/src/core/ext/upbdefs-gen/envoy/type/v3/percent.upbdefs.h +3 -3
  642. data/src/core/ext/upbdefs-gen/envoy/type/v3/range.upbdefs.h +3 -3
  643. data/src/core/ext/upbdefs-gen/envoy/type/v3/ratelimit_strategy.upbdefs.h +3 -3
  644. data/src/core/ext/upbdefs-gen/envoy/type/v3/ratelimit_unit.upbdefs.h +3 -3
  645. data/src/core/ext/upbdefs-gen/envoy/type/v3/semantic_version.upbdefs.h +3 -3
  646. data/src/core/ext/upbdefs-gen/envoy/type/v3/token_bucket.upbdefs.h +3 -3
  647. data/src/core/ext/upbdefs-gen/google/api/annotations.upbdefs.h +3 -3
  648. data/src/core/ext/upbdefs-gen/google/api/expr/v1alpha1/checked.upbdefs.h +3 -3
  649. data/src/core/ext/upbdefs-gen/google/api/expr/v1alpha1/syntax.upbdefs.h +3 -3
  650. data/src/core/ext/upbdefs-gen/google/api/http.upbdefs.h +3 -3
  651. data/src/core/ext/upbdefs-gen/google/api/httpbody.upbdefs.h +3 -3
  652. data/src/core/ext/upbdefs-gen/google/protobuf/any.upbdefs.h +3 -3
  653. data/src/core/ext/upbdefs-gen/google/protobuf/descriptor.upbdefs.c +484 -483
  654. data/src/core/ext/upbdefs-gen/google/protobuf/descriptor.upbdefs.h +3 -3
  655. data/src/core/ext/upbdefs-gen/google/protobuf/duration.upbdefs.h +3 -3
  656. data/src/core/ext/upbdefs-gen/google/protobuf/empty.upbdefs.h +3 -3
  657. data/src/core/ext/upbdefs-gen/google/protobuf/struct.upbdefs.h +3 -3
  658. data/src/core/ext/upbdefs-gen/google/protobuf/timestamp.upbdefs.h +3 -3
  659. data/src/core/ext/upbdefs-gen/google/protobuf/wrappers.upbdefs.h +3 -3
  660. data/src/core/ext/upbdefs-gen/google/rpc/status.upbdefs.h +3 -3
  661. data/src/core/ext/upbdefs-gen/opencensus/proto/trace/v1/trace_config.upbdefs.h +3 -3
  662. data/src/core/ext/upbdefs-gen/src/proto/grpc/lookup/v1/rls_config.upbdefs.h +3 -3
  663. data/src/core/ext/upbdefs-gen/udpa/annotations/migrate.upbdefs.h +3 -3
  664. data/src/core/ext/upbdefs-gen/udpa/annotations/security.upbdefs.h +3 -3
  665. data/src/core/ext/upbdefs-gen/udpa/annotations/sensitive.upbdefs.h +3 -3
  666. data/src/core/ext/upbdefs-gen/udpa/annotations/status.upbdefs.h +3 -3
  667. data/src/core/ext/upbdefs-gen/udpa/annotations/versioning.upbdefs.h +3 -3
  668. data/src/core/ext/upbdefs-gen/validate/validate.upbdefs.h +3 -3
  669. data/src/core/ext/upbdefs-gen/xds/annotations/v3/migrate.upbdefs.h +3 -3
  670. data/src/core/ext/upbdefs-gen/xds/annotations/v3/security.upbdefs.h +3 -3
  671. data/src/core/ext/upbdefs-gen/xds/annotations/v3/sensitive.upbdefs.h +3 -3
  672. data/src/core/ext/upbdefs-gen/xds/annotations/v3/status.upbdefs.h +3 -3
  673. data/src/core/ext/upbdefs-gen/xds/annotations/v3/versioning.upbdefs.h +3 -3
  674. data/src/core/ext/upbdefs-gen/xds/core/v3/authority.upbdefs.h +3 -3
  675. data/src/core/ext/upbdefs-gen/xds/core/v3/cidr.upbdefs.h +3 -3
  676. data/src/core/ext/upbdefs-gen/xds/core/v3/collection_entry.upbdefs.h +3 -3
  677. data/src/core/ext/upbdefs-gen/xds/core/v3/context_params.upbdefs.h +3 -3
  678. data/src/core/ext/upbdefs-gen/xds/core/v3/extension.upbdefs.h +3 -3
  679. data/src/core/ext/upbdefs-gen/xds/core/v3/resource.upbdefs.h +3 -3
  680. data/src/core/ext/upbdefs-gen/xds/core/v3/resource_locator.upbdefs.h +3 -3
  681. data/src/core/ext/upbdefs-gen/xds/core/v3/resource_name.upbdefs.h +3 -3
  682. data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/cel.upbdefs.h +3 -3
  683. data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/domain.upbdefs.h +3 -3
  684. data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/http_inputs.upbdefs.h +3 -3
  685. data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/ip.upbdefs.h +3 -3
  686. data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/matcher.upbdefs.h +3 -3
  687. data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/range.upbdefs.h +3 -3
  688. data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/regex.upbdefs.h +3 -3
  689. data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/string.upbdefs.h +3 -3
  690. data/src/core/ext/upbdefs-gen/xds/type/v3/cel.upbdefs.h +3 -3
  691. data/src/core/ext/upbdefs-gen/xds/type/v3/range.upbdefs.h +3 -3
  692. data/src/core/ext/upbdefs-gen/xds/type/v3/typed_struct.upbdefs.h +3 -3
  693. data/src/core/handshaker/endpoint_info/endpoint_info_handshaker.h +1 -1
  694. data/src/core/handshaker/http_connect/http_connect_handshaker.cc +7 -1
  695. data/src/core/handshaker/http_connect/http_connect_handshaker.h +1 -1
  696. data/src/core/handshaker/http_connect/http_proxy_mapper.h +1 -1
  697. data/src/core/handshaker/http_connect/xds_http_proxy_mapper.h +1 -1
  698. data/src/core/handshaker/security/security_handshaker.cc +1 -1
  699. data/src/core/handshaker/security/security_handshaker.h +1 -1
  700. data/src/core/handshaker/tcp_connect/tcp_connect_handshaker.cc +1 -1
  701. data/src/core/handshaker/tcp_connect/tcp_connect_handshaker.h +1 -1
  702. data/src/core/lib/channel/channel_args.h +1 -1
  703. data/src/core/lib/channel/channel_args_preconditioning.h +1 -1
  704. data/src/core/lib/channel/connected_channel.cc +1 -1
  705. data/src/core/lib/channel/promise_based_filter.cc +1 -1
  706. data/src/core/lib/channel/promise_based_filter.h +2 -2
  707. data/src/core/lib/debug/trace.cc +1 -1
  708. data/src/core/lib/event_engine/ares_resolver.cc +1 -3
  709. data/src/core/lib/event_engine/cf_engine/dns_service_resolver.cc +7 -4
  710. data/src/core/lib/event_engine/default_event_engine.cc +1 -1
  711. data/src/core/lib/event_engine/default_event_engine.h +1 -1
  712. data/src/core/lib/event_engine/forkable.cc +1 -1
  713. data/src/core/lib/event_engine/nameser.h +1 -1
  714. data/src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc +1 -1
  715. data/src/core/lib/event_engine/posix_engine/ev_poll_posix.cc +4 -4
  716. data/src/core/lib/event_engine/posix_engine/event_poller_posix_default.cc +1 -1
  717. data/src/core/lib/event_engine/posix_engine/posix_endpoint.cc +1 -1
  718. data/src/core/lib/event_engine/posix_engine/posix_engine.cc +1 -1
  719. data/src/core/lib/event_engine/posix_engine/posix_engine_listener.cc +1 -1
  720. data/src/core/lib/event_engine/posix_engine/timer_heap.cc +1 -1
  721. data/src/core/lib/event_engine/posix_engine/traced_buffer_list.cc +1 -1
  722. data/src/core/lib/event_engine/tcp_socket_utils.cc +0 -6
  723. data/src/core/lib/event_engine/thread_pool/work_stealing_thread_pool.cc +1 -1
  724. data/src/core/lib/event_engine/windows/grpc_polled_fd_windows.cc +1 -1
  725. data/src/core/lib/event_engine/windows/windows_endpoint.cc +23 -9
  726. data/src/core/lib/event_engine/windows/windows_engine.h +1 -1
  727. data/src/core/lib/experiments/config.cc +1 -1
  728. data/src/core/lib/experiments/experiments.cc +138 -2
  729. data/src/core/lib/experiments/experiments.h +48 -2
  730. data/src/core/lib/iomgr/buffer_list.cc +1 -1
  731. data/src/core/lib/iomgr/call_combiner.h +1 -1
  732. data/src/core/lib/iomgr/closure.h +3 -1
  733. data/src/core/lib/iomgr/combiner.h +1 -1
  734. data/src/core/lib/iomgr/ev_apple.cc +1 -1
  735. data/src/core/lib/iomgr/ev_epoll1_linux.cc +2 -2
  736. data/src/core/lib/iomgr/ev_posix.cc +1 -1
  737. data/src/core/lib/iomgr/iomgr.cc +1 -1
  738. data/src/core/lib/iomgr/iomgr_posix.cc +2 -1
  739. data/src/core/lib/iomgr/iomgr_windows.cc +3 -1
  740. data/src/core/lib/iomgr/nameser.h +1 -1
  741. data/src/core/lib/iomgr/tcp_client_posix.cc +2 -2
  742. data/src/core/lib/iomgr/tcp_client_windows.cc +3 -3
  743. data/src/core/lib/iomgr/tcp_posix.cc +1 -1
  744. data/src/core/lib/iomgr/tcp_posix.h +1 -1
  745. data/src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc +2 -2
  746. data/src/core/lib/iomgr/tcp_server_windows.cc +3 -3
  747. data/src/core/lib/iomgr/timer_generic.cc +1 -1
  748. data/src/core/lib/iomgr/timer_heap.cc +1 -1
  749. data/src/core/lib/iomgr/wakeup_fd_pipe.cc +1 -1
  750. data/src/core/lib/promise/activity.h +1 -1
  751. data/src/core/lib/promise/all_ok.h +37 -0
  752. data/src/core/lib/promise/detail/basic_seq.h +32 -18
  753. data/src/core/lib/promise/detail/promise_factory.h +1 -1
  754. data/src/core/lib/promise/detail/promise_like.h +23 -0
  755. data/src/core/lib/promise/detail/seq_state.h +180 -180
  756. data/src/core/lib/promise/loop.h +9 -0
  757. data/src/core/lib/promise/map.h +53 -2
  758. data/src/core/lib/promise/party.cc +18 -60
  759. data/src/core/lib/promise/party.h +50 -30
  760. data/src/core/lib/promise/poll.h +13 -0
  761. data/src/core/lib/promise/seq.h +6 -29
  762. data/src/core/lib/promise/status_flag.h +7 -0
  763. data/src/core/lib/promise/try_seq.h +35 -37
  764. data/src/core/lib/resource_quota/api.h +1 -1
  765. data/src/core/lib/resource_quota/memory_quota.cc +16 -5
  766. data/src/core/lib/resource_quota/memory_quota.h +5 -1
  767. data/src/core/lib/resource_quota/periodic_update.cc +1 -1
  768. data/src/core/lib/security/context/security_context.h +8 -0
  769. data/src/core/lib/security/credentials/channel_creds_registry_init.cc +1 -1
  770. data/src/core/lib/security/credentials/external/external_account_credentials.cc +6 -5
  771. data/src/core/lib/security/credentials/fake/fake_credentials.h +1 -1
  772. data/src/core/lib/security/credentials/google_default/google_default_credentials.cc +1 -1
  773. data/src/core/lib/security/credentials/jwt/jwt_verifier.cc +1 -1
  774. data/src/core/lib/security/credentials/token_fetcher/token_fetcher_credentials.cc +29 -22
  775. data/src/core/lib/security/credentials/token_fetcher/token_fetcher_credentials.h +7 -1
  776. data/src/core/lib/security/security_connector/load_system_roots_supported.cc +1 -1
  777. data/src/core/lib/security/security_connector/ssl_utils.cc +1 -1
  778. data/src/core/lib/security/security_connector/ssl_utils.h +1 -1
  779. data/src/core/lib/slice/slice_buffer.cc +1 -0
  780. data/src/core/lib/surface/call_utils.h +4 -0
  781. data/src/core/lib/surface/channel_create.cc +1 -1
  782. data/src/core/lib/surface/channel_init.h +1 -1
  783. data/src/core/lib/surface/client_call.cc +49 -35
  784. data/src/core/lib/surface/client_call.h +9 -1
  785. data/src/core/lib/surface/completion_queue.cc +1 -1
  786. data/src/core/lib/surface/completion_queue.h +1 -1
  787. data/src/core/lib/surface/connection_context.cc +77 -0
  788. data/src/core/lib/surface/connection_context.h +156 -0
  789. data/src/core/lib/surface/filter_stack_call.h +1 -1
  790. data/src/core/lib/surface/init.cc +4 -1
  791. data/src/core/lib/surface/lame_client.cc +1 -1
  792. data/src/core/lib/surface/legacy_channel.cc +1 -1
  793. data/src/core/lib/surface/server_call.cc +11 -5
  794. data/src/core/lib/surface/server_call.h +0 -1
  795. data/src/core/lib/surface/version.cc +2 -2
  796. data/src/core/lib/transport/bdp_estimator.cc +1 -1
  797. data/src/core/lib/transport/call_filters.h +4 -4
  798. data/src/core/lib/transport/call_final_info.h +1 -1
  799. data/src/core/lib/transport/call_spine.cc +0 -4
  800. data/src/core/lib/transport/interception_chain.h +1 -1
  801. data/src/core/lib/transport/metadata_batch.cc +11 -2
  802. data/src/core/lib/transport/metadata_batch.h +9 -1
  803. data/src/core/lib/transport/metadata_compression_traits.h +2 -2
  804. data/src/core/lib/transport/timeout_encoding.cc +4 -4
  805. data/src/core/lib/transport/transport_framing_endpoint_extension.h +47 -0
  806. data/src/core/load_balancing/child_policy_handler.cc +1 -1
  807. data/src/core/load_balancing/endpoint_list.cc +1 -1
  808. data/src/core/load_balancing/grpclb/grpclb.cc +1 -1
  809. data/src/core/load_balancing/lb_policy.h +1 -1
  810. data/src/core/load_balancing/outlier_detection/outlier_detection.cc +2 -2
  811. data/src/core/load_balancing/pick_first/pick_first.cc +11 -8
  812. data/src/core/load_balancing/priority/priority.cc +1 -1
  813. data/src/core/load_balancing/ring_hash/ring_hash.cc +1 -1
  814. data/src/core/load_balancing/rls/rls.cc +1 -1
  815. data/src/core/load_balancing/round_robin/round_robin.cc +1 -1
  816. data/src/core/load_balancing/weighted_round_robin/static_stride_scheduler.cc +2 -2
  817. data/src/core/load_balancing/weighted_round_robin/static_stride_scheduler.h +1 -1
  818. data/src/core/load_balancing/weighted_round_robin/weighted_round_robin.cc +1 -1
  819. data/src/core/load_balancing/weighted_target/weighted_target.cc +1 -1
  820. data/src/core/load_balancing/xds/cds.cc +1 -1
  821. data/src/core/load_balancing/xds/xds_cluster_impl.cc +1 -1
  822. data/src/core/load_balancing/xds/xds_cluster_manager.cc +1 -1
  823. data/src/core/load_balancing/xds/xds_override_host.cc +4 -4
  824. data/src/core/load_balancing/xds/xds_wrr_locality.cc +1 -1
  825. data/src/core/plugin_registry/grpc_plugin_registry.cc +1 -1
  826. data/src/core/plugin_registry/grpc_plugin_registry_extra.cc +1 -1
  827. data/src/core/resolver/dns/c_ares/dns_resolver_ares.cc +2 -2
  828. data/src/core/resolver/dns/c_ares/dns_resolver_ares.h +1 -1
  829. data/src/core/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc +1 -1
  830. data/src/core/resolver/dns/dns_resolver_plugin.cc +1 -1
  831. data/src/core/resolver/dns/dns_resolver_plugin.h +1 -1
  832. data/src/core/resolver/dns/native/dns_resolver.cc +1 -1
  833. data/src/core/resolver/dns/native/dns_resolver.h +1 -1
  834. data/src/core/resolver/fake/fake_resolver.cc +1 -1
  835. data/src/core/resolver/google_c2p/google_c2p_resolver.cc +1 -1
  836. data/src/core/resolver/sockaddr/sockaddr_resolver.cc +1 -1
  837. data/src/core/resolver/xds/xds_dependency_manager.cc +1 -1
  838. data/src/core/resolver/xds/xds_resolver.cc +1 -1
  839. data/src/core/server/server.cc +2 -1
  840. data/src/core/server/server.h +0 -1
  841. data/src/core/server/server_call_tracer_filter.cc +1 -1
  842. data/src/core/server/server_call_tracer_filter.h +1 -1
  843. data/src/core/server/xds_channel_stack_modifier.cc +1 -1
  844. data/src/core/server/xds_server_config_fetcher.cc +1 -1
  845. data/src/core/service_config/service_config_channel_arg_filter.cc +1 -1
  846. data/src/core/service_config/service_config_impl.cc +1 -1
  847. data/src/core/telemetry/call_tracer.h +1 -1
  848. data/src/core/telemetry/histogram_view.cc +3 -3
  849. data/src/core/telemetry/metrics.cc +15 -12
  850. data/src/core/telemetry/metrics.h +7 -3
  851. data/src/core/telemetry/stats_data.cc +94 -0
  852. data/src/core/telemetry/stats_data.h +61 -0
  853. data/src/core/tsi/alts/frame_protector/alts_counter.h +1 -1
  854. data/src/core/tsi/alts/frame_protector/alts_seal_privacy_integrity_crypter.cc +1 -1
  855. data/src/core/tsi/alts/frame_protector/alts_unseal_privacy_integrity_crypter.cc +1 -1
  856. data/src/core/tsi/alts/handshaker/transport_security_common_api.h +2 -2
  857. data/src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.cc +1 -1
  858. data/src/core/tsi/ssl_transport_security.cc +11 -4
  859. data/src/core/tsi/ssl_transport_security.h +2 -2
  860. data/src/core/tsi/ssl_transport_security_utils.h +1 -1
  861. data/src/core/tsi/transport_security_interface.h +2 -2
  862. data/src/core/util/fork.cc +1 -1
  863. data/src/core/util/fork.h +2 -2
  864. data/src/core/util/gpr_time.cc +4 -4
  865. data/src/core/util/http_client/httpcli.cc +14 -7
  866. data/src/core/util/json/json_object_loader.h +4 -4
  867. data/src/core/util/json/json_writer.cc +1 -1
  868. data/src/core/util/latent_see.cc +97 -76
  869. data/src/core/util/latent_see.h +23 -16
  870. data/src/core/util/log.cc +1 -1
  871. data/src/core/util/status_helper.cc +1 -1
  872. data/src/core/util/string.cc +2 -2
  873. data/src/core/util/table.h +1 -1
  874. data/src/core/util/time.cc +4 -4
  875. data/src/core/util/time.h +2 -2
  876. data/src/core/util/uri.cc +10 -4
  877. data/src/core/util/uri.h +5 -1
  878. data/src/core/xds/grpc/certificate_provider_store.cc +1 -1
  879. data/src/core/xds/grpc/certificate_provider_store.h +1 -1
  880. data/src/core/xds/grpc/file_watcher_certificate_provider_factory.cc +1 -1
  881. data/src/core/xds/grpc/xds_cluster_parser.cc +1 -1
  882. data/src/core/xds/grpc/xds_http_gcp_authn_filter.cc +2 -2
  883. data/src/core/xds/grpc/xds_lb_policy_registry.cc +1 -1
  884. data/src/core/xds/grpc/xds_lb_policy_registry.h +1 -1
  885. data/src/core/xds/grpc/xds_route_config.cc +1 -0
  886. data/src/core/xds/grpc/xds_route_config_parser.cc +1 -1
  887. data/src/core/xds/grpc/xds_server_grpc.cc +1 -1
  888. data/src/core/xds/grpc/xds_transport_grpc.cc +1 -1
  889. data/src/ruby/ext/grpc/rb_grpc.h +1 -1
  890. data/src/ruby/lib/grpc/version.rb +1 -1
  891. data/third_party/upb/upb/json/decode.c +39 -10
  892. data/third_party/upb/upb/json/decode.h +26 -3
  893. data/third_party/upb/upb/mem/arena.c +1 -1
  894. data/third_party/upb/upb/message/accessors.h +8 -0
  895. data/third_party/upb/upb/message/internal/accessors.h +9 -2
  896. data/third_party/upb/upb/message/internal/message.c +3 -3
  897. data/third_party/upb/upb/port/def.inc +25 -6
  898. data/third_party/upb/upb/port/undef.inc +3 -0
  899. data/third_party/upb/upb/reflection/common.h +1 -11
  900. data/third_party/upb/upb/reflection/descriptor_bootstrap.h +19 -0
  901. data/third_party/upb/upb/reflection/field_def.c +3 -17
  902. data/third_party/upb/upb/text/encode.c +0 -7
  903. data/third_party/upb/upb/wire/decode.h +1 -1
  904. metadata +15 -9
@@ -14,7 +14,7 @@
14
14
  #include "upb/port/def.inc"
15
15
 
16
16
  extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken);
17
- static const upb_MiniTableSubInternal google_protobuf_FileDescriptorSet_submsgs[1] = {
17
+ static const upb_MiniTableSubInternal google_protobuf_FileDescriptorSet__submsgs[1] = {
18
18
  {.UPB_PRIVATE(submsg) = &google__protobuf__FileDescriptorProto_msg_init_ptr},
19
19
  };
20
20
 
@@ -23,9 +23,9 @@ static const upb_MiniTableField google_protobuf_FileDescriptorSet__fields[1] = {
23
23
  };
24
24
 
25
25
  const upb_MiniTable google__protobuf__FileDescriptorSet_msg_init = {
26
- &google_protobuf_FileDescriptorSet_submsgs[0],
26
+ &google_protobuf_FileDescriptorSet__submsgs[0],
27
27
  &google_protobuf_FileDescriptorSet__fields[0],
28
- 16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
28
+ 16, 1, kUpb_ExtMode_Extendable, 1, UPB_FASTTABLE_MASK(8), 0,
29
29
  #ifdef UPB_TRACING_ENABLED
30
30
  "google.protobuf.FileDescriptorSet",
31
31
  #endif
@@ -36,14 +36,14 @@ const upb_MiniTable google__protobuf__FileDescriptorSet_msg_init = {
36
36
  };
37
37
 
38
38
  const upb_MiniTable* google__protobuf__FileDescriptorSet_msg_init_ptr = &google__protobuf__FileDescriptorSet_msg_init;
39
- static const upb_MiniTableSubInternal google_protobuf_FileDescriptorProto_submsgs[7] = {
39
+ static const upb_MiniTableSubInternal google_protobuf_FileDescriptorProto__submsgs[7] = {
40
40
  {.UPB_PRIVATE(submsg) = &google__protobuf__DescriptorProto_msg_init_ptr},
41
41
  {.UPB_PRIVATE(submsg) = &google__protobuf__EnumDescriptorProto_msg_init_ptr},
42
42
  {.UPB_PRIVATE(submsg) = &google__protobuf__ServiceDescriptorProto_msg_init_ptr},
43
43
  {.UPB_PRIVATE(submsg) = &google__protobuf__FieldDescriptorProto_msg_init_ptr},
44
44
  {.UPB_PRIVATE(submsg) = &google__protobuf__FileOptions_msg_init_ptr},
45
45
  {.UPB_PRIVATE(submsg) = &google__protobuf__SourceCodeInfo_msg_init_ptr},
46
- {.UPB_PRIVATE(subenum) = &google_protobuf_Edition_enum_init},
46
+ {.UPB_PRIVATE(subenum) = &google__protobuf__Edition_enum_init},
47
47
  };
48
48
 
49
49
  static const upb_MiniTableField google_protobuf_FileDescriptorProto__fields[13] = {
@@ -63,7 +63,7 @@ static const upb_MiniTableField google_protobuf_FileDescriptorProto__fields[13]
63
63
  };
64
64
 
65
65
  const upb_MiniTable google__protobuf__FileDescriptorProto_msg_init = {
66
- &google_protobuf_FileDescriptorProto_submsgs[0],
66
+ &google_protobuf_FileDescriptorProto__submsgs[0],
67
67
  &google_protobuf_FileDescriptorProto__fields[0],
68
68
  UPB_SIZE(80, 136), 13, kUpb_ExtMode_NonExtendable, 12, UPB_FASTTABLE_MASK(120), 0,
69
69
  #ifdef UPB_TRACING_ENABLED
@@ -90,7 +90,7 @@ const upb_MiniTable google__protobuf__FileDescriptorProto_msg_init = {
90
90
  };
91
91
 
92
92
  const upb_MiniTable* google__protobuf__FileDescriptorProto_msg_init_ptr = &google__protobuf__FileDescriptorProto_msg_init;
93
- static const upb_MiniTableSubInternal google_protobuf_DescriptorProto_submsgs[8] = {
93
+ static const upb_MiniTableSubInternal google_protobuf_DescriptorProto__submsgs[8] = {
94
94
  {.UPB_PRIVATE(submsg) = &google__protobuf__FieldDescriptorProto_msg_init_ptr},
95
95
  {.UPB_PRIVATE(submsg) = &google__protobuf__DescriptorProto_msg_init_ptr},
96
96
  {.UPB_PRIVATE(submsg) = &google__protobuf__EnumDescriptorProto_msg_init_ptr},
@@ -115,7 +115,7 @@ static const upb_MiniTableField google_protobuf_DescriptorProto__fields[10] = {
115
115
  };
116
116
 
117
117
  const upb_MiniTable google__protobuf__DescriptorProto_msg_init = {
118
- &google_protobuf_DescriptorProto_submsgs[0],
118
+ &google_protobuf_DescriptorProto__submsgs[0],
119
119
  &google_protobuf_DescriptorProto__fields[0],
120
120
  UPB_SIZE(56, 104), 10, kUpb_ExtMode_NonExtendable, 10, UPB_FASTTABLE_MASK(120), 0,
121
121
  #ifdef UPB_TRACING_ENABLED
@@ -142,7 +142,7 @@ const upb_MiniTable google__protobuf__DescriptorProto_msg_init = {
142
142
  };
143
143
 
144
144
  const upb_MiniTable* google__protobuf__DescriptorProto_msg_init_ptr = &google__protobuf__DescriptorProto_msg_init;
145
- static const upb_MiniTableSubInternal google_protobuf_DescriptorProto_ExtensionRange_submsgs[1] = {
145
+ static const upb_MiniTableSubInternal google_protobuf_DescriptorProto_ExtensionRange__submsgs[1] = {
146
146
  {.UPB_PRIVATE(submsg) = &google__protobuf__ExtensionRangeOptions_msg_init_ptr},
147
147
  };
148
148
 
@@ -153,7 +153,7 @@ static const upb_MiniTableField google_protobuf_DescriptorProto_ExtensionRange__
153
153
  };
154
154
 
155
155
  const upb_MiniTable google__protobuf__DescriptorProto__ExtensionRange_msg_init = {
156
- &google_protobuf_DescriptorProto_ExtensionRange_submsgs[0],
156
+ &google_protobuf_DescriptorProto_ExtensionRange__submsgs[0],
157
157
  &google_protobuf_DescriptorProto_ExtensionRange__fields[0],
158
158
  UPB_SIZE(24, 32), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(255), 0,
159
159
  #ifdef UPB_TRACING_ENABLED
@@ -177,11 +177,11 @@ const upb_MiniTable google__protobuf__DescriptorProto__ReservedRange_msg_init =
177
177
  };
178
178
 
179
179
  const upb_MiniTable* google__protobuf__DescriptorProto__ReservedRange_msg_init_ptr = &google__protobuf__DescriptorProto__ReservedRange_msg_init;
180
- static const upb_MiniTableSubInternal google_protobuf_ExtensionRangeOptions_submsgs[4] = {
180
+ static const upb_MiniTableSubInternal google_protobuf_ExtensionRangeOptions__submsgs[4] = {
181
181
  {.UPB_PRIVATE(submsg) = &google__protobuf__ExtensionRangeOptions__Declaration_msg_init_ptr},
182
182
  {.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init_ptr},
183
183
  {.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init_ptr},
184
- {.UPB_PRIVATE(subenum) = &google_protobuf_ExtensionRangeOptions_VerificationState_enum_init},
184
+ {.UPB_PRIVATE(subenum) = &google__protobuf__ExtensionRangeOptions__VerificationState_enum_init},
185
185
  };
186
186
 
187
187
  static const upb_MiniTableField google_protobuf_ExtensionRangeOptions__fields[4] = {
@@ -192,7 +192,7 @@ static const upb_MiniTableField google_protobuf_ExtensionRangeOptions__fields[4]
192
192
  };
193
193
 
194
194
  const upb_MiniTable google__protobuf__ExtensionRangeOptions_msg_init = {
195
- &google_protobuf_ExtensionRangeOptions_submsgs[0],
195
+ &google_protobuf_ExtensionRangeOptions__submsgs[0],
196
196
  &google_protobuf_ExtensionRangeOptions__fields[0],
197
197
  UPB_SIZE(32, 40), 4, kUpb_ExtMode_Extendable, 0, UPB_FASTTABLE_MASK(248), 0,
198
198
  #ifdef UPB_TRACING_ENABLED
@@ -253,10 +253,10 @@ const upb_MiniTable google__protobuf__ExtensionRangeOptions__Declaration_msg_ini
253
253
  };
254
254
 
255
255
  const upb_MiniTable* google__protobuf__ExtensionRangeOptions__Declaration_msg_init_ptr = &google__protobuf__ExtensionRangeOptions__Declaration_msg_init;
256
- static const upb_MiniTableSubInternal google_protobuf_FieldDescriptorProto_submsgs[3] = {
256
+ static const upb_MiniTableSubInternal google_protobuf_FieldDescriptorProto__submsgs[3] = {
257
257
  {.UPB_PRIVATE(submsg) = &google__protobuf__FieldOptions_msg_init_ptr},
258
- {.UPB_PRIVATE(subenum) = &google_protobuf_FieldDescriptorProto_Label_enum_init},
259
- {.UPB_PRIVATE(subenum) = &google_protobuf_FieldDescriptorProto_Type_enum_init},
258
+ {.UPB_PRIVATE(subenum) = &google__protobuf__FieldDescriptorProto__Label_enum_init},
259
+ {.UPB_PRIVATE(subenum) = &google__protobuf__FieldDescriptorProto__Type_enum_init},
260
260
  };
261
261
 
262
262
  static const upb_MiniTableField google_protobuf_FieldDescriptorProto__fields[11] = {
@@ -274,7 +274,7 @@ static const upb_MiniTableField google_protobuf_FieldDescriptorProto__fields[11]
274
274
  };
275
275
 
276
276
  const upb_MiniTable google__protobuf__FieldDescriptorProto_msg_init = {
277
- &google_protobuf_FieldDescriptorProto_submsgs[0],
277
+ &google_protobuf_FieldDescriptorProto__submsgs[0],
278
278
  &google_protobuf_FieldDescriptorProto__fields[0],
279
279
  UPB_SIZE(80, 120), 11, kUpb_ExtMode_NonExtendable, 10, UPB_FASTTABLE_MASK(255), 0,
280
280
  #ifdef UPB_TRACING_ENABLED
@@ -283,7 +283,7 @@ const upb_MiniTable google__protobuf__FieldDescriptorProto_msg_init = {
283
283
  };
284
284
 
285
285
  const upb_MiniTable* google__protobuf__FieldDescriptorProto_msg_init_ptr = &google__protobuf__FieldDescriptorProto_msg_init;
286
- static const upb_MiniTableSubInternal google_protobuf_OneofDescriptorProto_submsgs[1] = {
286
+ static const upb_MiniTableSubInternal google_protobuf_OneofDescriptorProto__submsgs[1] = {
287
287
  {.UPB_PRIVATE(submsg) = &google__protobuf__OneofOptions_msg_init_ptr},
288
288
  };
289
289
 
@@ -293,7 +293,7 @@ static const upb_MiniTableField google_protobuf_OneofDescriptorProto__fields[2]
293
293
  };
294
294
 
295
295
  const upb_MiniTable google__protobuf__OneofDescriptorProto_msg_init = {
296
- &google_protobuf_OneofDescriptorProto_submsgs[0],
296
+ &google_protobuf_OneofDescriptorProto__submsgs[0],
297
297
  &google_protobuf_OneofDescriptorProto__fields[0],
298
298
  UPB_SIZE(24, 40), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(255), 0,
299
299
  #ifdef UPB_TRACING_ENABLED
@@ -302,7 +302,7 @@ const upb_MiniTable google__protobuf__OneofDescriptorProto_msg_init = {
302
302
  };
303
303
 
304
304
  const upb_MiniTable* google__protobuf__OneofDescriptorProto_msg_init_ptr = &google__protobuf__OneofDescriptorProto_msg_init;
305
- static const upb_MiniTableSubInternal google_protobuf_EnumDescriptorProto_submsgs[3] = {
305
+ static const upb_MiniTableSubInternal google_protobuf_EnumDescriptorProto__submsgs[3] = {
306
306
  {.UPB_PRIVATE(submsg) = &google__protobuf__EnumValueDescriptorProto_msg_init_ptr},
307
307
  {.UPB_PRIVATE(submsg) = &google__protobuf__EnumOptions_msg_init_ptr},
308
308
  {.UPB_PRIVATE(submsg) = &google__protobuf__EnumDescriptorProto__EnumReservedRange_msg_init_ptr},
@@ -317,7 +317,7 @@ static const upb_MiniTableField google_protobuf_EnumDescriptorProto__fields[5] =
317
317
  };
318
318
 
319
319
  const upb_MiniTable google__protobuf__EnumDescriptorProto_msg_init = {
320
- &google_protobuf_EnumDescriptorProto_submsgs[0],
320
+ &google_protobuf_EnumDescriptorProto__submsgs[0],
321
321
  &google_protobuf_EnumDescriptorProto__fields[0],
322
322
  UPB_SIZE(40, 64), 5, kUpb_ExtMode_NonExtendable, 5, UPB_FASTTABLE_MASK(56), 0,
323
323
  #ifdef UPB_TRACING_ENABLED
@@ -351,7 +351,7 @@ const upb_MiniTable google__protobuf__EnumDescriptorProto__EnumReservedRange_msg
351
351
  };
352
352
 
353
353
  const upb_MiniTable* google__protobuf__EnumDescriptorProto__EnumReservedRange_msg_init_ptr = &google__protobuf__EnumDescriptorProto__EnumReservedRange_msg_init;
354
- static const upb_MiniTableSubInternal google_protobuf_EnumValueDescriptorProto_submsgs[1] = {
354
+ static const upb_MiniTableSubInternal google_protobuf_EnumValueDescriptorProto__submsgs[1] = {
355
355
  {.UPB_PRIVATE(submsg) = &google__protobuf__EnumValueOptions_msg_init_ptr},
356
356
  };
357
357
 
@@ -362,7 +362,7 @@ static const upb_MiniTableField google_protobuf_EnumValueDescriptorProto__fields
362
362
  };
363
363
 
364
364
  const upb_MiniTable google__protobuf__EnumValueDescriptorProto_msg_init = {
365
- &google_protobuf_EnumValueDescriptorProto_submsgs[0],
365
+ &google_protobuf_EnumValueDescriptorProto__submsgs[0],
366
366
  &google_protobuf_EnumValueDescriptorProto__fields[0],
367
367
  UPB_SIZE(32, 40), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(255), 0,
368
368
  #ifdef UPB_TRACING_ENABLED
@@ -371,7 +371,7 @@ const upb_MiniTable google__protobuf__EnumValueDescriptorProto_msg_init = {
371
371
  };
372
372
 
373
373
  const upb_MiniTable* google__protobuf__EnumValueDescriptorProto_msg_init_ptr = &google__protobuf__EnumValueDescriptorProto_msg_init;
374
- static const upb_MiniTableSubInternal google_protobuf_ServiceDescriptorProto_submsgs[2] = {
374
+ static const upb_MiniTableSubInternal google_protobuf_ServiceDescriptorProto__submsgs[2] = {
375
375
  {.UPB_PRIVATE(submsg) = &google__protobuf__MethodDescriptorProto_msg_init_ptr},
376
376
  {.UPB_PRIVATE(submsg) = &google__protobuf__ServiceOptions_msg_init_ptr},
377
377
  };
@@ -383,7 +383,7 @@ static const upb_MiniTableField google_protobuf_ServiceDescriptorProto__fields[3
383
383
  };
384
384
 
385
385
  const upb_MiniTable google__protobuf__ServiceDescriptorProto_msg_init = {
386
- &google_protobuf_ServiceDescriptorProto_submsgs[0],
386
+ &google_protobuf_ServiceDescriptorProto__submsgs[0],
387
387
  &google_protobuf_ServiceDescriptorProto__fields[0],
388
388
  UPB_SIZE(32, 48), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(24), 0,
389
389
  #ifdef UPB_TRACING_ENABLED
@@ -398,7 +398,7 @@ const upb_MiniTable google__protobuf__ServiceDescriptorProto_msg_init = {
398
398
  };
399
399
 
400
400
  const upb_MiniTable* google__protobuf__ServiceDescriptorProto_msg_init_ptr = &google__protobuf__ServiceDescriptorProto_msg_init;
401
- static const upb_MiniTableSubInternal google_protobuf_MethodDescriptorProto_submsgs[1] = {
401
+ static const upb_MiniTableSubInternal google_protobuf_MethodDescriptorProto__submsgs[1] = {
402
402
  {.UPB_PRIVATE(submsg) = &google__protobuf__MethodOptions_msg_init_ptr},
403
403
  };
404
404
 
@@ -412,7 +412,7 @@ static const upb_MiniTableField google_protobuf_MethodDescriptorProto__fields[6]
412
412
  };
413
413
 
414
414
  const upb_MiniTable google__protobuf__MethodDescriptorProto_msg_init = {
415
- &google_protobuf_MethodDescriptorProto_submsgs[0],
415
+ &google_protobuf_MethodDescriptorProto__submsgs[0],
416
416
  &google_protobuf_MethodDescriptorProto__fields[0],
417
417
  UPB_SIZE(48, 72), 6, kUpb_ExtMode_NonExtendable, 6, UPB_FASTTABLE_MASK(255), 0,
418
418
  #ifdef UPB_TRACING_ENABLED
@@ -421,10 +421,10 @@ const upb_MiniTable google__protobuf__MethodDescriptorProto_msg_init = {
421
421
  };
422
422
 
423
423
  const upb_MiniTable* google__protobuf__MethodDescriptorProto_msg_init_ptr = &google__protobuf__MethodDescriptorProto_msg_init;
424
- static const upb_MiniTableSubInternal google_protobuf_FileOptions_submsgs[3] = {
424
+ static const upb_MiniTableSubInternal google_protobuf_FileOptions__submsgs[3] = {
425
425
  {.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init_ptr},
426
426
  {.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init_ptr},
427
- {.UPB_PRIVATE(subenum) = &google_protobuf_FileOptions_OptimizeMode_enum_init},
427
+ {.UPB_PRIVATE(subenum) = &google__protobuf__FileOptions__OptimizeMode_enum_init},
428
428
  };
429
429
 
430
430
  static const upb_MiniTableField google_protobuf_FileOptions__fields[21] = {
@@ -452,7 +452,7 @@ static const upb_MiniTableField google_protobuf_FileOptions__fields[21] = {
452
452
  };
453
453
 
454
454
  const upb_MiniTable google__protobuf__FileOptions_msg_init = {
455
- &google_protobuf_FileOptions_submsgs[0],
455
+ &google_protobuf_FileOptions__submsgs[0],
456
456
  &google_protobuf_FileOptions__fields[0],
457
457
  UPB_SIZE(112, 200), 21, kUpb_ExtMode_Extendable, 1, UPB_FASTTABLE_MASK(248), 0,
458
458
  #ifdef UPB_TRACING_ENABLED
@@ -495,7 +495,7 @@ const upb_MiniTable google__protobuf__FileOptions_msg_init = {
495
495
  };
496
496
 
497
497
  const upb_MiniTable* google__protobuf__FileOptions_msg_init_ptr = &google__protobuf__FileOptions_msg_init;
498
- static const upb_MiniTableSubInternal google_protobuf_MessageOptions_submsgs[2] = {
498
+ static const upb_MiniTableSubInternal google_protobuf_MessageOptions__submsgs[2] = {
499
499
  {.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init_ptr},
500
500
  {.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init_ptr},
501
501
  };
@@ -511,7 +511,7 @@ static const upb_MiniTableField google_protobuf_MessageOptions__fields[7] = {
511
511
  };
512
512
 
513
513
  const upb_MiniTable google__protobuf__MessageOptions_msg_init = {
514
- &google_protobuf_MessageOptions_submsgs[0],
514
+ &google_protobuf_MessageOptions__submsgs[0],
515
515
  &google_protobuf_MessageOptions__fields[0],
516
516
  UPB_SIZE(24, 32), 7, kUpb_ExtMode_Extendable, 3, UPB_FASTTABLE_MASK(248), 0,
517
517
  #ifdef UPB_TRACING_ENABLED
@@ -554,15 +554,15 @@ const upb_MiniTable google__protobuf__MessageOptions_msg_init = {
554
554
  };
555
555
 
556
556
  const upb_MiniTable* google__protobuf__MessageOptions_msg_init_ptr = &google__protobuf__MessageOptions_msg_init;
557
- static const upb_MiniTableSubInternal google_protobuf_FieldOptions_submsgs[8] = {
557
+ static const upb_MiniTableSubInternal google_protobuf_FieldOptions__submsgs[8] = {
558
558
  {.UPB_PRIVATE(submsg) = &google__protobuf__FieldOptions__EditionDefault_msg_init_ptr},
559
559
  {.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init_ptr},
560
560
  {.UPB_PRIVATE(submsg) = &google__protobuf__FieldOptions__FeatureSupport_msg_init_ptr},
561
561
  {.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init_ptr},
562
- {.UPB_PRIVATE(subenum) = &google_protobuf_FieldOptions_CType_enum_init},
563
- {.UPB_PRIVATE(subenum) = &google_protobuf_FieldOptions_JSType_enum_init},
564
- {.UPB_PRIVATE(subenum) = &google_protobuf_FieldOptions_OptionRetention_enum_init},
565
- {.UPB_PRIVATE(subenum) = &google_protobuf_FieldOptions_OptionTargetType_enum_init},
562
+ {.UPB_PRIVATE(subenum) = &google__protobuf__FieldOptions__CType_enum_init},
563
+ {.UPB_PRIVATE(subenum) = &google__protobuf__FieldOptions__JSType_enum_init},
564
+ {.UPB_PRIVATE(subenum) = &google__protobuf__FieldOptions__OptionRetention_enum_init},
565
+ {.UPB_PRIVATE(subenum) = &google__protobuf__FieldOptions__OptionTargetType_enum_init},
566
566
  };
567
567
 
568
568
  static const upb_MiniTableField google_protobuf_FieldOptions__fields[14] = {
@@ -583,7 +583,7 @@ static const upb_MiniTableField google_protobuf_FieldOptions__fields[14] = {
583
583
  };
584
584
 
585
585
  const upb_MiniTable google__protobuf__FieldOptions_msg_init = {
586
- &google_protobuf_FieldOptions_submsgs[0],
586
+ &google_protobuf_FieldOptions__submsgs[0],
587
587
  &google_protobuf_FieldOptions__fields[0],
588
588
  UPB_SIZE(56, 72), 14, kUpb_ExtMode_Extendable, 3, UPB_FASTTABLE_MASK(248), 0,
589
589
  #ifdef UPB_TRACING_ENABLED
@@ -626,8 +626,8 @@ const upb_MiniTable google__protobuf__FieldOptions_msg_init = {
626
626
  };
627
627
 
628
628
  const upb_MiniTable* google__protobuf__FieldOptions_msg_init_ptr = &google__protobuf__FieldOptions_msg_init;
629
- static const upb_MiniTableSubInternal google_protobuf_FieldOptions_EditionDefault_submsgs[1] = {
630
- {.UPB_PRIVATE(subenum) = &google_protobuf_Edition_enum_init},
629
+ static const upb_MiniTableSubInternal google_protobuf_FieldOptions_EditionDefault__submsgs[1] = {
630
+ {.UPB_PRIVATE(subenum) = &google__protobuf__Edition_enum_init},
631
631
  };
632
632
 
633
633
  static const upb_MiniTableField google_protobuf_FieldOptions_EditionDefault__fields[2] = {
@@ -636,7 +636,7 @@ static const upb_MiniTableField google_protobuf_FieldOptions_EditionDefault__fie
636
636
  };
637
637
 
638
638
  const upb_MiniTable google__protobuf__FieldOptions__EditionDefault_msg_init = {
639
- &google_protobuf_FieldOptions_EditionDefault_submsgs[0],
639
+ &google_protobuf_FieldOptions_EditionDefault__submsgs[0],
640
640
  &google_protobuf_FieldOptions_EditionDefault__fields[0],
641
641
  UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(255), 0,
642
642
  #ifdef UPB_TRACING_ENABLED
@@ -645,10 +645,10 @@ const upb_MiniTable google__protobuf__FieldOptions__EditionDefault_msg_init = {
645
645
  };
646
646
 
647
647
  const upb_MiniTable* google__protobuf__FieldOptions__EditionDefault_msg_init_ptr = &google__protobuf__FieldOptions__EditionDefault_msg_init;
648
- static const upb_MiniTableSubInternal google_protobuf_FieldOptions_FeatureSupport_submsgs[3] = {
649
- {.UPB_PRIVATE(subenum) = &google_protobuf_Edition_enum_init},
650
- {.UPB_PRIVATE(subenum) = &google_protobuf_Edition_enum_init},
651
- {.UPB_PRIVATE(subenum) = &google_protobuf_Edition_enum_init},
648
+ static const upb_MiniTableSubInternal google_protobuf_FieldOptions_FeatureSupport__submsgs[3] = {
649
+ {.UPB_PRIVATE(subenum) = &google__protobuf__Edition_enum_init},
650
+ {.UPB_PRIVATE(subenum) = &google__protobuf__Edition_enum_init},
651
+ {.UPB_PRIVATE(subenum) = &google__protobuf__Edition_enum_init},
652
652
  };
653
653
 
654
654
  static const upb_MiniTableField google_protobuf_FieldOptions_FeatureSupport__fields[4] = {
@@ -659,7 +659,7 @@ static const upb_MiniTableField google_protobuf_FieldOptions_FeatureSupport__fie
659
659
  };
660
660
 
661
661
  const upb_MiniTable google__protobuf__FieldOptions__FeatureSupport_msg_init = {
662
- &google_protobuf_FieldOptions_FeatureSupport_submsgs[0],
662
+ &google_protobuf_FieldOptions_FeatureSupport__submsgs[0],
663
663
  &google_protobuf_FieldOptions_FeatureSupport__fields[0],
664
664
  UPB_SIZE(32, 40), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(255), 0,
665
665
  #ifdef UPB_TRACING_ENABLED
@@ -668,7 +668,7 @@ const upb_MiniTable google__protobuf__FieldOptions__FeatureSupport_msg_init = {
668
668
  };
669
669
 
670
670
  const upb_MiniTable* google__protobuf__FieldOptions__FeatureSupport_msg_init_ptr = &google__protobuf__FieldOptions__FeatureSupport_msg_init;
671
- static const upb_MiniTableSubInternal google_protobuf_OneofOptions_submsgs[2] = {
671
+ static const upb_MiniTableSubInternal google_protobuf_OneofOptions__submsgs[2] = {
672
672
  {.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init_ptr},
673
673
  {.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init_ptr},
674
674
  };
@@ -679,7 +679,7 @@ static const upb_MiniTableField google_protobuf_OneofOptions__fields[2] = {
679
679
  };
680
680
 
681
681
  const upb_MiniTable google__protobuf__OneofOptions_msg_init = {
682
- &google_protobuf_OneofOptions_submsgs[0],
682
+ &google_protobuf_OneofOptions__submsgs[0],
683
683
  &google_protobuf_OneofOptions__fields[0],
684
684
  UPB_SIZE(24, 32), 2, kUpb_ExtMode_Extendable, 1, UPB_FASTTABLE_MASK(248), 0,
685
685
  #ifdef UPB_TRACING_ENABLED
@@ -722,7 +722,7 @@ const upb_MiniTable google__protobuf__OneofOptions_msg_init = {
722
722
  };
723
723
 
724
724
  const upb_MiniTable* google__protobuf__OneofOptions_msg_init_ptr = &google__protobuf__OneofOptions_msg_init;
725
- static const upb_MiniTableSubInternal google_protobuf_EnumOptions_submsgs[2] = {
725
+ static const upb_MiniTableSubInternal google_protobuf_EnumOptions__submsgs[2] = {
726
726
  {.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init_ptr},
727
727
  {.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init_ptr},
728
728
  };
@@ -736,7 +736,7 @@ static const upb_MiniTableField google_protobuf_EnumOptions__fields[5] = {
736
736
  };
737
737
 
738
738
  const upb_MiniTable google__protobuf__EnumOptions_msg_init = {
739
- &google_protobuf_EnumOptions_submsgs[0],
739
+ &google_protobuf_EnumOptions__submsgs[0],
740
740
  &google_protobuf_EnumOptions__fields[0],
741
741
  UPB_SIZE(24, 32), 5, kUpb_ExtMode_Extendable, 0, UPB_FASTTABLE_MASK(248), 0,
742
742
  #ifdef UPB_TRACING_ENABLED
@@ -779,7 +779,7 @@ const upb_MiniTable google__protobuf__EnumOptions_msg_init = {
779
779
  };
780
780
 
781
781
  const upb_MiniTable* google__protobuf__EnumOptions_msg_init_ptr = &google__protobuf__EnumOptions_msg_init;
782
- static const upb_MiniTableSubInternal google_protobuf_EnumValueOptions_submsgs[3] = {
782
+ static const upb_MiniTableSubInternal google_protobuf_EnumValueOptions__submsgs[3] = {
783
783
  {.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init_ptr},
784
784
  {.UPB_PRIVATE(submsg) = &google__protobuf__FieldOptions__FeatureSupport_msg_init_ptr},
785
785
  {.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init_ptr},
@@ -794,7 +794,7 @@ static const upb_MiniTableField google_protobuf_EnumValueOptions__fields[5] = {
794
794
  };
795
795
 
796
796
  const upb_MiniTable google__protobuf__EnumValueOptions_msg_init = {
797
- &google_protobuf_EnumValueOptions_submsgs[0],
797
+ &google_protobuf_EnumValueOptions__submsgs[0],
798
798
  &google_protobuf_EnumValueOptions__fields[0],
799
799
  UPB_SIZE(32, 40), 5, kUpb_ExtMode_Extendable, 4, UPB_FASTTABLE_MASK(248), 0,
800
800
  #ifdef UPB_TRACING_ENABLED
@@ -837,7 +837,7 @@ const upb_MiniTable google__protobuf__EnumValueOptions_msg_init = {
837
837
  };
838
838
 
839
839
  const upb_MiniTable* google__protobuf__EnumValueOptions_msg_init_ptr = &google__protobuf__EnumValueOptions_msg_init;
840
- static const upb_MiniTableSubInternal google_protobuf_ServiceOptions_submsgs[2] = {
840
+ static const upb_MiniTableSubInternal google_protobuf_ServiceOptions__submsgs[2] = {
841
841
  {.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init_ptr},
842
842
  {.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init_ptr},
843
843
  };
@@ -849,7 +849,7 @@ static const upb_MiniTableField google_protobuf_ServiceOptions__fields[3] = {
849
849
  };
850
850
 
851
851
  const upb_MiniTable google__protobuf__ServiceOptions_msg_init = {
852
- &google_protobuf_ServiceOptions_submsgs[0],
852
+ &google_protobuf_ServiceOptions__submsgs[0],
853
853
  &google_protobuf_ServiceOptions__fields[0],
854
854
  UPB_SIZE(24, 32), 3, kUpb_ExtMode_Extendable, 0, UPB_FASTTABLE_MASK(248), 0,
855
855
  #ifdef UPB_TRACING_ENABLED
@@ -892,10 +892,10 @@ const upb_MiniTable google__protobuf__ServiceOptions_msg_init = {
892
892
  };
893
893
 
894
894
  const upb_MiniTable* google__protobuf__ServiceOptions_msg_init_ptr = &google__protobuf__ServiceOptions_msg_init;
895
- static const upb_MiniTableSubInternal google_protobuf_MethodOptions_submsgs[3] = {
895
+ static const upb_MiniTableSubInternal google_protobuf_MethodOptions__submsgs[3] = {
896
896
  {.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init_ptr},
897
897
  {.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init_ptr},
898
- {.UPB_PRIVATE(subenum) = &google_protobuf_MethodOptions_IdempotencyLevel_enum_init},
898
+ {.UPB_PRIVATE(subenum) = &google__protobuf__MethodOptions__IdempotencyLevel_enum_init},
899
899
  };
900
900
 
901
901
  static const upb_MiniTableField google_protobuf_MethodOptions__fields[4] = {
@@ -906,7 +906,7 @@ static const upb_MiniTableField google_protobuf_MethodOptions__fields[4] = {
906
906
  };
907
907
 
908
908
  const upb_MiniTable google__protobuf__MethodOptions_msg_init = {
909
- &google_protobuf_MethodOptions_submsgs[0],
909
+ &google_protobuf_MethodOptions__submsgs[0],
910
910
  &google_protobuf_MethodOptions__fields[0],
911
911
  UPB_SIZE(24, 32), 4, kUpb_ExtMode_Extendable, 0, UPB_FASTTABLE_MASK(248), 0,
912
912
  #ifdef UPB_TRACING_ENABLED
@@ -949,7 +949,7 @@ const upb_MiniTable google__protobuf__MethodOptions_msg_init = {
949
949
  };
950
950
 
951
951
  const upb_MiniTable* google__protobuf__MethodOptions_msg_init_ptr = &google__protobuf__MethodOptions_msg_init;
952
- static const upb_MiniTableSubInternal google_protobuf_UninterpretedOption_submsgs[1] = {
952
+ static const upb_MiniTableSubInternal google_protobuf_UninterpretedOption__submsgs[1] = {
953
953
  {.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption__NamePart_msg_init_ptr},
954
954
  };
955
955
 
@@ -964,7 +964,7 @@ static const upb_MiniTableField google_protobuf_UninterpretedOption__fields[7] =
964
964
  };
965
965
 
966
966
  const upb_MiniTable google__protobuf__UninterpretedOption_msg_init = {
967
- &google_protobuf_UninterpretedOption_submsgs[0],
967
+ &google_protobuf_UninterpretedOption__submsgs[0],
968
968
  &google_protobuf_UninterpretedOption__fields[0],
969
969
  UPB_SIZE(64, 96), 7, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(24), 0,
970
970
  #ifdef UPB_TRACING_ENABLED
@@ -994,13 +994,13 @@ const upb_MiniTable google__protobuf__UninterpretedOption__NamePart_msg_init = {
994
994
  };
995
995
 
996
996
  const upb_MiniTable* google__protobuf__UninterpretedOption__NamePart_msg_init_ptr = &google__protobuf__UninterpretedOption__NamePart_msg_init;
997
- static const upb_MiniTableSubInternal google_protobuf_FeatureSet_submsgs[6] = {
998
- {.UPB_PRIVATE(subenum) = &google_protobuf_FeatureSet_FieldPresence_enum_init},
999
- {.UPB_PRIVATE(subenum) = &google_protobuf_FeatureSet_EnumType_enum_init},
1000
- {.UPB_PRIVATE(subenum) = &google_protobuf_FeatureSet_RepeatedFieldEncoding_enum_init},
1001
- {.UPB_PRIVATE(subenum) = &google_protobuf_FeatureSet_Utf8Validation_enum_init},
1002
- {.UPB_PRIVATE(subenum) = &google_protobuf_FeatureSet_MessageEncoding_enum_init},
1003
- {.UPB_PRIVATE(subenum) = &google_protobuf_FeatureSet_JsonFormat_enum_init},
997
+ static const upb_MiniTableSubInternal google_protobuf_FeatureSet__submsgs[6] = {
998
+ {.UPB_PRIVATE(subenum) = &google__protobuf__FeatureSet__FieldPresence_enum_init},
999
+ {.UPB_PRIVATE(subenum) = &google__protobuf__FeatureSet__EnumType_enum_init},
1000
+ {.UPB_PRIVATE(subenum) = &google__protobuf__FeatureSet__RepeatedFieldEncoding_enum_init},
1001
+ {.UPB_PRIVATE(subenum) = &google__protobuf__FeatureSet__Utf8Validation_enum_init},
1002
+ {.UPB_PRIVATE(subenum) = &google__protobuf__FeatureSet__MessageEncoding_enum_init},
1003
+ {.UPB_PRIVATE(subenum) = &google__protobuf__FeatureSet__JsonFormat_enum_init},
1004
1004
  };
1005
1005
 
1006
1006
  static const upb_MiniTableField google_protobuf_FeatureSet__fields[6] = {
@@ -1013,7 +1013,7 @@ static const upb_MiniTableField google_protobuf_FeatureSet__fields[6] = {
1013
1013
  };
1014
1014
 
1015
1015
  const upb_MiniTable google__protobuf__FeatureSet_msg_init = {
1016
- &google_protobuf_FeatureSet_submsgs[0],
1016
+ &google_protobuf_FeatureSet__submsgs[0],
1017
1017
  &google_protobuf_FeatureSet__fields[0],
1018
1018
  40, 6, kUpb_ExtMode_Extendable, 6, UPB_FASTTABLE_MASK(255), 0,
1019
1019
  #ifdef UPB_TRACING_ENABLED
@@ -1022,10 +1022,10 @@ const upb_MiniTable google__protobuf__FeatureSet_msg_init = {
1022
1022
  };
1023
1023
 
1024
1024
  const upb_MiniTable* google__protobuf__FeatureSet_msg_init_ptr = &google__protobuf__FeatureSet_msg_init;
1025
- static const upb_MiniTableSubInternal google_protobuf_FeatureSetDefaults_submsgs[3] = {
1025
+ static const upb_MiniTableSubInternal google_protobuf_FeatureSetDefaults__submsgs[3] = {
1026
1026
  {.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSetDefaults__FeatureSetEditionDefault_msg_init_ptr},
1027
- {.UPB_PRIVATE(subenum) = &google_protobuf_Edition_enum_init},
1028
- {.UPB_PRIVATE(subenum) = &google_protobuf_Edition_enum_init},
1027
+ {.UPB_PRIVATE(subenum) = &google__protobuf__Edition_enum_init},
1028
+ {.UPB_PRIVATE(subenum) = &google__protobuf__Edition_enum_init},
1029
1029
  };
1030
1030
 
1031
1031
  static const upb_MiniTableField google_protobuf_FeatureSetDefaults__fields[3] = {
@@ -1035,7 +1035,7 @@ static const upb_MiniTableField google_protobuf_FeatureSetDefaults__fields[3] =
1035
1035
  };
1036
1036
 
1037
1037
  const upb_MiniTable google__protobuf__FeatureSetDefaults_msg_init = {
1038
- &google_protobuf_FeatureSetDefaults_submsgs[0],
1038
+ &google_protobuf_FeatureSetDefaults__submsgs[0],
1039
1039
  &google_protobuf_FeatureSetDefaults__fields[0],
1040
1040
  UPB_SIZE(24, 32), 3, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
1041
1041
  #ifdef UPB_TRACING_ENABLED
@@ -1048,10 +1048,10 @@ const upb_MiniTable google__protobuf__FeatureSetDefaults_msg_init = {
1048
1048
  };
1049
1049
 
1050
1050
  const upb_MiniTable* google__protobuf__FeatureSetDefaults_msg_init_ptr = &google__protobuf__FeatureSetDefaults_msg_init;
1051
- static const upb_MiniTableSubInternal google_protobuf_FeatureSetDefaults_FeatureSetEditionDefault_submsgs[3] = {
1051
+ static const upb_MiniTableSubInternal google_protobuf_FeatureSetDefaults_FeatureSetEditionDefault__submsgs[3] = {
1052
1052
  {.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init_ptr},
1053
1053
  {.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init_ptr},
1054
- {.UPB_PRIVATE(subenum) = &google_protobuf_Edition_enum_init},
1054
+ {.UPB_PRIVATE(subenum) = &google__protobuf__Edition_enum_init},
1055
1055
  };
1056
1056
 
1057
1057
  static const upb_MiniTableField google_protobuf_FeatureSetDefaults_FeatureSetEditionDefault__fields[3] = {
@@ -1061,7 +1061,7 @@ static const upb_MiniTableField google_protobuf_FeatureSetDefaults_FeatureSetEdi
1061
1061
  };
1062
1062
 
1063
1063
  const upb_MiniTable google__protobuf__FeatureSetDefaults__FeatureSetEditionDefault_msg_init = {
1064
- &google_protobuf_FeatureSetDefaults_FeatureSetEditionDefault_submsgs[0],
1064
+ &google_protobuf_FeatureSetDefaults_FeatureSetEditionDefault__submsgs[0],
1065
1065
  &google_protobuf_FeatureSetDefaults_FeatureSetEditionDefault__fields[0],
1066
1066
  UPB_SIZE(24, 32), 3, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(255), 0,
1067
1067
  #ifdef UPB_TRACING_ENABLED
@@ -1070,7 +1070,7 @@ const upb_MiniTable google__protobuf__FeatureSetDefaults__FeatureSetEditionDefau
1070
1070
  };
1071
1071
 
1072
1072
  const upb_MiniTable* google__protobuf__FeatureSetDefaults__FeatureSetEditionDefault_msg_init_ptr = &google__protobuf__FeatureSetDefaults__FeatureSetEditionDefault_msg_init;
1073
- static const upb_MiniTableSubInternal google_protobuf_SourceCodeInfo_submsgs[1] = {
1073
+ static const upb_MiniTableSubInternal google_protobuf_SourceCodeInfo__submsgs[1] = {
1074
1074
  {.UPB_PRIVATE(submsg) = &google__protobuf__SourceCodeInfo__Location_msg_init_ptr},
1075
1075
  };
1076
1076
 
@@ -1079,9 +1079,9 @@ static const upb_MiniTableField google_protobuf_SourceCodeInfo__fields[1] = {
1079
1079
  };
1080
1080
 
1081
1081
  const upb_MiniTable google__protobuf__SourceCodeInfo_msg_init = {
1082
- &google_protobuf_SourceCodeInfo_submsgs[0],
1082
+ &google_protobuf_SourceCodeInfo__submsgs[0],
1083
1083
  &google_protobuf_SourceCodeInfo__fields[0],
1084
- 16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
1084
+ 16, 1, kUpb_ExtMode_Extendable, 1, UPB_FASTTABLE_MASK(8), 0,
1085
1085
  #ifdef UPB_TRACING_ENABLED
1086
1086
  "google.protobuf.SourceCodeInfo",
1087
1087
  #endif
@@ -1120,7 +1120,7 @@ const upb_MiniTable google__protobuf__SourceCodeInfo__Location_msg_init = {
1120
1120
  };
1121
1121
 
1122
1122
  const upb_MiniTable* google__protobuf__SourceCodeInfo__Location_msg_init_ptr = &google__protobuf__SourceCodeInfo__Location_msg_init;
1123
- static const upb_MiniTableSubInternal google_protobuf_GeneratedCodeInfo_submsgs[1] = {
1123
+ static const upb_MiniTableSubInternal google_protobuf_GeneratedCodeInfo__submsgs[1] = {
1124
1124
  {.UPB_PRIVATE(submsg) = &google__protobuf__GeneratedCodeInfo__Annotation_msg_init_ptr},
1125
1125
  };
1126
1126
 
@@ -1129,7 +1129,7 @@ static const upb_MiniTableField google_protobuf_GeneratedCodeInfo__fields[1] = {
1129
1129
  };
1130
1130
 
1131
1131
  const upb_MiniTable google__protobuf__GeneratedCodeInfo_msg_init = {
1132
- &google_protobuf_GeneratedCodeInfo_submsgs[0],
1132
+ &google_protobuf_GeneratedCodeInfo__submsgs[0],
1133
1133
  &google_protobuf_GeneratedCodeInfo__fields[0],
1134
1134
  16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
1135
1135
  #ifdef UPB_TRACING_ENABLED
@@ -1142,8 +1142,8 @@ const upb_MiniTable google__protobuf__GeneratedCodeInfo_msg_init = {
1142
1142
  };
1143
1143
 
1144
1144
  const upb_MiniTable* google__protobuf__GeneratedCodeInfo_msg_init_ptr = &google__protobuf__GeneratedCodeInfo_msg_init;
1145
- static const upb_MiniTableSubInternal google_protobuf_GeneratedCodeInfo_Annotation_submsgs[1] = {
1146
- {.UPB_PRIVATE(subenum) = &google_protobuf_GeneratedCodeInfo_Annotation_Semantic_enum_init},
1145
+ static const upb_MiniTableSubInternal google_protobuf_GeneratedCodeInfo_Annotation__submsgs[1] = {
1146
+ {.UPB_PRIVATE(subenum) = &google__protobuf__GeneratedCodeInfo__Annotation__Semantic_enum_init},
1147
1147
  };
1148
1148
 
1149
1149
  static const upb_MiniTableField google_protobuf_GeneratedCodeInfo_Annotation__fields[5] = {
@@ -1155,7 +1155,7 @@ static const upb_MiniTableField google_protobuf_GeneratedCodeInfo_Annotation__fi
1155
1155
  };
1156
1156
 
1157
1157
  const upb_MiniTable google__protobuf__GeneratedCodeInfo__Annotation_msg_init = {
1158
- &google_protobuf_GeneratedCodeInfo_Annotation_submsgs[0],
1158
+ &google_protobuf_GeneratedCodeInfo_Annotation__submsgs[0],
1159
1159
  &google_protobuf_GeneratedCodeInfo_Annotation__fields[0],
1160
1160
  UPB_SIZE(40, 48), 5, kUpb_ExtMode_NonExtendable, 5, UPB_FASTTABLE_MASK(8), 0,
1161
1161
  #ifdef UPB_TRACING_ENABLED
@@ -1168,7 +1168,7 @@ const upb_MiniTable google__protobuf__GeneratedCodeInfo__Annotation_msg_init = {
1168
1168
  };
1169
1169
 
1170
1170
  const upb_MiniTable* google__protobuf__GeneratedCodeInfo__Annotation_msg_init_ptr = &google__protobuf__GeneratedCodeInfo__Annotation_msg_init;
1171
- const upb_MiniTableEnum google_protobuf_Edition_enum_init = {
1171
+ const upb_MiniTableEnum google__protobuf__Edition_enum_init = {
1172
1172
  64,
1173
1173
  9,
1174
1174
  {
@@ -1186,7 +1186,7 @@ const upb_MiniTableEnum google_protobuf_Edition_enum_init = {
1186
1186
  },
1187
1187
  };
1188
1188
 
1189
- const upb_MiniTableEnum google_protobuf_ExtensionRangeOptions_VerificationState_enum_init = {
1189
+ const upb_MiniTableEnum google__protobuf__ExtensionRangeOptions__VerificationState_enum_init = {
1190
1190
  64,
1191
1191
  0,
1192
1192
  {
@@ -1195,7 +1195,7 @@ const upb_MiniTableEnum google_protobuf_ExtensionRangeOptions_VerificationState_
1195
1195
  },
1196
1196
  };
1197
1197
 
1198
- const upb_MiniTableEnum google_protobuf_FeatureSet_EnumType_enum_init = {
1198
+ const upb_MiniTableEnum google__protobuf__FeatureSet__EnumType_enum_init = {
1199
1199
  64,
1200
1200
  0,
1201
1201
  {
@@ -1204,7 +1204,7 @@ const upb_MiniTableEnum google_protobuf_FeatureSet_EnumType_enum_init = {
1204
1204
  },
1205
1205
  };
1206
1206
 
1207
- const upb_MiniTableEnum google_protobuf_FeatureSet_FieldPresence_enum_init = {
1207
+ const upb_MiniTableEnum google__protobuf__FeatureSet__FieldPresence_enum_init = {
1208
1208
  64,
1209
1209
  0,
1210
1210
  {
@@ -1213,7 +1213,7 @@ const upb_MiniTableEnum google_protobuf_FeatureSet_FieldPresence_enum_init = {
1213
1213
  },
1214
1214
  };
1215
1215
 
1216
- const upb_MiniTableEnum google_protobuf_FeatureSet_JsonFormat_enum_init = {
1216
+ const upb_MiniTableEnum google__protobuf__FeatureSet__JsonFormat_enum_init = {
1217
1217
  64,
1218
1218
  0,
1219
1219
  {
@@ -1222,7 +1222,7 @@ const upb_MiniTableEnum google_protobuf_FeatureSet_JsonFormat_enum_init = {
1222
1222
  },
1223
1223
  };
1224
1224
 
1225
- const upb_MiniTableEnum google_protobuf_FeatureSet_MessageEncoding_enum_init = {
1225
+ const upb_MiniTableEnum google__protobuf__FeatureSet__MessageEncoding_enum_init = {
1226
1226
  64,
1227
1227
  0,
1228
1228
  {
@@ -1231,7 +1231,7 @@ const upb_MiniTableEnum google_protobuf_FeatureSet_MessageEncoding_enum_init = {
1231
1231
  },
1232
1232
  };
1233
1233
 
1234
- const upb_MiniTableEnum google_protobuf_FeatureSet_RepeatedFieldEncoding_enum_init = {
1234
+ const upb_MiniTableEnum google__protobuf__FeatureSet__RepeatedFieldEncoding_enum_init = {
1235
1235
  64,
1236
1236
  0,
1237
1237
  {
@@ -1240,7 +1240,7 @@ const upb_MiniTableEnum google_protobuf_FeatureSet_RepeatedFieldEncoding_enum_in
1240
1240
  },
1241
1241
  };
1242
1242
 
1243
- const upb_MiniTableEnum google_protobuf_FeatureSet_Utf8Validation_enum_init = {
1243
+ const upb_MiniTableEnum google__protobuf__FeatureSet__Utf8Validation_enum_init = {
1244
1244
  64,
1245
1245
  0,
1246
1246
  {
@@ -1249,7 +1249,7 @@ const upb_MiniTableEnum google_protobuf_FeatureSet_Utf8Validation_enum_init = {
1249
1249
  },
1250
1250
  };
1251
1251
 
1252
- const upb_MiniTableEnum google_protobuf_FieldDescriptorProto_Label_enum_init = {
1252
+ const upb_MiniTableEnum google__protobuf__FieldDescriptorProto__Label_enum_init = {
1253
1253
  64,
1254
1254
  0,
1255
1255
  {
@@ -1258,7 +1258,7 @@ const upb_MiniTableEnum google_protobuf_FieldDescriptorProto_Label_enum_init = {
1258
1258
  },
1259
1259
  };
1260
1260
 
1261
- const upb_MiniTableEnum google_protobuf_FieldDescriptorProto_Type_enum_init = {
1261
+ const upb_MiniTableEnum google__protobuf__FieldDescriptorProto__Type_enum_init = {
1262
1262
  64,
1263
1263
  0,
1264
1264
  {
@@ -1267,7 +1267,7 @@ const upb_MiniTableEnum google_protobuf_FieldDescriptorProto_Type_enum_init = {
1267
1267
  },
1268
1268
  };
1269
1269
 
1270
- const upb_MiniTableEnum google_protobuf_FieldOptions_CType_enum_init = {
1270
+ const upb_MiniTableEnum google__protobuf__FieldOptions__CType_enum_init = {
1271
1271
  64,
1272
1272
  0,
1273
1273
  {
@@ -1276,7 +1276,7 @@ const upb_MiniTableEnum google_protobuf_FieldOptions_CType_enum_init = {
1276
1276
  },
1277
1277
  };
1278
1278
 
1279
- const upb_MiniTableEnum google_protobuf_FieldOptions_JSType_enum_init = {
1279
+ const upb_MiniTableEnum google__protobuf__FieldOptions__JSType_enum_init = {
1280
1280
  64,
1281
1281
  0,
1282
1282
  {
@@ -1285,7 +1285,7 @@ const upb_MiniTableEnum google_protobuf_FieldOptions_JSType_enum_init = {
1285
1285
  },
1286
1286
  };
1287
1287
 
1288
- const upb_MiniTableEnum google_protobuf_FieldOptions_OptionRetention_enum_init = {
1288
+ const upb_MiniTableEnum google__protobuf__FieldOptions__OptionRetention_enum_init = {
1289
1289
  64,
1290
1290
  0,
1291
1291
  {
@@ -1294,7 +1294,7 @@ const upb_MiniTableEnum google_protobuf_FieldOptions_OptionRetention_enum_init =
1294
1294
  },
1295
1295
  };
1296
1296
 
1297
- const upb_MiniTableEnum google_protobuf_FieldOptions_OptionTargetType_enum_init = {
1297
+ const upb_MiniTableEnum google__protobuf__FieldOptions__OptionTargetType_enum_init = {
1298
1298
  64,
1299
1299
  0,
1300
1300
  {
@@ -1303,7 +1303,7 @@ const upb_MiniTableEnum google_protobuf_FieldOptions_OptionTargetType_enum_init
1303
1303
  },
1304
1304
  };
1305
1305
 
1306
- const upb_MiniTableEnum google_protobuf_FileOptions_OptimizeMode_enum_init = {
1306
+ const upb_MiniTableEnum google__protobuf__FileOptions__OptimizeMode_enum_init = {
1307
1307
  64,
1308
1308
  0,
1309
1309
  {
@@ -1312,7 +1312,7 @@ const upb_MiniTableEnum google_protobuf_FileOptions_OptimizeMode_enum_init = {
1312
1312
  },
1313
1313
  };
1314
1314
 
1315
- const upb_MiniTableEnum google_protobuf_GeneratedCodeInfo_Annotation_Semantic_enum_init = {
1315
+ const upb_MiniTableEnum google__protobuf__GeneratedCodeInfo__Annotation__Semantic_enum_init = {
1316
1316
  64,
1317
1317
  0,
1318
1318
  {
@@ -1321,7 +1321,7 @@ const upb_MiniTableEnum google_protobuf_GeneratedCodeInfo_Annotation_Semantic_en
1321
1321
  },
1322
1322
  };
1323
1323
 
1324
- const upb_MiniTableEnum google_protobuf_MethodOptions_IdempotencyLevel_enum_init = {
1324
+ const upb_MiniTableEnum google__protobuf__MethodOptions__IdempotencyLevel_enum_init = {
1325
1325
  64,
1326
1326
  0,
1327
1327
  {
@@ -1367,23 +1367,23 @@ static const upb_MiniTable *messages_layout[33] = {
1367
1367
  };
1368
1368
 
1369
1369
  static const upb_MiniTableEnum *enums_layout[17] = {
1370
- &google_protobuf_Edition_enum_init,
1371
- &google_protobuf_ExtensionRangeOptions_VerificationState_enum_init,
1372
- &google_protobuf_FeatureSet_EnumType_enum_init,
1373
- &google_protobuf_FeatureSet_FieldPresence_enum_init,
1374
- &google_protobuf_FeatureSet_JsonFormat_enum_init,
1375
- &google_protobuf_FeatureSet_MessageEncoding_enum_init,
1376
- &google_protobuf_FeatureSet_RepeatedFieldEncoding_enum_init,
1377
- &google_protobuf_FeatureSet_Utf8Validation_enum_init,
1378
- &google_protobuf_FieldDescriptorProto_Label_enum_init,
1379
- &google_protobuf_FieldDescriptorProto_Type_enum_init,
1380
- &google_protobuf_FieldOptions_CType_enum_init,
1381
- &google_protobuf_FieldOptions_JSType_enum_init,
1382
- &google_protobuf_FieldOptions_OptionRetention_enum_init,
1383
- &google_protobuf_FieldOptions_OptionTargetType_enum_init,
1384
- &google_protobuf_FileOptions_OptimizeMode_enum_init,
1385
- &google_protobuf_GeneratedCodeInfo_Annotation_Semantic_enum_init,
1386
- &google_protobuf_MethodOptions_IdempotencyLevel_enum_init,
1370
+ &google__protobuf__Edition_enum_init,
1371
+ &google__protobuf__ExtensionRangeOptions__VerificationState_enum_init,
1372
+ &google__protobuf__FeatureSet__EnumType_enum_init,
1373
+ &google__protobuf__FeatureSet__FieldPresence_enum_init,
1374
+ &google__protobuf__FeatureSet__JsonFormat_enum_init,
1375
+ &google__protobuf__FeatureSet__MessageEncoding_enum_init,
1376
+ &google__protobuf__FeatureSet__RepeatedFieldEncoding_enum_init,
1377
+ &google__protobuf__FeatureSet__Utf8Validation_enum_init,
1378
+ &google__protobuf__FieldDescriptorProto__Label_enum_init,
1379
+ &google__protobuf__FieldDescriptorProto__Type_enum_init,
1380
+ &google__protobuf__FieldOptions__CType_enum_init,
1381
+ &google__protobuf__FieldOptions__JSType_enum_init,
1382
+ &google__protobuf__FieldOptions__OptionRetention_enum_init,
1383
+ &google__protobuf__FieldOptions__OptionTargetType_enum_init,
1384
+ &google__protobuf__FileOptions__OptimizeMode_enum_init,
1385
+ &google__protobuf__GeneratedCodeInfo__Annotation__Semantic_enum_init,
1386
+ &google__protobuf__MethodOptions__IdempotencyLevel_enum_init,
1387
1387
  };
1388
1388
 
1389
1389
  const upb_MiniTableFile google_protobuf_descriptor_proto_upb_file_layout = {