grpc 1.62.3 → 1.63.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Makefile +415 -1962
- data/include/grpc/byte_buffer.h +1 -2
- data/include/grpc/census.h +1 -2
- data/include/grpc/compression.h +1 -2
- data/include/grpc/event_engine/endpoint_config.h +2 -2
- data/include/grpc/event_engine/event_engine.h +4 -2
- data/include/grpc/event_engine/extensible.h +2 -2
- data/include/grpc/event_engine/internal/memory_allocator_impl.h +1 -2
- data/include/grpc/event_engine/memory_allocator.h +1 -2
- data/include/grpc/event_engine/memory_request.h +2 -2
- data/include/grpc/event_engine/slice.h +1 -2
- data/include/grpc/event_engine/slice_buffer.h +1 -2
- data/include/grpc/grpc.h +1 -8
- data/include/grpc/grpc_audit_logging.h +1 -2
- data/include/grpc/grpc_crl_provider.h +2 -2
- data/include/grpc/grpc_cronet.h +1 -2
- data/include/grpc/grpc_posix.h +1 -2
- data/include/grpc/grpc_security.h +1 -2
- data/include/grpc/impl/call.h +1 -2
- data/include/grpc/impl/channel_arg_names.h +4 -0
- data/include/grpc/impl/grpc_types.h +1 -2
- data/include/grpc/impl/slice_type.h +2 -2
- data/include/grpc/module.modulemap +1 -0
- data/include/grpc/slice.h +1 -2
- data/include/grpc/slice_buffer.h +1 -2
- data/include/grpc/support/alloc.h +2 -2
- data/include/grpc/support/json.h +2 -2
- data/include/grpc/support/log.h +2 -2
- data/include/grpc/support/metrics.h +51 -0
- data/include/grpc/support/string_util.h +0 -1
- data/include/grpc/support/sync.h +0 -1
- data/include/grpc/support/sync_abseil.h +0 -1
- data/include/grpc/support/sync_custom.h +0 -1
- data/include/grpc/support/sync_generic.h +1 -2
- data/include/grpc/support/sync_posix.h +1 -2
- data/include/grpc/support/time.h +2 -2
- data/src/core/client_channel/client_channel_channelz.h +1 -1
- data/src/core/client_channel/client_channel_filter.cc +48 -38
- data/src/core/client_channel/client_channel_filter.h +6 -14
- data/src/core/client_channel/client_channel_internal.h +1 -1
- data/src/core/client_channel/client_channel_service_config.h +4 -3
- data/src/core/client_channel/config_selector.h +1 -1
- data/src/core/client_channel/dynamic_filters.h +1 -1
- data/src/core/client_channel/http_proxy_mapper.cc +3 -4
- data/src/core/client_channel/http_proxy_mapper.h +1 -1
- data/src/core/client_channel/retry_filter.h +1 -1
- data/src/core/client_channel/retry_filter_legacy_call_data.cc +1 -1
- data/src/core/client_channel/retry_filter_legacy_call_data.h +9 -9
- data/src/core/client_channel/retry_service_config.h +3 -3
- data/src/core/client_channel/retry_throttle.h +3 -2
- data/src/core/client_channel/subchannel.cc +2 -2
- data/src/core/client_channel/subchannel.h +7 -7
- data/src/core/client_channel/subchannel_pool_interface.h +1 -1
- data/src/core/client_channel/subchannel_stream_client.cc +1 -5
- data/src/core/client_channel/subchannel_stream_client.h +2 -2
- data/src/core/ext/filters/backend_metrics/backend_metric_filter.cc +3 -49
- data/src/core/ext/filters/backend_metrics/backend_metric_filter.h +0 -12
- data/src/core/ext/filters/channel_idle/legacy_channel_idle_filter.cc +4 -10
- data/src/core/ext/filters/http/http_filters_plugin.cc +15 -35
- data/src/core/ext/filters/http/message_compress/compression_filter.cc +8 -7
- data/src/core/ext/filters/http/message_compress/compression_filter.h +2 -1
- data/src/core/ext/filters/http/server/http_server_filter.cc +1 -1
- data/src/core/ext/filters/message_size/message_size_filter.cc +15 -10
- data/src/core/ext/filters/rbac/rbac_filter.cc +4 -11
- data/src/core/ext/filters/rbac/rbac_service_config_parser.cc +2 -2
- data/src/core/ext/filters/server_config_selector/server_config_selector_filter.cc +1 -0
- data/src/core/ext/transport/chttp2/client/chttp2_connector.cc +4 -9
- data/src/core/ext/transport/chttp2/server/chttp2_server.cc +38 -1
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.cc +27 -75
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.h +23 -4
- data/src/core/ext/transport/chttp2/transport/context_list_entry.h +13 -10
- data/src/core/ext/transport/chttp2/transport/hpack_parser.cc +28 -85
- data/src/core/ext/transport/chttp2/transport/hpack_parser.h +0 -4
- data/src/core/ext/transport/chttp2/transport/internal.h +4 -2
- data/src/core/ext/transport/chttp2/transport/parsing.cc +5 -10
- data/src/core/ext/transport/chttp2/transport/writing.cc +34 -31
- data/src/core/ext/transport/inproc/inproc_transport.cc +6 -4
- data/src/core/ext/transport/inproc/legacy_inproc_transport.cc +9 -8
- data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb.h +243 -230
- data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.c +42 -48
- data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb.h +289 -265
- data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb_minitable.c +62 -70
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb.h +238 -226
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb_minitable.c +42 -50
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb.h +937 -882
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb_minitable.c +182 -208
- data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb.h +77 -76
- data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb_minitable.c +9 -9
- data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb.h +86 -84
- data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb_minitable.c +13 -13
- data/src/core/ext/upb-gen/envoy/admin/v3/memory.upb.h +49 -42
- data/src/core/ext/upb-gen/envoy/admin/v3/memory.upb_minitable.c +13 -13
- data/src/core/ext/upb-gen/envoy/admin/v3/metrics.upb.h +28 -24
- data/src/core/ext/upb-gen/envoy/admin/v3/metrics.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/admin/v3/mutex_stats.upb.h +28 -24
- data/src/core/ext/upb-gen/envoy/admin/v3/mutex_stats.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb.h +357 -318
- data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb_minitable.c +86 -86
- data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb.h +23 -20
- data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb_minitable.c +5 -7
- data/src/core/ext/upb-gen/envoy/annotations/deprecation.upb.h +40 -32
- data/src/core/ext/upb-gen/envoy/annotations/deprecation.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/annotations/resource.upb.h +24 -20
- data/src/core/ext/upb-gen/envoy/annotations/resource.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb.h +517 -473
- data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb_minitable.c +105 -125
- data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb.h +1207 -1108
- data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb_minitable.c +261 -289
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb.h +163 -152
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb_minitable.c +29 -43
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb.h +1265 -1137
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb_minitable.c +276 -346
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb.h +32 -28
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb_minitable.c +7 -9
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb.h +212 -188
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb_minitable.c +53 -69
- data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb.h +564 -508
- data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb_minitable.c +123 -131
- data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb.h +340 -309
- data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb_minitable.c +69 -83
- data/src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb.h +25 -22
- data/src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb_minitable.c +5 -11
- data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb.h +786 -688
- data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb_minitable.c +171 -189
- data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb.h +367 -343
- data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb_minitable.c +72 -80
- data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb.h +19 -16
- data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb.h +23 -20
- data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb_minitable.c +5 -7
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb.h +77 -76
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb_minitable.c +9 -9
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb.h +539 -471
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb_minitable.c +125 -141
- data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb.h +672 -632
- data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb_minitable.c +137 -137
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb.h +44 -43
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb.h +35 -30
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb.h +713 -637
- data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb_minitable.c +166 -208
- data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb.h +65 -61
- data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb_minitable.c +10 -12
- data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb.h +65 -61
- data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb_minitable.c +11 -13
- data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb.h +91 -83
- data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb_minitable.c +17 -17
- data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb.h +102 -93
- data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb_minitable.c +22 -22
- data/src/core/ext/upb-gen/envoy/config/core/v3/udp_socket_config.upb.h +25 -22
- data/src/core/ext/upb-gen/envoy/config/core/v3/udp_socket_config.upb_minitable.c +5 -11
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb.h +162 -145
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb_minitable.c +32 -40
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb.h +314 -287
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb_minitable.c +70 -74
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb.h +330 -309
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb_minitable.c +66 -66
- data/src/core/ext/upb-gen/envoy/config/listener/v3/api_listener.upb.h +16 -14
- data/src/core/ext/upb-gen/envoy/config/listener/v3/api_listener.upb_minitable.c +3 -7
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb.h +516 -478
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb_minitable.c +110 -120
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb.h +495 -468
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb_minitable.c +89 -101
- data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb.h +88 -78
- data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb_minitable.c +19 -37
- data/src/core/ext/upb-gen/envoy/config/listener/v3/udp_listener_config.upb.h +41 -36
- data/src/core/ext/upb-gen/envoy/config/listener/v3/udp_listener_config.upb_minitable.c +8 -26
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb.h +46 -40
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb_minitable.c +13 -13
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb.h +307 -279
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb_minitable.c +60 -64
- data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb.h +382 -358
- data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb_minitable.c +70 -70
- data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb.h +540 -490
- data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb_minitable.c +122 -136
- data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb.h +339 -327
- data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb_minitable.c +48 -70
- data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb.h +3407 -3145
- data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb_minitable.c +700 -752
- data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb.h +100 -91
- data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb_minitable.c +20 -20
- data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb.h +472 -430
- data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb_minitable.c +102 -116
- data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb.h +28 -24
- data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb.h +23 -20
- data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb_minitable.c +5 -7
- data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb.h +42 -36
- data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb_minitable.c +9 -13
- data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb.h +58 -55
- data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb_minitable.c +9 -13
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opencensus.upb.h +146 -136
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opencensus.upb_minitable.c +30 -30
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb.h +69 -65
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb_minitable.c +15 -15
- data/src/core/ext/upb-gen/envoy/config/trace/v3/service.upb.h +16 -14
- data/src/core/ext/upb-gen/envoy/config/trace/v3/service.upb_minitable.c +3 -7
- data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb.h +67 -58
- data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb_minitable.c +14 -24
- data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb.h +64 -56
- data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb_minitable.c +14 -20
- data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb.h +58 -50
- data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb_minitable.c +16 -16
- data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb.h +986 -832
- data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb_minitable.c +269 -281
- data/src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb.h +35 -35
- data/src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb_minitable.c +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb.h +102 -88
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb_minitable.c +25 -25
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb.h +224 -204
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb_minitable.c +46 -62
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb.h +66 -58
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb_minitable.c +14 -24
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb.h +160 -153
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb_minitable.c +28 -30
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb.h +51 -44
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb_minitable.c +12 -12
- data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.h +1349 -1230
- data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb_minitable.c +293 -309
- data/src/core/ext/upb-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb.h +16 -14
- data/src/core/ext/upb-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb_minitable.c +3 -7
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb.h +61 -54
- 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 +13 -23
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb.h +124 -108
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb_minitable.c +29 -37
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.upb.h +14 -12
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.upb_minitable.c +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb.h +66 -58
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb_minitable.c +20 -20
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb.h +16 -14
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb_minitable.c +3 -7
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb.h +518 -493
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb_minitable.c +82 -108
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb.h +92 -80
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb_minitable.c +23 -29
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb.h +497 -457
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb_minitable.c +110 -124
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb.h +58 -55
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb_minitable.c +9 -11
- data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb.h +206 -185
- data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb_minitable.c +48 -64
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/ads.upb.h +7 -6
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/ads.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb.h +766 -710
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb_minitable.c +140 -150
- data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb.h +102 -98
- data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb_minitable.c +17 -17
- data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb.h +310 -288
- data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb_minitable.c +67 -67
- data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb.h +30 -26
- data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb.h +77 -71
- data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb_minitable.c +13 -13
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb.h +26 -22
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/http_inputs.upb.h +70 -60
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/http_inputs.upb_minitable.c +15 -15
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb.h +77 -71
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb_minitable.c +14 -14
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb.h +44 -43
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb.h +28 -24
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb.h +19 -16
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb.h +65 -56
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb_minitable.c +15 -19
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/status_code_input.upb.h +14 -12
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/status_code_input.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb.h +97 -89
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb_minitable.c +18 -18
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb.h +63 -59
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb.h +134 -121
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb_minitable.c +29 -29
- data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb.h +135 -121
- data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb_minitable.c +26 -26
- data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb.h +141 -122
- data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb_minitable.c +37 -37
- data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb.h +49 -42
- data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb_minitable.c +11 -11
- data/src/core/ext/upb-gen/envoy/type/v3/http_status.upb.h +14 -12
- data/src/core/ext/upb-gen/envoy/type/v3/http_status.upb_minitable.c +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/percent.upb.h +35 -30
- data/src/core/ext/upb-gen/envoy/type/v3/percent.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/type/v3/range.upb.h +63 -54
- data/src/core/ext/upb-gen/envoy/type/v3/range.upb_minitable.c +15 -15
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb.h +58 -50
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb_minitable.c +14 -14
- data/src/core/ext/upb-gen/envoy/type/v3/semantic_version.upb.h +28 -24
- data/src/core/ext/upb-gen/envoy/type/v3/semantic_version.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb.h +32 -28
- data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb_minitable.c +7 -9
- data/src/core/ext/upb-gen/google/api/annotations.upb.h +10 -8
- data/src/core/ext/upb-gen/google/api/annotations.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb.h +581 -524
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb_minitable.c +118 -146
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb.h +616 -544
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb_minitable.c +136 -152
- data/src/core/ext/upb-gen/google/api/http.upb.h +176 -162
- data/src/core/ext/upb-gen/google/api/http.upb_minitable.c +34 -34
- data/src/core/ext/upb-gen/google/api/httpbody.upb.h +49 -47
- data/src/core/ext/upb-gen/google/api/httpbody.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/google/protobuf/any.upb.h +21 -18
- data/src/core/ext/upb-gen/google/protobuf/any.upb_minitable.c +5 -5
- data/src/core/ext/upb-gen/google/protobuf/descriptor.upb.h +2456 -2358
- data/src/core/ext/upb-gen/google/protobuf/descriptor.upb_minitable.c +367 -486
- data/src/core/ext/upb-gen/google/protobuf/duration.upb.h +21 -18
- data/src/core/ext/upb-gen/google/protobuf/duration.upb_minitable.c +5 -5
- data/src/core/ext/upb-gen/google/protobuf/empty.upb.h +7 -6
- data/src/core/ext/upb-gen/google/protobuf/empty.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/google/protobuf/struct.upb.h +134 -116
- data/src/core/ext/upb-gen/google/protobuf/struct.upb_minitable.c +27 -29
- data/src/core/ext/upb-gen/google/protobuf/timestamp.upb.h +21 -18
- data/src/core/ext/upb-gen/google/protobuf/timestamp.upb_minitable.c +5 -5
- data/src/core/ext/upb-gen/google/protobuf/wrappers.upb.h +126 -108
- data/src/core/ext/upb-gen/google/protobuf/wrappers.upb_minitable.c +27 -27
- data/src/core/ext/upb-gen/google/rpc/status.upb.h +49 -47
- data/src/core/ext/upb-gen/google/rpc/status.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/opencensus/proto/trace/v1/trace_config.upb.h +107 -92
- data/src/core/ext/upb-gen/opencensus/proto/trace/v1/trace_config.upb_minitable.c +27 -27
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb.h +77 -61
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb_minitable.c +21 -21
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb.h +577 -518
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb_minitable.c +121 -127
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb.h +46 -40
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb_minitable.c +10 -16
- data/src/core/ext/upb-gen/src/proto/grpc/health/v1/health.upb.h +28 -24
- data/src/core/ext/upb-gen/src/proto/grpc/health/v1/health.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb.h +265 -238
- data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb_minitable.c +57 -63
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb.h +96 -82
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb_minitable.c +19 -19
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb.h +496 -466
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb_minitable.c +81 -85
- data/src/core/ext/upb-gen/udpa/annotations/migrate.upb.h +99 -82
- data/src/core/ext/upb-gen/udpa/annotations/migrate.upb_minitable.c +16 -16
- data/src/core/ext/upb-gen/udpa/annotations/security.upb.h +31 -26
- data/src/core/ext/upb-gen/udpa/annotations/security.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/udpa/annotations/sensitive.upb.h +10 -8
- data/src/core/ext/upb-gen/udpa/annotations/sensitive.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/udpa/annotations/status.upb.h +31 -26
- data/src/core/ext/upb-gen/udpa/annotations/status.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/udpa/annotations/versioning.upb.h +24 -20
- data/src/core/ext/upb-gen/udpa/annotations/versioning.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/validate/validate.upb.h +2620 -2458
- data/src/core/ext/upb-gen/validate/validate.upb_minitable.c +363 -507
- data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb.h +99 -82
- data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb_minitable.c +16 -16
- data/src/core/ext/upb-gen/xds/annotations/v3/security.upb.h +31 -26
- data/src/core/ext/upb-gen/xds/annotations/v3/security.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/xds/annotations/v3/sensitive.upb.h +10 -8
- data/src/core/ext/upb-gen/xds/annotations/v3/sensitive.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/xds/annotations/v3/status.upb.h +93 -78
- data/src/core/ext/upb-gen/xds/annotations/v3/status.upb_minitable.c +17 -17
- data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb.h +24 -20
- data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/xds/core/v3/authority.upb.h +14 -12
- data/src/core/ext/upb-gen/xds/core/v3/authority.upb_minitable.c +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/cidr.upb.h +23 -20
- data/src/core/ext/upb-gen/xds/core/v3/cidr.upb_minitable.c +5 -7
- data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb.h +58 -50
- data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb_minitable.c +15 -15
- data/src/core/ext/upb-gen/xds/core/v3/context_params.upb.h +33 -23
- data/src/core/ext/upb-gen/xds/core/v3/context_params.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/xds/core/v3/extension.upb.h +23 -20
- data/src/core/ext/upb-gen/xds/core/v3/extension.upb_minitable.c +5 -7
- data/src/core/ext/upb-gen/xds/core/v3/resource.upb.h +32 -28
- data/src/core/ext/upb-gen/xds/core/v3/resource.upb_minitable.c +9 -9
- data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb.h +103 -93
- data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb_minitable.c +21 -21
- data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb.h +37 -32
- data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb_minitable.c +9 -13
- data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb.h +127 -93
- data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb_minitable.c +34 -34
- data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb.h +44 -43
- data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb.h +23 -20
- data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb.h +79 -78
- data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb_minitable.c +9 -11
- data/src/core/ext/upb-gen/xds/type/matcher/v3/http_inputs.upb.h +7 -6
- data/src/core/ext/upb-gen/xds/type/matcher/v3/http_inputs.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb.h +86 -84
- data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb_minitable.c +13 -13
- data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb.h +324 -285
- data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb_minitable.c +74 -82
- data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb.h +237 -234
- data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb_minitable.c +30 -36
- data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb.h +33 -28
- data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb.h +97 -89
- data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb_minitable.c +18 -18
- data/src/core/ext/upb-gen/xds/type/v3/cel.upb.h +53 -46
- data/src/core/ext/upb-gen/xds/type/v3/cel.upb_minitable.c +12 -18
- data/src/core/ext/upb-gen/xds/type/v3/range.upb.h +63 -54
- data/src/core/ext/upb-gen/xds/type/v3/range.upb_minitable.c +15 -15
- data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb.h +23 -20
- data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb_minitable.c +5 -7
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/certs.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/clusters.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/config_dump.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/config_dump_shared.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/init_dump.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/listeners.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/memory.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/metrics.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/mutex_stats.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/server_info.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/tap.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/annotations/deprecation.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/annotations/resource.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/accesslog/v3/accesslog.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/bootstrap/v3/bootstrap.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/circuit_breaker.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/cluster.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/filter.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/outlier_detection.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/common/matcher/v3/matcher.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/address.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/backoff.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/base.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/config_source.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/event_service_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/extension.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/grpc_method_list.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/grpc_service.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/health_check.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/http_service.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/http_uri.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/protocol.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/proxy_protocol.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/resolver.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/socket_option.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/substitution_format_string.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/udp_socket_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/endpoint.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/endpoint_components.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/load_report.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/api_listener.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/listener.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/listener_components.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/quic_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/udp_listener_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/metrics/v3/metrics_service.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/metrics/v3/stats.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/overload/v3/overload.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/rbac/v3/rbac.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/route/v3/route.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/route/v3/route_components.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/route/v3/scoped_route.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/tap/v3/common.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/datadog.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/dynamic_ot.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/http_tracer.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/lightstep.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/opencensus.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/opentelemetry.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/service.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/skywalking.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/trace.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/xray.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/zipkin.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/data/accesslog/v3/accesslog.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/clusters/aggregate/v3/cluster.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/common/fault/v3/fault.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/fault/v3/fault.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/rbac/v3/rbac.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/router/v3/router.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/cert.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/common.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/secret.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/tls.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/service/discovery/v3/ads.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/service/discovery/v3/discovery.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/service/load_stats/v3/lrs.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/service/status/v3/csds.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/http/v3/cookie.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/http/v3/path_transformation.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/filter_state.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/http_inputs.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/metadata.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/node.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/number.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/path.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/regex.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/status_code_input.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/string.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/struct.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/value.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/metadata/v3/metadata.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/tracing/v3/custom_tag.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/hash_policy.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/http.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/http_status.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/percent.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/range.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/ratelimit_strategy.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/ratelimit_unit.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/semantic_version.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/token_bucket.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/api/annotations.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/api/expr/v1alpha1/checked.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/api/expr/v1alpha1/syntax.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/api/http.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/api/httpbody.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/any.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/descriptor.upbdefs.c +385 -384
- data/src/core/ext/upbdefs-gen/google/protobuf/descriptor.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/duration.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/empty.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/struct.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/timestamp.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/wrappers.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/rpc/status.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/opencensus/proto/trace/v1/trace_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/src/proto/grpc/lookup/v1/rls_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/udpa/annotations/migrate.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/udpa/annotations/security.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/udpa/annotations/sensitive.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/udpa/annotations/status.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/udpa/annotations/versioning.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/validate/validate.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/migrate.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/security.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/sensitive.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/status.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/versioning.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/authority.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/cidr.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/collection_entry.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/context_params.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/extension.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/resource.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/resource_locator.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/resource_name.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/cel.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/domain.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/http_inputs.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/ip.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/matcher.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/range.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/regex.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/string.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/v3/cel.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/v3/range.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/v3/typed_struct.upbdefs.h +2 -5
- data/src/core/ext/xds/certificate_provider_store.h +3 -2
- data/src/core/ext/xds/file_watcher_certificate_provider_factory.h +2 -2
- data/src/core/ext/xds/xds_api.h +1 -1
- data/src/core/ext/xds/xds_audit_logger_registry.cc +2 -1
- data/src/core/ext/xds/xds_audit_logger_registry.h +1 -1
- data/src/core/ext/xds/xds_bootstrap.h +2 -4
- data/src/core/ext/xds/xds_bootstrap_grpc.cc +38 -6
- data/src/core/ext/xds/xds_bootstrap_grpc.h +22 -7
- data/src/core/ext/xds/xds_certificate_provider.cc +2 -2
- data/src/core/ext/xds/xds_certificate_provider.h +1 -1
- data/src/core/ext/xds/xds_channel_stack_modifier.h +2 -1
- data/src/core/ext/xds/xds_client.cc +283 -103
- data/src/core/ext/xds/xds_client.h +41 -8
- data/src/core/ext/xds/xds_client_grpc.cc +184 -55
- data/src/core/ext/xds/xds_client_grpc.h +22 -8
- data/src/core/ext/xds/xds_client_stats.cc +2 -2
- data/src/core/ext/xds/xds_client_stats.h +14 -7
- data/src/core/ext/xds/xds_cluster.cc +9 -9
- data/src/core/ext/xds/xds_cluster.h +5 -2
- data/src/core/ext/xds/xds_cluster_specifier_plugin.h +2 -2
- data/src/core/ext/xds/xds_endpoint.cc +3 -2
- data/src/core/ext/xds/xds_endpoint.h +2 -2
- data/src/core/ext/xds/xds_health_status.h +2 -2
- data/src/core/ext/xds/xds_http_fault_filter.h +1 -1
- data/src/core/ext/xds/xds_http_filters.h +2 -2
- data/src/core/ext/xds/xds_http_rbac_filter.h +1 -1
- data/src/core/ext/xds/xds_http_stateful_session_filter.h +1 -1
- data/src/core/ext/xds/xds_lb_policy_registry.cc +5 -5
- data/src/core/ext/xds/xds_lb_policy_registry.h +1 -1
- data/src/core/ext/xds/xds_listener.h +1 -1
- data/src/core/ext/xds/xds_metrics.h +39 -0
- data/src/core/ext/xds/xds_route_config.h +1 -1
- data/src/core/ext/xds/xds_routing.h +1 -1
- data/src/core/ext/xds/xds_server_config_fetcher.cc +20 -19
- data/src/core/ext/xds/xds_transport_grpc.cc +17 -32
- data/src/core/ext/xds/xds_transport_grpc.h +6 -6
- data/src/core/lib/address_utils/parse_address.cc +8 -1
- data/src/core/lib/address_utils/sockaddr_utils.cc +8 -1
- data/src/core/lib/channel/call_finalization.h +1 -1
- data/src/core/lib/channel/call_tracer.cc +3 -4
- data/src/core/lib/channel/call_tracer.h +14 -12
- data/src/core/lib/channel/channel_stack.cc +9 -0
- data/src/core/lib/channel/channel_stack.h +5 -0
- data/src/core/lib/channel/channel_stack_builder_impl.cc +140 -0
- data/src/core/lib/channel/channelz.h +9 -6
- data/src/core/lib/channel/channelz_registry.h +1 -1
- data/src/core/lib/channel/connected_channel.cc +5 -8
- data/src/core/lib/channel/metrics.cc +396 -0
- data/src/core/lib/channel/metrics.h +406 -0
- data/src/core/lib/channel/promise_based_filter.h +63 -7
- data/src/core/lib/channel/server_call_tracer_filter.cc +2 -0
- data/src/core/lib/{surface/builtins.h → channel/server_call_tracer_filter.h} +7 -5
- data/src/core/lib/channel/tcp_tracer.h +4 -0
- data/src/core/lib/compression/compression_internal.cc +33 -0
- data/src/core/lib/compression/compression_internal.h +3 -0
- data/src/core/lib/config/config_vars.cc +6 -4
- data/src/core/lib/config/config_vars.h +4 -0
- data/src/core/lib/debug/stats_data.cc +269 -26
- data/src/core/lib/debug/stats_data.h +176 -0
- data/src/core/lib/event_engine/default_event_engine.h +0 -6
- data/src/core/lib/event_engine/event_engine_context.h +31 -0
- data/src/core/lib/event_engine/extensions/chaotic_good_extension.h +65 -0
- data/src/core/lib/event_engine/posix.h +8 -0
- data/src/core/lib/event_engine/posix_engine/posix_engine_listener.cc +1 -1
- data/src/core/lib/event_engine/posix_engine/posix_engine_listener_utils.cc +1 -0
- data/src/core/lib/event_engine/posix_engine/tcp_socket_utils.cc +7 -0
- data/src/core/lib/event_engine/tcp_socket_utils.cc +8 -1
- data/src/core/lib/event_engine/tcp_socket_utils.h +2 -2
- data/src/core/lib/event_engine/windows/win_socket.cc +4 -0
- data/src/core/lib/event_engine/windows/win_socket.h +3 -0
- data/src/core/lib/event_engine/windows/windows_engine.cc +41 -8
- data/src/core/lib/event_engine/windows/windows_listener.cc +54 -6
- data/src/core/lib/event_engine/windows/windows_listener.h +14 -0
- data/src/core/lib/experiments/config.cc +63 -45
- data/src/core/lib/experiments/experiments.cc +19 -238
- data/src/core/lib/experiments/experiments.h +4 -119
- data/src/core/lib/gpr/android/log.cc +1 -1
- data/src/core/lib/gpr/linux/log.cc +1 -1
- data/src/core/lib/gpr/log.cc +26 -0
- data/src/core/lib/gpr/posix/log.cc +1 -1
- data/src/core/lib/gpr/posix/time.cc +0 -60
- data/src/core/lib/gpr/windows/log.cc +1 -1
- data/src/core/lib/gprpp/down_cast.h +4 -4
- data/src/core/lib/gprpp/dual_ref_counted.h +17 -9
- data/src/core/lib/gprpp/load_file.cc +3 -1
- data/src/core/lib/gprpp/orphanable.h +5 -2
- data/src/core/lib/gprpp/ref_counted.h +5 -2
- data/src/core/lib/gprpp/ref_counted_ptr.h +2 -1
- data/src/core/lib/gprpp/time.h +6 -0
- data/src/core/lib/gprpp/uuid_v4.cc +37 -0
- data/src/core/lib/gprpp/uuid_v4.h +36 -0
- data/src/core/lib/iomgr/port.h +3 -0
- data/src/core/lib/iomgr/tcp_client_windows.cc +24 -5
- data/src/core/lib/iomgr/tcp_posix.cc +47 -0
- data/src/core/lib/iomgr/tcp_server_posix.cc +101 -87
- data/src/core/lib/iomgr/tcp_server_windows.cc +60 -9
- data/src/core/lib/iomgr/unix_sockets_posix.cc +13 -0
- data/src/core/lib/promise/activity.h +1 -0
- data/src/core/lib/promise/context.h +2 -2
- data/src/core/lib/promise/party.cc +33 -3
- data/src/core/lib/promise/party.h +12 -14
- data/src/core/lib/promise/sleep.cc +1 -1
- data/src/core/lib/promise/status_flag.h +8 -0
- data/src/core/lib/resource_quota/arena.h +3 -0
- data/src/core/lib/resource_quota/connection_quota.cc +71 -0
- data/src/core/lib/resource_quota/connection_quota.h +61 -0
- data/src/core/lib/security/authorization/evaluate_args.cc +6 -5
- data/src/core/lib/security/authorization/evaluate_args.h +3 -3
- data/src/core/lib/security/authorization/grpc_server_authz_filter.cc +4 -7
- data/src/core/lib/security/authorization/grpc_server_authz_filter.h +1 -2
- data/src/core/lib/security/credentials/jwt/json_token.cc +8 -4
- data/src/core/lib/security/credentials/jwt/jwt_verifier.cc +11 -16
- data/src/core/lib/security/credentials/tls/grpc_tls_crl_provider.cc +17 -10
- data/src/core/lib/security/credentials/tls/grpc_tls_crl_provider.h +7 -3
- data/src/core/lib/security/security_connector/load_system_roots.h +3 -0
- data/src/core/lib/security/security_connector/load_system_roots_fallback.cc +3 -2
- data/src/core/lib/security/security_connector/load_system_roots_windows.cc +87 -0
- data/src/core/lib/security/transport/auth_filters.h +0 -25
- data/src/core/lib/security/transport/security_handshaker.cc +18 -9
- data/src/core/lib/security/transport/security_handshaker.h +4 -2
- data/src/core/lib/slice/slice.cc +31 -5
- data/src/core/lib/slice/slice_buffer.cc +49 -11
- data/src/core/lib/slice/slice_buffer.h +14 -1
- data/src/core/lib/slice/slice_internal.h +7 -0
- data/src/core/lib/surface/call.cc +50 -55
- data/src/core/lib/surface/call.h +3 -3
- data/src/core/lib/surface/call_trace.h +0 -6
- data/src/core/lib/surface/channel.cc +104 -315
- data/src/core/lib/surface/channel.h +88 -107
- data/src/core/lib/surface/channel_create.cc +109 -0
- data/src/core/lib/surface/{builtins.cc → channel_create.h} +20 -15
- data/src/core/lib/surface/channel_init.cc +7 -6
- data/src/core/lib/surface/channel_init.h +18 -2
- data/src/core/lib/surface/init.cc +9 -14
- data/src/core/lib/surface/lame_client.cc +3 -28
- data/src/core/lib/surface/lame_client.h +7 -2
- data/src/core/lib/surface/legacy_channel.cc +414 -0
- data/src/core/lib/surface/legacy_channel.h +124 -0
- data/src/core/lib/surface/server.cc +20 -35
- data/src/core/lib/surface/server.h +10 -6
- data/src/core/lib/surface/server_interface.h +43 -0
- data/src/core/lib/surface/version.cc +2 -2
- data/src/core/lib/transport/batch_builder.cc +7 -16
- data/src/core/lib/transport/batch_builder.h +4 -6
- data/src/core/lib/transport/call_filters.cc +119 -19
- data/src/core/lib/transport/call_filters.h +339 -40
- data/src/core/lib/transport/call_spine.h +8 -3
- data/src/core/lib/transport/endpoint_info_handshaker.cc +80 -0
- data/src/core/lib/transport/endpoint_info_handshaker.h +37 -0
- data/src/core/lib/transport/handshaker_factory.h +1 -2
- data/src/core/lib/transport/metadata.cc +1 -1
- data/src/core/lib/transport/metadata_batch.cc +66 -5
- data/src/core/lib/transport/metadata_batch.h +12 -16
- data/src/core/lib/transport/metadata_info.cc +55 -0
- data/src/core/lib/transport/metadata_info.h +85 -0
- data/src/core/lib/transport/transport_op_string.cc +0 -8
- data/src/core/load_balancing/address_filtering.cc +1 -1
- data/src/core/load_balancing/address_filtering.h +1 -1
- data/src/core/{client_channel/backend_metric.cc → load_balancing/backend_metric_parser.cc} +1 -1
- data/src/core/{client_channel/backend_metric.h → load_balancing/backend_metric_parser.h} +3 -3
- data/src/core/load_balancing/child_policy_handler.cc +1 -1
- data/src/core/load_balancing/delegating_helper.h +8 -0
- data/src/core/load_balancing/endpoint_list.cc +1 -1
- data/src/core/load_balancing/grpclb/client_load_reporting_filter.h +3 -1
- data/src/core/load_balancing/grpclb/grpclb.cc +39 -44
- data/src/core/load_balancing/grpclb/grpclb_client_stats.h +1 -1
- data/src/core/load_balancing/health_check_client.cc +6 -6
- data/src/core/load_balancing/health_check_client_internal.h +4 -5
- data/src/core/load_balancing/lb_policy.h +13 -4
- data/src/core/load_balancing/lb_policy_registry.h +2 -2
- data/src/core/load_balancing/oob_backend_metric.cc +6 -6
- data/src/core/load_balancing/oob_backend_metric.h +1 -1
- data/src/core/load_balancing/oob_backend_metric_internal.h +6 -6
- data/src/core/load_balancing/outlier_detection/outlier_detection.cc +29 -29
- data/src/core/load_balancing/pick_first/pick_first.cc +70 -148
- data/src/core/load_balancing/priority/priority.cc +8 -7
- data/src/core/load_balancing/ring_hash/ring_hash.cc +8 -8
- data/src/core/load_balancing/ring_hash/ring_hash.h +1 -1
- data/src/core/load_balancing/rls/rls.cc +202 -79
- data/src/core/load_balancing/rls/rls.h +26 -0
- data/src/core/load_balancing/round_robin/round_robin.cc +7 -462
- data/src/core/load_balancing/subchannel_interface.h +3 -2
- data/src/core/load_balancing/weighted_round_robin/static_stride_scheduler.h +1 -1
- data/src/core/load_balancing/weighted_round_robin/weighted_round_robin.cc +169 -964
- data/src/core/load_balancing/weighted_target/weighted_target.cc +13 -10
- data/src/core/load_balancing/weighted_target/weighted_target.h +28 -0
- data/src/core/load_balancing/xds/cds.cc +8 -8
- data/src/core/load_balancing/xds/xds_cluster_impl.cc +101 -57
- data/src/core/load_balancing/xds/xds_cluster_manager.cc +6 -6
- data/src/core/load_balancing/xds/xds_override_host.cc +15 -15
- data/src/core/load_balancing/xds/xds_override_host.h +1 -1
- data/src/core/load_balancing/xds/xds_wrr_locality.cc +9 -8
- data/src/core/plugin_registry/grpc_plugin_registry.cc +20 -3
- data/src/core/plugin_registry/grpc_plugin_registry_extra.cc +0 -1
- data/src/core/resolver/binder/binder_resolver.cc +9 -2
- data/src/core/resolver/dns/c_ares/dns_resolver_ares.cc +8 -7
- data/src/core/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc +2 -2
- data/src/core/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc +3 -3
- data/src/core/resolver/dns/c_ares/grpc_ares_wrapper.cc +1 -1
- data/src/core/resolver/dns/event_engine/event_engine_client_channel_resolver.cc +2 -2
- data/src/core/resolver/dns/event_engine/event_engine_client_channel_resolver.h +3 -1
- data/src/core/resolver/dns/native/dns_resolver.cc +3 -3
- data/src/core/resolver/endpoint_addresses.h +4 -4
- data/src/core/resolver/fake/fake_resolver.cc +2 -2
- data/src/core/resolver/fake/fake_resolver.h +1 -1
- data/src/core/resolver/google_c2p/google_c2p_resolver.cc +9 -4
- data/src/core/resolver/resolver_registry.h +2 -2
- data/src/core/resolver/sockaddr/sockaddr_resolver.cc +6 -6
- data/src/core/resolver/xds/xds_dependency_manager.cc +14 -9
- data/src/core/resolver/xds/xds_dependency_manager.h +5 -5
- data/src/core/resolver/xds/xds_resolver.cc +17 -16
- data/src/core/resolver/xds/xds_resolver_attributes.h +1 -1
- data/src/core/{client_channel → service_config}/service_config_channel_arg_filter.cc +1 -1
- data/src/core/service_config/service_config_parser.h +1 -1
- data/src/core/tsi/alts/handshaker/alts_handshaker_client.cc +6 -4
- data/src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc +1 -0
- data/src/core/tsi/ssl/key_logging/ssl_key_logging.cc +1 -1
- data/src/core/tsi/ssl_transport_security.cc +198 -70
- data/src/core/tsi/ssl_transport_security_utils.cc +127 -0
- data/src/core/tsi/ssl_transport_security_utils.h +27 -0
- data/src/ruby/ext/grpc/extconf.rb +0 -3
- data/src/ruby/ext/grpc/rb_grpc.c +1 -0
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.c +0 -2
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.h +0 -3
- data/src/ruby/lib/grpc/generic/active_call.rb +8 -2
- data/src/ruby/lib/grpc/version.rb +1 -1
- data/src/ruby/spec/generic/rpc_server_spec.rb +25 -0
- data/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc +320 -0
- data/third_party/abseil-cpp/absl/debugging/internal/examine_stack.h +64 -0
- data/third_party/abseil-cpp/absl/log/absl_vlog_is_on.h +93 -0
- data/third_party/abseil-cpp/absl/log/globals.cc +178 -0
- data/third_party/abseil-cpp/absl/log/globals.h +218 -0
- data/third_party/abseil-cpp/absl/log/internal/append_truncated.h +47 -0
- data/third_party/abseil-cpp/absl/log/internal/conditions.cc +83 -0
- data/third_party/abseil-cpp/absl/log/internal/conditions.h +239 -0
- data/third_party/abseil-cpp/absl/log/internal/config.h +45 -0
- data/third_party/abseil-cpp/absl/log/internal/fnmatch.cc +73 -0
- data/third_party/abseil-cpp/absl/log/internal/fnmatch.h +35 -0
- data/third_party/abseil-cpp/absl/log/internal/globals.cc +145 -0
- data/third_party/abseil-cpp/absl/log/internal/globals.h +101 -0
- data/third_party/abseil-cpp/absl/log/internal/log_format.cc +205 -0
- data/third_party/abseil-cpp/absl/log/internal/log_format.h +78 -0
- data/third_party/abseil-cpp/absl/log/internal/log_impl.h +282 -0
- data/third_party/abseil-cpp/absl/log/internal/log_message.cc +633 -0
- data/third_party/abseil-cpp/absl/log/internal/log_message.h +375 -0
- data/third_party/abseil-cpp/absl/log/internal/log_sink_set.cc +296 -0
- data/third_party/abseil-cpp/absl/log/internal/log_sink_set.h +54 -0
- data/third_party/abseil-cpp/absl/log/internal/nullguard.cc +35 -0
- data/third_party/abseil-cpp/absl/log/internal/nullguard.h +88 -0
- data/third_party/abseil-cpp/absl/log/internal/nullstream.h +136 -0
- data/third_party/abseil-cpp/absl/log/internal/proto.cc +220 -0
- data/third_party/abseil-cpp/absl/log/internal/proto.h +288 -0
- data/third_party/abseil-cpp/absl/log/internal/strip.h +72 -0
- data/third_party/abseil-cpp/absl/log/internal/vlog_config.cc +340 -0
- data/third_party/abseil-cpp/absl/log/internal/vlog_config.h +163 -0
- data/third_party/abseil-cpp/absl/log/internal/voidify.h +44 -0
- data/third_party/abseil-cpp/absl/log/log.h +361 -0
- data/third_party/abseil-cpp/absl/log/log_entry.cc +41 -0
- data/third_party/abseil-cpp/absl/log/log_entry.h +221 -0
- data/third_party/abseil-cpp/absl/log/log_sink.cc +23 -0
- data/third_party/abseil-cpp/absl/log/log_sink.h +64 -0
- data/third_party/abseil-cpp/absl/log/log_sink_registry.h +61 -0
- data/third_party/abseil-cpp/absl/log/vlog_is_on.h +72 -0
- data/third_party/boringssl-with-bazel/src/crypto/asn1/internal.h +1 -7
- data/third_party/boringssl-with-bazel/src/crypto/asn1/posix_time.c +50 -39
- data/third_party/boringssl-with-bazel/src/crypto/bio/bio.c +2 -2
- data/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_des.c +15 -28
- data/third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/des/des.c +45 -32
- data/third_party/boringssl-with-bazel/src/crypto/des/internal.h +24 -0
- data/third_party/boringssl-with-bazel/src/crypto/internal.h +12 -4
- data/third_party/boringssl-with-bazel/src/crypto/x509/internal.h +4 -0
- data/third_party/boringssl-with-bazel/src/crypto/x509/v3_purp.c +40 -61
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_lu.c +24 -7
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_trs.c +36 -59
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_vfy.c +4 -4
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_vpm.c +13 -2
- data/third_party/boringssl-with-bazel/src/include/openssl/asn1.h +10 -10
- data/third_party/boringssl-with-bazel/src/include/openssl/base.h +2 -2
- data/third_party/boringssl-with-bazel/src/include/openssl/bio.h +3 -3
- data/third_party/boringssl-with-bazel/src/include/openssl/pki/certificate.h +83 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/pki/signature_verify_cache.h +41 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/posix_time.h +6 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/rsa.h +19 -10
- data/third_party/boringssl-with-bazel/src/include/openssl/span.h +14 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/ssl.h +16 -4
- data/third_party/boringssl-with-bazel/src/include/openssl/x509.h +196 -141
- data/third_party/boringssl-with-bazel/src/ssl/ssl_cert.cc +8 -1
- data/third_party/upb/upb/base/descriptor_constants.h +29 -2
- data/third_party/upb/upb/{wire/internal/swap.h → base/internal/endian.h} +12 -11
- data/third_party/upb/upb/base/status.h +1 -1
- data/third_party/upb/upb/base/status.hpp +5 -1
- data/third_party/upb/upb/base/string_view.h +7 -5
- data/third_party/upb/upb/base/upcast.h +29 -0
- data/third_party/upb/upb/generated_code_support.h +2 -1
- data/third_party/upb/upb/json/decode.c +103 -53
- data/third_party/upb/upb/json/decode.h +3 -26
- data/third_party/upb/upb/json/encode.c +3 -26
- data/third_party/upb/upb/json/encode.h +3 -26
- data/third_party/upb/upb/mem/arena.c +233 -106
- data/third_party/upb/upb/mem/arena.h +14 -66
- data/third_party/upb/upb/mem/arena.hpp +8 -4
- data/third_party/upb/upb/mem/internal/arena.h +76 -58
- data/third_party/upb/upb/message/accessors.c +19 -46
- data/third_party/upb/upb/message/accessors.h +208 -123
- data/third_party/upb/upb/message/array.c +55 -83
- data/third_party/upb/upb/message/array.h +18 -30
- data/third_party/upb/upb/message/compat.c +39 -0
- data/third_party/upb/upb/message/compat.h +41 -0
- data/third_party/upb/upb/message/copy.c +322 -0
- data/third_party/upb/upb/message/copy.h +56 -0
- data/third_party/upb/upb/message/internal/accessors.h +178 -178
- data/third_party/upb/upb/message/internal/array.h +80 -81
- data/third_party/upb/upb/message/internal/extension.c +63 -0
- data/third_party/upb/upb/message/internal/extension.h +12 -12
- data/third_party/upb/upb/message/internal/map.h +28 -41
- data/third_party/upb/upb/message/internal/map_entry.h +14 -39
- data/third_party/upb/upb/message/internal/map_sorter.h +18 -37
- data/third_party/upb/upb/message/internal/message.c +59 -0
- data/third_party/upb/upb/message/internal/message.h +26 -42
- data/third_party/upb/upb/message/internal/tagged_ptr.h +56 -0
- data/third_party/upb/upb/message/internal/types.h +7 -12
- data/third_party/upb/upb/message/map.c +3 -26
- data/third_party/upb/upb/message/map.h +5 -33
- data/third_party/upb/upb/message/map_gencode_util.h +3 -26
- data/third_party/upb/upb/message/map_sorter.c +22 -34
- data/third_party/upb/upb/message/message.c +28 -104
- data/third_party/upb/upb/message/message.h +4 -8
- data/third_party/upb/upb/message/tagged_ptr.h +14 -31
- data/third_party/upb/upb/message/value.h +3 -5
- data/third_party/upb/upb/mini_descriptor/build_enum.c +20 -11
- data/third_party/upb/upb/mini_descriptor/decode.c +127 -107
- data/third_party/upb/upb/mini_descriptor/decode.h +3 -8
- data/third_party/upb/upb/mini_descriptor/link.c +34 -22
- data/third_party/upb/upb/mini_descriptor/link.h +1 -1
- data/third_party/upb/upb/mini_table/enum.h +4 -6
- data/third_party/upb/upb/mini_table/extension.h +37 -0
- data/third_party/upb/upb/mini_table/extension_registry.c +9 -2
- data/third_party/upb/upb/mini_table/field.h +46 -60
- data/third_party/upb/upb/mini_table/file.h +44 -0
- data/third_party/upb/upb/mini_table/internal/enum.h +19 -20
- data/third_party/upb/upb/mini_table/internal/extension.h +34 -3
- data/third_party/upb/upb/mini_table/internal/field.h +136 -27
- data/third_party/upb/upb/mini_table/internal/file.h +47 -10
- data/third_party/upb/upb/mini_table/internal/message.c +17 -9
- data/third_party/upb/upb/mini_table/internal/message.h +94 -23
- data/third_party/upb/upb/mini_table/internal/size_log2.h +77 -0
- data/third_party/upb/upb/mini_table/internal/sub.h +39 -4
- data/third_party/upb/upb/mini_table/message.c +18 -19
- data/third_party/upb/upb/mini_table/message.h +29 -20
- data/third_party/upb/upb/mini_table/sub.h +40 -1
- data/third_party/upb/upb/port/def.inc +18 -0
- data/third_party/upb/upb/port/undef.inc +3 -0
- data/third_party/upb/upb/reflection/def.hpp +8 -4
- data/third_party/upb/upb/reflection/def_pool.c +81 -2
- data/third_party/upb/upb/reflection/def_pool.h +8 -0
- data/third_party/upb/upb/reflection/enum_def.c +42 -19
- data/third_party/upb/upb/reflection/enum_def.h +1 -0
- data/third_party/upb/upb/reflection/enum_value_def.c +43 -14
- data/third_party/upb/upb/reflection/enum_value_def.h +2 -0
- data/third_party/upb/upb/reflection/extension_range.c +13 -5
- data/third_party/upb/upb/reflection/extension_range.h +2 -0
- data/third_party/upb/upb/reflection/field_def.c +177 -130
- data/third_party/upb/upb/reflection/field_def.h +10 -1
- data/third_party/upb/upb/reflection/file_def.c +98 -9
- data/third_party/upb/upb/reflection/file_def.h +3 -0
- data/third_party/upb/upb/reflection/internal/def_builder.c +85 -7
- data/third_party/upb/upb/reflection/internal/def_builder.h +23 -0
- data/third_party/upb/upb/reflection/internal/enum_def.h +5 -4
- data/third_party/upb/upb/reflection/internal/enum_reserved_range.h +1 -1
- data/third_party/upb/upb/reflection/internal/enum_value_def.h +2 -1
- data/third_party/upb/upb/reflection/internal/extension_range.h +2 -2
- data/third_party/upb/upb/reflection/internal/field_def.h +11 -10
- data/third_party/upb/upb/reflection/internal/message_def.h +6 -3
- data/third_party/upb/upb/reflection/internal/method_def.h +5 -3
- data/third_party/upb/upb/reflection/internal/oneof_def.h +5 -3
- data/third_party/upb/upb/reflection/internal/service_def.h +5 -3
- data/third_party/upb/upb/reflection/internal/upb_edition_defaults.h +20 -0
- data/third_party/upb/upb/reflection/message.c +27 -12
- data/third_party/upb/upb/reflection/message.h +5 -5
- data/third_party/upb/upb/reflection/message_def.c +56 -27
- data/third_party/upb/upb/reflection/message_def.h +2 -0
- data/third_party/upb/upb/reflection/method_def.c +20 -9
- data/third_party/upb/upb/reflection/method_def.h +2 -0
- data/third_party/upb/upb/reflection/oneof_def.c +20 -11
- data/third_party/upb/upb/reflection/oneof_def.h +3 -1
- data/third_party/upb/upb/reflection/service_def.c +25 -13
- data/third_party/upb/upb/reflection/service_def.h +2 -0
- data/third_party/upb/upb/text/encode.c +126 -36
- data/third_party/upb/upb/wire/decode.c +214 -196
- data/third_party/upb/upb/wire/decode.h +10 -0
- data/third_party/upb/upb/wire/encode.c +105 -91
- data/third_party/upb/upb/wire/encode.h +4 -3
- data/third_party/upb/upb/wire/{decode_fast.c → internal/decode_fast.c} +53 -48
- data/third_party/upb/upb/wire/{decode_fast.h → internal/decode_fast.h} +6 -5
- data/third_party/upb/upb/wire/internal/{decode.h → decoder.h} +15 -31
- data/third_party/upb/upb/wire/internal/reader.h +61 -0
- data/third_party/upb/upb/wire/reader.c +9 -6
- data/third_party/upb/upb/wire/reader.h +18 -47
- data/third_party/utf8_range/utf8_range.c +467 -0
- data/third_party/utf8_range/utf8_range.h +9 -8
- metadata +83 -30
- data/src/core/client_channel/channel_connectivity.cc +0 -265
- data/src/core/ext/filters/channel_idle/channel_idle_filter.cc +0 -318
- data/src/core/ext/filters/channel_idle/channel_idle_filter.h +0 -150
- data/src/core/ext/filters/http/message_compress/legacy_compression_filter.cc +0 -325
- data/src/core/ext/filters/http/message_compress/legacy_compression_filter.h +0 -139
- data/src/core/lib/gpr/wrap_memcpy.cc +0 -43
- data/src/core/lib/security/transport/legacy_server_auth_filter.cc +0 -244
- data/src/core/lib/slice/b64.cc +0 -239
- data/src/core/lib/slice/b64.h +0 -52
- data/src/core/lib/surface/call_trace.cc +0 -163
- data/src/core/lib/surface/channel_ping.cc +0 -69
- data/src/core/lib/transport/call_factory.cc +0 -41
- data/src/core/lib/transport/call_factory.h +0 -56
- data/src/core/load_balancing/subchannel_list.h +0 -455
- data/third_party/upb/upb/message/types.h +0 -15
- data/third_party/utf8_range/naive.c +0 -92
- data/third_party/utf8_range/range2-neon.c +0 -157
- data/third_party/utf8_range/range2-sse.c +0 -170
@@ -33,77 +33,77 @@
|
|
33
33
|
#include "upb/port/def.inc"
|
34
34
|
|
35
35
|
static const upb_MiniTableSub envoy_config_route_v3_VirtualHost_submsgs[14] = {
|
36
|
-
{.submsg = &envoy__config__route__v3__Route_msg_init},
|
37
|
-
{.submsg = &envoy__config__route__v3__VirtualCluster_msg_init},
|
38
|
-
{.submsg = &envoy__config__route__v3__RateLimit_msg_init},
|
39
|
-
{.submsg = &envoy__config__core__v3__HeaderValueOption_msg_init},
|
40
|
-
{.submsg = &envoy__config__route__v3__CorsPolicy_msg_init},
|
41
|
-
{.submsg = &envoy__config__core__v3__HeaderValueOption_msg_init},
|
42
|
-
{.submsg = &envoy__config__route__v3__VirtualHost__TypedPerFilterConfigEntry_msg_init},
|
43
|
-
{.submsg = &envoy__config__route__v3__RetryPolicy_msg_init},
|
44
|
-
{.submsg = &envoy__config__route__v3__HedgePolicy_msg_init},
|
45
|
-
{.submsg = &google__protobuf__UInt32Value_msg_init},
|
46
|
-
{.submsg = &google__protobuf__Any_msg_init},
|
47
|
-
{.submsg = &xds__type__matcher__v3__Matcher_msg_init},
|
48
|
-
{.submsg = &envoy__config__route__v3__RouteAction__RequestMirrorPolicy_msg_init},
|
49
|
-
{.submsg = &envoy__config__core__v3__Metadata_msg_init},
|
36
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__Route_msg_init},
|
37
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__VirtualCluster_msg_init},
|
38
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RateLimit_msg_init},
|
39
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__HeaderValueOption_msg_init},
|
40
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__CorsPolicy_msg_init},
|
41
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__HeaderValueOption_msg_init},
|
42
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__VirtualHost__TypedPerFilterConfigEntry_msg_init},
|
43
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RetryPolicy_msg_init},
|
44
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__HedgePolicy_msg_init},
|
45
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init},
|
46
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init},
|
47
|
+
{.UPB_PRIVATE(submsg) = &xds__type__matcher__v3__Matcher_msg_init},
|
48
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteAction__RequestMirrorPolicy_msg_init},
|
49
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__Metadata_msg_init},
|
50
50
|
};
|
51
51
|
|
52
52
|
static const upb_MiniTableField envoy_config_route_v3_VirtualHost__fields[22] = {
|
53
|
-
{1, UPB_SIZE(
|
54
|
-
{2, UPB_SIZE(
|
55
|
-
{3, UPB_SIZE(
|
56
|
-
{4, UPB_SIZE(
|
57
|
-
{5, UPB_SIZE(
|
58
|
-
{6, UPB_SIZE(
|
59
|
-
{7, UPB_SIZE(
|
60
|
-
{8, UPB_SIZE(
|
61
|
-
{10, UPB_SIZE(
|
62
|
-
{11, UPB_SIZE(
|
63
|
-
{13, UPB_SIZE(
|
64
|
-
{14, UPB_SIZE(
|
65
|
-
{15, UPB_SIZE(
|
66
|
-
{16, UPB_SIZE(
|
67
|
-
{17, UPB_SIZE(
|
68
|
-
{18, UPB_SIZE(
|
69
|
-
{19, UPB_SIZE(
|
70
|
-
{20, UPB_SIZE(
|
71
|
-
{21, UPB_SIZE(
|
72
|
-
{22, UPB_SIZE(
|
73
|
-
{23, UPB_SIZE(
|
74
|
-
{24, UPB_SIZE(
|
53
|
+
{1, UPB_SIZE(96, 24), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
54
|
+
{2, UPB_SIZE(12, 40), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
55
|
+
{3, UPB_SIZE(16, 48), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
56
|
+
{4, UPB_SIZE(20, 12), 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
57
|
+
{5, UPB_SIZE(24, 56), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
58
|
+
{6, UPB_SIZE(28, 64), 0, 2, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
59
|
+
{7, UPB_SIZE(32, 72), 0, 3, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
60
|
+
{8, UPB_SIZE(36, 80), 64, 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
61
|
+
{10, UPB_SIZE(40, 88), 0, 5, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
62
|
+
{11, UPB_SIZE(44, 96), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
63
|
+
{13, UPB_SIZE(48, 104), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
64
|
+
{14, UPB_SIZE(52, 16), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
65
|
+
{15, UPB_SIZE(56, 112), 0, 6, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
66
|
+
{16, UPB_SIZE(60, 120), 65, 7, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
67
|
+
{17, UPB_SIZE(64, 128), 66, 8, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
68
|
+
{18, UPB_SIZE(68, 136), 67, 9, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
69
|
+
{19, UPB_SIZE(72, 17), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
70
|
+
{20, UPB_SIZE(76, 144), 68, 10, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
71
|
+
{21, UPB_SIZE(80, 152), 69, 11, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
72
|
+
{22, UPB_SIZE(84, 160), 0, 12, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
73
|
+
{23, UPB_SIZE(88, 18), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
74
|
+
{24, UPB_SIZE(92, 168), 70, 13, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
75
75
|
};
|
76
76
|
|
77
77
|
const upb_MiniTable envoy__config__route__v3__VirtualHost_msg_init = {
|
78
78
|
&envoy_config_route_v3_VirtualHost_submsgs[0],
|
79
79
|
&envoy_config_route_v3_VirtualHost__fields[0],
|
80
|
-
UPB_SIZE(
|
80
|
+
UPB_SIZE(104, 176), 22, kUpb_ExtMode_NonExtendable, 8, UPB_FASTTABLE_MASK(248), 0,
|
81
81
|
UPB_FASTTABLE_INIT({
|
82
82
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
83
|
-
{
|
84
|
-
{
|
85
|
-
{
|
86
|
-
{
|
87
|
-
{
|
88
|
-
{
|
89
|
-
{
|
90
|
-
{
|
83
|
+
{0x001800003f00000a, &upb_pss_1bt},
|
84
|
+
{0x002800003f000012, &upb_prs_1bt},
|
85
|
+
{0x003000003f00001a, &upb_prm_1bt_max192b},
|
86
|
+
{0x000c00003f000020, &upb_psv4_1bt},
|
87
|
+
{0x003800003f01002a, &upb_prm_1bt_max64b},
|
88
|
+
{0x004000003f020032, &upb_prm_1bt_max64b},
|
89
|
+
{0x004800003f03003a, &upb_prm_1bt_maxmaxb},
|
90
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
91
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
92
|
+
{0x005800003f050052, &upb_prm_1bt_maxmaxb},
|
93
|
+
{0x006000003f00005a, &upb_prs_1bt},
|
94
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
95
|
+
{0x006800003f00006a, &upb_prs_1bt},
|
96
|
+
{0x001000003f000070, &upb_psb1_1bt},
|
97
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
91
98
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
92
|
-
{0x005000003f050052, &upb_prm_1bt_maxmaxb},
|
93
|
-
{0x005800003f00005a, &upb_prs_1bt},
|
94
99
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
95
|
-
{0x006000003f00006a, &upb_prs_1bt},
|
96
|
-
{0x000800003f000070, &upb_psb1_1bt},
|
97
100
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
98
|
-
{
|
99
|
-
{
|
100
|
-
{
|
101
|
-
{
|
102
|
-
{
|
103
|
-
{
|
104
|
-
{0x009800003f0c01b2, &upb_prm_2bt_max64b},
|
105
|
-
{0x000a00003f0001b8, &upb_psb1_2bt},
|
106
|
-
{0x00a00000070d01c2, &upb_psm_2bt_maxmaxb},
|
101
|
+
{0x001100003f000198, &upb_psb1_2bt},
|
102
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
103
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
104
|
+
{0x00a000003f0c01b2, &upb_prm_2bt_max128b},
|
105
|
+
{0x001200003f0001b8, &upb_psb1_2bt},
|
106
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
107
107
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
108
108
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
109
109
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -115,123 +115,117 @@ const upb_MiniTable envoy__config__route__v3__VirtualHost_msg_init = {
|
|
115
115
|
};
|
116
116
|
|
117
117
|
static const upb_MiniTableSub envoy_config_route_v3_VirtualHost_TypedPerFilterConfigEntry_submsgs[1] = {
|
118
|
-
{.submsg = &google__protobuf__Any_msg_init},
|
118
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init},
|
119
119
|
};
|
120
120
|
|
121
121
|
static const upb_MiniTableField envoy_config_route_v3_VirtualHost_TypedPerFilterConfigEntry__fields[2] = {
|
122
|
-
{1,
|
123
|
-
{2,
|
122
|
+
{1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
123
|
+
{2, 32, 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
124
124
|
};
|
125
125
|
|
126
126
|
const upb_MiniTable envoy__config__route__v3__VirtualHost__TypedPerFilterConfigEntry_msg_init = {
|
127
127
|
&envoy_config_route_v3_VirtualHost_TypedPerFilterConfigEntry_submsgs[0],
|
128
128
|
&envoy_config_route_v3_VirtualHost_TypedPerFilterConfigEntry__fields[0],
|
129
|
-
|
129
|
+
48, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0,
|
130
130
|
UPB_FASTTABLE_INIT({
|
131
131
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
132
|
-
{
|
133
|
-
{0x0018000001000012, &upb_psm_1bt_maxmaxb},
|
134
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
132
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
135
133
|
})
|
136
134
|
};
|
137
135
|
|
138
136
|
static const upb_MiniTableSub envoy_config_route_v3_FilterAction_submsgs[1] = {
|
139
|
-
{.submsg = &google__protobuf__Any_msg_init},
|
137
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init},
|
140
138
|
};
|
141
139
|
|
142
140
|
static const upb_MiniTableField envoy_config_route_v3_FilterAction__fields[1] = {
|
143
|
-
{1, UPB_SIZE(
|
141
|
+
{1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
144
142
|
};
|
145
143
|
|
146
144
|
const upb_MiniTable envoy__config__route__v3__FilterAction_msg_init = {
|
147
145
|
&envoy_config_route_v3_FilterAction_submsgs[0],
|
148
146
|
&envoy_config_route_v3_FilterAction__fields[0],
|
149
|
-
UPB_SIZE(
|
150
|
-
UPB_FASTTABLE_INIT({
|
151
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
152
|
-
{0x000800000100000a, &upb_psm_1bt_maxmaxb},
|
153
|
-
})
|
147
|
+
UPB_SIZE(16, 24), 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(255), 0,
|
154
148
|
};
|
155
149
|
|
156
150
|
static const upb_MiniTableSub envoy_config_route_v3_RouteList_submsgs[1] = {
|
157
|
-
{.submsg = &envoy__config__route__v3__Route_msg_init},
|
151
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__Route_msg_init},
|
158
152
|
};
|
159
153
|
|
160
154
|
static const upb_MiniTableField envoy_config_route_v3_RouteList__fields[1] = {
|
161
|
-
{1,
|
155
|
+
{1, 8, 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
162
156
|
};
|
163
157
|
|
164
158
|
const upb_MiniTable envoy__config__route__v3__RouteList_msg_init = {
|
165
159
|
&envoy_config_route_v3_RouteList_submsgs[0],
|
166
160
|
&envoy_config_route_v3_RouteList__fields[0],
|
167
|
-
|
161
|
+
16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
|
168
162
|
UPB_FASTTABLE_INIT({
|
169
163
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
170
|
-
{
|
164
|
+
{0x000800003f00000a, &upb_prm_1bt_max192b},
|
171
165
|
})
|
172
166
|
};
|
173
167
|
|
174
168
|
static const upb_MiniTableSub envoy_config_route_v3_Route_submsgs[13] = {
|
175
|
-
{.submsg = &envoy__config__route__v3__RouteMatch_msg_init},
|
176
|
-
{.submsg = &envoy__config__route__v3__RouteAction_msg_init},
|
177
|
-
{.submsg = &envoy__config__route__v3__RedirectAction_msg_init},
|
178
|
-
{.submsg = &envoy__config__core__v3__Metadata_msg_init},
|
179
|
-
{.submsg = &envoy__config__route__v3__Decorator_msg_init},
|
180
|
-
{.submsg = &envoy__config__route__v3__DirectResponseAction_msg_init},
|
181
|
-
{.submsg = &envoy__config__core__v3__HeaderValueOption_msg_init},
|
182
|
-
{.submsg = &envoy__config__core__v3__HeaderValueOption_msg_init},
|
183
|
-
{.submsg = &envoy__config__route__v3__Route__TypedPerFilterConfigEntry_msg_init},
|
184
|
-
{.submsg = &envoy__config__route__v3__Tracing_msg_init},
|
185
|
-
{.submsg = &google__protobuf__UInt32Value_msg_init},
|
186
|
-
{.submsg = &envoy__config__route__v3__FilterAction_msg_init},
|
187
|
-
{.submsg = &envoy__config__route__v3__NonForwardingAction_msg_init},
|
169
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteMatch_msg_init},
|
170
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteAction_msg_init},
|
171
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RedirectAction_msg_init},
|
172
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__Metadata_msg_init},
|
173
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__Decorator_msg_init},
|
174
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__DirectResponseAction_msg_init},
|
175
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__HeaderValueOption_msg_init},
|
176
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__HeaderValueOption_msg_init},
|
177
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__Route__TypedPerFilterConfigEntry_msg_init},
|
178
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__Tracing_msg_init},
|
179
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init},
|
180
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__FilterAction_msg_init},
|
181
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__NonForwardingAction_msg_init},
|
188
182
|
};
|
189
183
|
|
190
184
|
static const upb_MiniTableField envoy_config_route_v3_Route__fields[17] = {
|
191
|
-
{1, UPB_SIZE(
|
192
|
-
{2, UPB_SIZE(
|
193
|
-
{3, UPB_SIZE(
|
194
|
-
{4, UPB_SIZE(
|
195
|
-
{5, UPB_SIZE(
|
196
|
-
{7, UPB_SIZE(
|
197
|
-
{9, UPB_SIZE(
|
198
|
-
{10, UPB_SIZE(
|
199
|
-
{11, UPB_SIZE(
|
200
|
-
{12, UPB_SIZE(
|
201
|
-
{13, UPB_SIZE(
|
202
|
-
{14, UPB_SIZE(
|
203
|
-
{15, UPB_SIZE(
|
204
|
-
{16, UPB_SIZE(
|
205
|
-
{17, UPB_SIZE(
|
206
|
-
{18, UPB_SIZE(
|
207
|
-
{19, UPB_SIZE(
|
185
|
+
{1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
186
|
+
{2, UPB_SIZE(56, 128), UPB_SIZE(-53, -13), 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
187
|
+
{3, UPB_SIZE(56, 128), UPB_SIZE(-53, -13), 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
188
|
+
{4, UPB_SIZE(16, 24), 65, 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
189
|
+
{5, UPB_SIZE(20, 32), 66, 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
190
|
+
{7, UPB_SIZE(56, 128), UPB_SIZE(-53, -13), 5, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
191
|
+
{9, UPB_SIZE(24, 40), 0, 6, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
192
|
+
{10, UPB_SIZE(28, 48), 0, 7, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
193
|
+
{11, UPB_SIZE(32, 56), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
194
|
+
{12, UPB_SIZE(36, 64), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
195
|
+
{13, UPB_SIZE(40, 72), 0, 8, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
196
|
+
{14, UPB_SIZE(60, 80), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
197
|
+
{15, UPB_SIZE(44, 96), 67, 9, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
198
|
+
{16, UPB_SIZE(48, 104), 68, 10, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
199
|
+
{17, UPB_SIZE(56, 128), UPB_SIZE(-53, -13), 11, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
200
|
+
{18, UPB_SIZE(56, 128), UPB_SIZE(-53, -13), 12, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
201
|
+
{19, UPB_SIZE(68, 112), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
208
202
|
};
|
209
203
|
|
210
204
|
const upb_MiniTable envoy__config__route__v3__Route_msg_init = {
|
211
205
|
&envoy_config_route_v3_Route_submsgs[0],
|
212
206
|
&envoy_config_route_v3_Route__fields[0],
|
213
|
-
UPB_SIZE(
|
207
|
+
UPB_SIZE(80, 136), 17, kUpb_ExtMode_NonExtendable, 5, UPB_FASTTABLE_MASK(248), 0,
|
214
208
|
UPB_FASTTABLE_INIT({
|
215
209
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
216
|
-
{0x000800000100000a, &upb_psm_1bt_max128b},
|
217
|
-
{0x0078000402010012, &upb_pom_1bt_max256b},
|
218
|
-
{0x007800040302001a, &upb_pom_1bt_max128b},
|
219
|
-
{0x0010000002030022, &upb_psm_1bt_maxmaxb},
|
220
|
-
{0x001800000304002a, &upb_psm_1bt_max64b},
|
221
210
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
222
|
-
{
|
211
|
+
{0x0080000c02010012, &upb_pom_1bt_max256b},
|
212
|
+
{0x0080000c0302001a, &upb_pom_1bt_max128b},
|
213
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
214
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
215
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
216
|
+
{0x0080000c0705003a, &upb_pom_1bt_max64b},
|
217
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
218
|
+
{0x002800003f06004a, &upb_prm_1bt_maxmaxb},
|
219
|
+
{0x003000003f070052, &upb_prm_1bt_maxmaxb},
|
220
|
+
{0x003800003f00005a, &upb_prs_1bt},
|
221
|
+
{0x004000003f000062, &upb_prs_1bt},
|
222
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
223
|
+
{0x005000003f000072, &upb_pss_1bt},
|
223
224
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
224
|
-
{0x002000003f06004a, &upb_prm_1bt_maxmaxb},
|
225
|
-
{0x002800003f070052, &upb_prm_1bt_maxmaxb},
|
226
|
-
{0x003000003f00005a, &upb_prs_1bt},
|
227
|
-
{0x003800003f000062, &upb_prs_1bt},
|
228
225
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
229
|
-
{
|
230
|
-
{
|
231
|
-
{
|
232
|
-
{0x00780004110b018a, &upb_pom_2bt_max64b},
|
233
|
-
{0x00780004120c0192, &upb_pom_2bt_max64b},
|
234
|
-
{0x006800003f00019a, &upb_pss_2bt},
|
226
|
+
{0x0080000c110b018a, &upb_pom_2bt_max64b},
|
227
|
+
{0x0080000c120c0192, &upb_pom_2bt_max64b},
|
228
|
+
{0x007000003f00019a, &upb_pss_2bt},
|
235
229
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
236
230
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
237
231
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -248,48 +242,46 @@ const upb_MiniTable envoy__config__route__v3__Route_msg_init = {
|
|
248
242
|
};
|
249
243
|
|
250
244
|
static const upb_MiniTableSub envoy_config_route_v3_Route_TypedPerFilterConfigEntry_submsgs[1] = {
|
251
|
-
{.submsg = &google__protobuf__Any_msg_init},
|
245
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init},
|
252
246
|
};
|
253
247
|
|
254
248
|
static const upb_MiniTableField envoy_config_route_v3_Route_TypedPerFilterConfigEntry__fields[2] = {
|
255
|
-
{1,
|
256
|
-
{2,
|
249
|
+
{1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
250
|
+
{2, 32, 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
257
251
|
};
|
258
252
|
|
259
253
|
const upb_MiniTable envoy__config__route__v3__Route__TypedPerFilterConfigEntry_msg_init = {
|
260
254
|
&envoy_config_route_v3_Route_TypedPerFilterConfigEntry_submsgs[0],
|
261
255
|
&envoy_config_route_v3_Route_TypedPerFilterConfigEntry__fields[0],
|
262
|
-
|
256
|
+
48, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0,
|
263
257
|
UPB_FASTTABLE_INIT({
|
264
258
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
265
|
-
{
|
266
|
-
{0x0018000001000012, &upb_psm_1bt_maxmaxb},
|
267
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
259
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
268
260
|
})
|
269
261
|
};
|
270
262
|
|
271
263
|
static const upb_MiniTableSub envoy_config_route_v3_WeightedCluster_submsgs[2] = {
|
272
|
-
{.submsg = &envoy__config__route__v3__WeightedCluster__ClusterWeight_msg_init},
|
273
|
-
{.submsg = &google__protobuf__UInt32Value_msg_init},
|
264
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__WeightedCluster__ClusterWeight_msg_init},
|
265
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init},
|
274
266
|
};
|
275
267
|
|
276
268
|
static const upb_MiniTableField envoy_config_route_v3_WeightedCluster__fields[4] = {
|
277
|
-
{1, UPB_SIZE(
|
278
|
-
{2, UPB_SIZE(
|
279
|
-
{3, UPB_SIZE(
|
280
|
-
{4, UPB_SIZE(
|
269
|
+
{1, UPB_SIZE(12, 32), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
270
|
+
{2, UPB_SIZE(32, 40), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
271
|
+
{3, UPB_SIZE(16, 56), 64, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
272
|
+
{4, UPB_SIZE(24, 16), UPB_SIZE(-21, -13), kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
281
273
|
};
|
282
274
|
|
283
275
|
const upb_MiniTable envoy__config__route__v3__WeightedCluster_msg_init = {
|
284
276
|
&envoy_config_route_v3_WeightedCluster_submsgs[0],
|
285
277
|
&envoy_config_route_v3_WeightedCluster__fields[0],
|
286
|
-
UPB_SIZE(
|
278
|
+
UPB_SIZE(40, 64), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(56), 0,
|
287
279
|
UPB_FASTTABLE_INIT({
|
288
280
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
289
|
-
{
|
290
|
-
{
|
291
|
-
{
|
292
|
-
{
|
281
|
+
{0x002000003f00000a, &upb_prm_1bt_max128b},
|
282
|
+
{0x002800003f000012, &upb_pss_1bt},
|
283
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
284
|
+
{0x0010000c04000022, &upb_pos_1bt},
|
293
285
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
294
286
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
295
287
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -297,44 +289,44 @@ const upb_MiniTable envoy__config__route__v3__WeightedCluster_msg_init = {
|
|
297
289
|
};
|
298
290
|
|
299
291
|
static const upb_MiniTableSub envoy_config_route_v3_WeightedCluster_ClusterWeight_submsgs[5] = {
|
300
|
-
{.submsg = &google__protobuf__UInt32Value_msg_init},
|
301
|
-
{.submsg = &envoy__config__core__v3__Metadata_msg_init},
|
302
|
-
{.submsg = &envoy__config__core__v3__HeaderValueOption_msg_init},
|
303
|
-
{.submsg = &envoy__config__core__v3__HeaderValueOption_msg_init},
|
304
|
-
{.submsg = &envoy__config__route__v3__WeightedCluster__ClusterWeight__TypedPerFilterConfigEntry_msg_init},
|
292
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init},
|
293
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__Metadata_msg_init},
|
294
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__HeaderValueOption_msg_init},
|
295
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__HeaderValueOption_msg_init},
|
296
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__WeightedCluster__ClusterWeight__TypedPerFilterConfigEntry_msg_init},
|
305
297
|
};
|
306
298
|
|
307
299
|
static const upb_MiniTableField envoy_config_route_v3_WeightedCluster_ClusterWeight__fields[10] = {
|
308
|
-
{1, UPB_SIZE(
|
309
|
-
{2, UPB_SIZE(
|
310
|
-
{3, UPB_SIZE(
|
311
|
-
{4, UPB_SIZE(
|
312
|
-
{5, UPB_SIZE(
|
313
|
-
{6, UPB_SIZE(
|
314
|
-
{9, UPB_SIZE(
|
315
|
-
{10, UPB_SIZE(
|
316
|
-
{11, UPB_SIZE(
|
317
|
-
{12, UPB_SIZE(
|
300
|
+
{1, UPB_SIZE(52, 32), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
301
|
+
{2, UPB_SIZE(12, 48), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
302
|
+
{3, UPB_SIZE(16, 56), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
303
|
+
{4, UPB_SIZE(20, 64), 0, 2, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
304
|
+
{5, UPB_SIZE(24, 72), 0, 3, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
305
|
+
{6, UPB_SIZE(28, 80), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
306
|
+
{9, UPB_SIZE(32, 88), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
307
|
+
{10, UPB_SIZE(36, 96), 0, 4, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
308
|
+
{11, UPB_SIZE(44, 16), UPB_SIZE(-41, -13), kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
309
|
+
{12, UPB_SIZE(60, 104), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
318
310
|
};
|
319
311
|
|
320
312
|
const upb_MiniTable envoy__config__route__v3__WeightedCluster__ClusterWeight_msg_init = {
|
321
313
|
&envoy_config_route_v3_WeightedCluster_ClusterWeight_submsgs[0],
|
322
314
|
&envoy_config_route_v3_WeightedCluster_ClusterWeight__fields[0],
|
323
|
-
UPB_SIZE(
|
315
|
+
UPB_SIZE(72, 120), 10, kUpb_ExtMode_NonExtendable, 6, UPB_FASTTABLE_MASK(120), 0,
|
324
316
|
UPB_FASTTABLE_INIT({
|
325
317
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
326
|
-
{
|
327
|
-
{
|
328
|
-
{
|
329
|
-
{
|
330
|
-
{
|
331
|
-
{
|
318
|
+
{0x002000003f00000a, &upb_pss_1bt},
|
319
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
320
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
321
|
+
{0x004000003f020022, &upb_prm_1bt_maxmaxb},
|
322
|
+
{0x004800003f03002a, &upb_prm_1bt_maxmaxb},
|
323
|
+
{0x005000003f000032, &upb_prs_1bt},
|
332
324
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
333
325
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
334
|
-
{
|
326
|
+
{0x005800003f00004a, &upb_prs_1bt},
|
335
327
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
336
|
-
{
|
337
|
-
{
|
328
|
+
{0x0010000c0b00005a, &upb_pos_1bt},
|
329
|
+
{0x006800003f000062, &upb_pss_1bt},
|
338
330
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
339
331
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
340
332
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -342,172 +334,164 @@ const upb_MiniTable envoy__config__route__v3__WeightedCluster__ClusterWeight_msg
|
|
342
334
|
};
|
343
335
|
|
344
336
|
static const upb_MiniTableSub envoy_config_route_v3_WeightedCluster_ClusterWeight_TypedPerFilterConfigEntry_submsgs[1] = {
|
345
|
-
{.submsg = &google__protobuf__Any_msg_init},
|
337
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init},
|
346
338
|
};
|
347
339
|
|
348
340
|
static const upb_MiniTableField envoy_config_route_v3_WeightedCluster_ClusterWeight_TypedPerFilterConfigEntry__fields[2] = {
|
349
|
-
{1,
|
350
|
-
{2,
|
341
|
+
{1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
342
|
+
{2, 32, 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
351
343
|
};
|
352
344
|
|
353
345
|
const upb_MiniTable envoy__config__route__v3__WeightedCluster__ClusterWeight__TypedPerFilterConfigEntry_msg_init = {
|
354
346
|
&envoy_config_route_v3_WeightedCluster_ClusterWeight_TypedPerFilterConfigEntry_submsgs[0],
|
355
347
|
&envoy_config_route_v3_WeightedCluster_ClusterWeight_TypedPerFilterConfigEntry__fields[0],
|
356
|
-
|
348
|
+
48, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0,
|
357
349
|
UPB_FASTTABLE_INIT({
|
358
350
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
359
|
-
{
|
360
|
-
{0x0018000001000012, &upb_psm_1bt_maxmaxb},
|
361
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
351
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
362
352
|
})
|
363
353
|
};
|
364
354
|
|
365
355
|
static const upb_MiniTableSub envoy_config_route_v3_ClusterSpecifierPlugin_submsgs[1] = {
|
366
|
-
{.submsg = &envoy__config__core__v3__TypedExtensionConfig_msg_init},
|
356
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__TypedExtensionConfig_msg_init},
|
367
357
|
};
|
368
358
|
|
369
359
|
static const upb_MiniTableField envoy_config_route_v3_ClusterSpecifierPlugin__fields[2] = {
|
370
|
-
{1, UPB_SIZE(
|
371
|
-
{2, UPB_SIZE(
|
360
|
+
{1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
361
|
+
{2, UPB_SIZE(16, 9), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
372
362
|
};
|
373
363
|
|
374
364
|
const upb_MiniTable envoy__config__route__v3__ClusterSpecifierPlugin_msg_init = {
|
375
365
|
&envoy_config_route_v3_ClusterSpecifierPlugin_submsgs[0],
|
376
366
|
&envoy_config_route_v3_ClusterSpecifierPlugin__fields[0],
|
377
|
-
|
367
|
+
24, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0,
|
378
368
|
UPB_FASTTABLE_INIT({
|
379
369
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
380
|
-
{
|
381
|
-
{
|
370
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
371
|
+
{0x000900003f000010, &upb_psb1_1bt},
|
382
372
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
383
373
|
})
|
384
374
|
};
|
385
375
|
|
386
376
|
static const upb_MiniTableSub envoy_config_route_v3_RouteMatch_submsgs[10] = {
|
387
|
-
{.submsg = &google__protobuf__BoolValue_msg_init},
|
388
|
-
{.submsg = &envoy__config__route__v3__HeaderMatcher_msg_init},
|
389
|
-
{.submsg = &envoy__config__route__v3__QueryParameterMatcher_msg_init},
|
390
|
-
{.submsg = &envoy__config__route__v3__RouteMatch__GrpcRouteMatchOptions_msg_init},
|
391
|
-
{.submsg = &envoy__config__core__v3__RuntimeFractionalPercent_msg_init},
|
392
|
-
{.submsg = &envoy__type__matcher__v3__RegexMatcher_msg_init},
|
393
|
-
{.submsg = &envoy__config__route__v3__RouteMatch__TlsContextMatchOptions_msg_init},
|
394
|
-
{.submsg = &envoy__config__route__v3__RouteMatch__ConnectMatcher_msg_init},
|
395
|
-
{.submsg = &envoy__type__matcher__v3__MetadataMatcher_msg_init},
|
396
|
-
{.submsg = &envoy__config__core__v3__TypedExtensionConfig_msg_init},
|
377
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__BoolValue_msg_init},
|
378
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__HeaderMatcher_msg_init},
|
379
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__QueryParameterMatcher_msg_init},
|
380
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteMatch__GrpcRouteMatchOptions_msg_init},
|
381
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__RuntimeFractionalPercent_msg_init},
|
382
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__matcher__v3__RegexMatcher_msg_init},
|
383
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteMatch__TlsContextMatchOptions_msg_init},
|
384
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteMatch__ConnectMatcher_msg_init},
|
385
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__matcher__v3__MetadataMatcher_msg_init},
|
386
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__TypedExtensionConfig_msg_init},
|
397
387
|
};
|
398
388
|
|
399
389
|
static const upb_MiniTableField envoy_config_route_v3_RouteMatch__fields[13] = {
|
400
|
-
{1, UPB_SIZE(
|
401
|
-
{2, UPB_SIZE(
|
402
|
-
{4, UPB_SIZE(
|
403
|
-
{6, UPB_SIZE(
|
404
|
-
{7, UPB_SIZE(
|
405
|
-
{8, UPB_SIZE(
|
406
|
-
{9, UPB_SIZE(
|
407
|
-
{10, UPB_SIZE(
|
408
|
-
{11, UPB_SIZE(
|
409
|
-
{12, UPB_SIZE(
|
410
|
-
{13, UPB_SIZE(
|
411
|
-
{14, UPB_SIZE(
|
412
|
-
{15, UPB_SIZE(
|
390
|
+
{1, UPB_SIZE(44, 16), UPB_SIZE(-41, -13), kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
391
|
+
{2, UPB_SIZE(44, 16), UPB_SIZE(-41, -13), kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
392
|
+
{4, UPB_SIZE(12, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
393
|
+
{6, UPB_SIZE(16, 40), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
394
|
+
{7, UPB_SIZE(20, 48), 0, 2, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
395
|
+
{8, UPB_SIZE(24, 56), 65, 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
396
|
+
{9, UPB_SIZE(28, 64), 66, 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
397
|
+
{10, UPB_SIZE(44, 16), UPB_SIZE(-41, -13), 5, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
398
|
+
{11, UPB_SIZE(32, 72), 67, 6, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
399
|
+
{12, UPB_SIZE(44, 16), UPB_SIZE(-41, -13), 7, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
400
|
+
{13, UPB_SIZE(36, 80), 0, 8, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
401
|
+
{14, UPB_SIZE(44, 16), UPB_SIZE(-41, -13), kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
402
|
+
{15, UPB_SIZE(44, 16), UPB_SIZE(-41, -13), 9, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
413
403
|
};
|
414
404
|
|
415
405
|
const upb_MiniTable envoy__config__route__v3__RouteMatch_msg_init = {
|
416
406
|
&envoy_config_route_v3_RouteMatch_submsgs[0],
|
417
407
|
&envoy_config_route_v3_RouteMatch__fields[0],
|
418
|
-
UPB_SIZE(
|
408
|
+
UPB_SIZE(56, 88), 13, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(120), 0,
|
419
409
|
UPB_FASTTABLE_INIT({
|
420
410
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
421
|
-
{
|
422
|
-
{
|
423
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
424
|
-
{
|
425
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
426
|
-
{
|
427
|
-
{
|
428
|
-
{
|
429
|
-
{
|
430
|
-
{
|
431
|
-
{
|
432
|
-
{
|
433
|
-
{
|
434
|
-
{
|
435
|
-
{
|
411
|
+
{0x0010000c0100000a, &upb_pos_1bt},
|
412
|
+
{0x0010000c02000012, &upb_pos_1bt},
|
413
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
414
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
415
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
416
|
+
{0x002800003f010032, &upb_prm_1bt_max64b},
|
417
|
+
{0x003000003f02003a, &upb_prm_1bt_max64b},
|
418
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
419
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
420
|
+
{0x0010000c0a050052, &upb_pom_1bt_maxmaxb},
|
421
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
422
|
+
{0x0010000c0c070062, &upb_pom_1bt_max64b},
|
423
|
+
{0x005000003f08006a, &upb_prm_1bt_maxmaxb},
|
424
|
+
{0x0010000c0e000072, &upb_pos_1bt},
|
425
|
+
{0x0010000c0f09007a, &upb_pom_1bt_maxmaxb},
|
436
426
|
})
|
437
427
|
};
|
438
428
|
|
439
429
|
const upb_MiniTable envoy__config__route__v3__RouteMatch__GrpcRouteMatchOptions_msg_init = {
|
440
430
|
NULL,
|
441
431
|
NULL,
|
442
|
-
|
432
|
+
8, 0, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(255), 0,
|
443
433
|
};
|
444
434
|
|
445
435
|
static const upb_MiniTableSub envoy_config_route_v3_RouteMatch_TlsContextMatchOptions_submsgs[2] = {
|
446
|
-
{.submsg = &google__protobuf__BoolValue_msg_init},
|
447
|
-
{.submsg = &google__protobuf__BoolValue_msg_init},
|
436
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__BoolValue_msg_init},
|
437
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__BoolValue_msg_init},
|
448
438
|
};
|
449
439
|
|
450
440
|
static const upb_MiniTableField envoy_config_route_v3_RouteMatch_TlsContextMatchOptions__fields[2] = {
|
451
|
-
{1, UPB_SIZE(
|
452
|
-
{2, UPB_SIZE(
|
441
|
+
{1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
442
|
+
{2, UPB_SIZE(16, 24), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
453
443
|
};
|
454
444
|
|
455
445
|
const upb_MiniTable envoy__config__route__v3__RouteMatch__TlsContextMatchOptions_msg_init = {
|
456
446
|
&envoy_config_route_v3_RouteMatch_TlsContextMatchOptions_submsgs[0],
|
457
447
|
&envoy_config_route_v3_RouteMatch_TlsContextMatchOptions__fields[0],
|
458
|
-
UPB_SIZE(
|
459
|
-
UPB_FASTTABLE_INIT({
|
460
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
461
|
-
{0x000800000100000a, &upb_psm_1bt_maxmaxb},
|
462
|
-
{0x0010000002010012, &upb_psm_1bt_maxmaxb},
|
463
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
464
|
-
})
|
448
|
+
UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(255), 0,
|
465
449
|
};
|
466
450
|
|
467
451
|
const upb_MiniTable envoy__config__route__v3__RouteMatch__ConnectMatcher_msg_init = {
|
468
452
|
NULL,
|
469
453
|
NULL,
|
470
|
-
|
454
|
+
8, 0, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(255), 0,
|
471
455
|
};
|
472
456
|
|
473
457
|
static const upb_MiniTableSub envoy_config_route_v3_CorsPolicy_submsgs[5] = {
|
474
|
-
{.submsg = &google__protobuf__BoolValue_msg_init},
|
475
|
-
{.submsg = &envoy__config__core__v3__RuntimeFractionalPercent_msg_init},
|
476
|
-
{.submsg = &envoy__config__core__v3__RuntimeFractionalPercent_msg_init},
|
477
|
-
{.submsg = &envoy__type__matcher__v3__StringMatcher_msg_init},
|
478
|
-
{.submsg = &google__protobuf__BoolValue_msg_init},
|
458
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__BoolValue_msg_init},
|
459
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__RuntimeFractionalPercent_msg_init},
|
460
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__RuntimeFractionalPercent_msg_init},
|
461
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__matcher__v3__StringMatcher_msg_init},
|
462
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__BoolValue_msg_init},
|
479
463
|
};
|
480
464
|
|
481
465
|
static const upb_MiniTableField envoy_config_route_v3_CorsPolicy__fields[9] = {
|
482
|
-
{2, UPB_SIZE(
|
483
|
-
{3, UPB_SIZE(
|
484
|
-
{4, UPB_SIZE(
|
485
|
-
{5, UPB_SIZE(
|
486
|
-
{6, UPB_SIZE(
|
487
|
-
{9, UPB_SIZE(
|
488
|
-
{10, UPB_SIZE(
|
489
|
-
{11, UPB_SIZE(
|
490
|
-
{12, UPB_SIZE(
|
466
|
+
{2, UPB_SIZE(36, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
467
|
+
{3, UPB_SIZE(44, 32), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
468
|
+
{4, UPB_SIZE(52, 48), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
469
|
+
{5, UPB_SIZE(60, 64), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
470
|
+
{6, UPB_SIZE(12, 80), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
471
|
+
{9, UPB_SIZE(32, 112), UPB_SIZE(-17, -13), 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
472
|
+
{10, UPB_SIZE(20, 88), 65, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
473
|
+
{11, UPB_SIZE(24, 96), 0, 3, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
474
|
+
{12, UPB_SIZE(28, 104), 66, 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
491
475
|
};
|
492
476
|
|
493
477
|
const upb_MiniTable envoy__config__route__v3__CorsPolicy_msg_init = {
|
494
478
|
&envoy_config_route_v3_CorsPolicy_submsgs[0],
|
495
479
|
&envoy_config_route_v3_CorsPolicy__fields[0],
|
496
|
-
UPB_SIZE(
|
480
|
+
UPB_SIZE(72, 120), 9, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(120), 0,
|
497
481
|
UPB_FASTTABLE_INIT({
|
498
482
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
499
483
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
500
|
-
{
|
501
|
-
{
|
502
|
-
{
|
503
|
-
{
|
504
|
-
{
|
484
|
+
{0x001000003f000012, &upb_pss_1bt},
|
485
|
+
{0x002000003f00001a, &upb_pss_1bt},
|
486
|
+
{0x003000003f000022, &upb_pss_1bt},
|
487
|
+
{0x004000003f00002a, &upb_pss_1bt},
|
488
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
489
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
490
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
491
|
+
{0x0070000c0901004a, &upb_pom_1bt_maxmaxb},
|
505
492
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
493
|
+
{0x006000003f03005a, &upb_prm_1bt_maxmaxb},
|
506
494
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
507
|
-
{0x006800040901004a, &upb_pom_1bt_maxmaxb},
|
508
|
-
{0x0050000002020052, &upb_psm_1bt_maxmaxb},
|
509
|
-
{0x005800003f03005a, &upb_prm_1bt_maxmaxb},
|
510
|
-
{0x0060000003040062, &upb_psm_1bt_maxmaxb},
|
511
495
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
512
496
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
513
497
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -515,230 +499,228 @@ const upb_MiniTable envoy__config__route__v3__CorsPolicy_msg_init = {
|
|
515
499
|
};
|
516
500
|
|
517
501
|
static const upb_MiniTableSub envoy_config_route_v3_RouteAction_submsgs[24] = {
|
518
|
-
{.submsg = &envoy__config__route__v3__WeightedCluster_msg_init},
|
519
|
-
{.submsg = &envoy__config__core__v3__Metadata_msg_init},
|
520
|
-
{.submsg = &google__protobuf__BoolValue_msg_init},
|
521
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
522
|
-
{.submsg = &envoy__config__route__v3__RetryPolicy_msg_init},
|
523
|
-
{.submsg = &envoy__config__route__v3__RateLimit_msg_init},
|
524
|
-
{.submsg = &google__protobuf__BoolValue_msg_init},
|
525
|
-
{.submsg = &envoy__config__route__v3__RouteAction__HashPolicy_msg_init},
|
526
|
-
{.submsg = &envoy__config__route__v3__CorsPolicy_msg_init},
|
527
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
528
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
529
|
-
{.submsg = &envoy__config__route__v3__RouteAction__UpgradeConfig_msg_init},
|
530
|
-
{.submsg = &envoy__config__route__v3__HedgePolicy_msg_init},
|
531
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
532
|
-
{.submsg = &envoy__config__route__v3__RouteAction__RequestMirrorPolicy_msg_init},
|
533
|
-
{.submsg = &google__protobuf__UInt32Value_msg_init},
|
534
|
-
{.submsg = &envoy__type__matcher__v3__RegexMatchAndSubstitute_msg_init},
|
535
|
-
{.submsg = &google__protobuf__Any_msg_init},
|
536
|
-
{.submsg = &envoy__config__route__v3__InternalRedirectPolicy_msg_init},
|
537
|
-
{.submsg = &envoy__type__matcher__v3__RegexMatchAndSubstitute_msg_init},
|
538
|
-
{.submsg = &envoy__config__route__v3__RouteAction__MaxStreamDuration_msg_init},
|
539
|
-
{.submsg = &envoy__config__route__v3__ClusterSpecifierPlugin_msg_init},
|
540
|
-
{.submsg = &envoy__config__core__v3__TypedExtensionConfig_msg_init},
|
541
|
-
{.submsg = &envoy__config__core__v3__TypedExtensionConfig_msg_init},
|
502
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__WeightedCluster_msg_init},
|
503
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__Metadata_msg_init},
|
504
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__BoolValue_msg_init},
|
505
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
506
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RetryPolicy_msg_init},
|
507
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RateLimit_msg_init},
|
508
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__BoolValue_msg_init},
|
509
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteAction__HashPolicy_msg_init},
|
510
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__CorsPolicy_msg_init},
|
511
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
512
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
513
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteAction__UpgradeConfig_msg_init},
|
514
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__HedgePolicy_msg_init},
|
515
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
516
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteAction__RequestMirrorPolicy_msg_init},
|
517
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init},
|
518
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__matcher__v3__RegexMatchAndSubstitute_msg_init},
|
519
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init},
|
520
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__InternalRedirectPolicy_msg_init},
|
521
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__matcher__v3__RegexMatchAndSubstitute_msg_init},
|
522
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteAction__MaxStreamDuration_msg_init},
|
523
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__ClusterSpecifierPlugin_msg_init},
|
524
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__TypedExtensionConfig_msg_init},
|
525
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__TypedExtensionConfig_msg_init},
|
542
526
|
};
|
543
527
|
|
544
528
|
static const upb_MiniTableField envoy_config_route_v3_RouteAction__fields[34] = {
|
545
|
-
{1, UPB_SIZE(
|
546
|
-
{2, UPB_SIZE(
|
547
|
-
{3, UPB_SIZE(
|
548
|
-
{4, UPB_SIZE(
|
549
|
-
{5, UPB_SIZE(
|
550
|
-
{6, UPB_SIZE(
|
551
|
-
{7, UPB_SIZE(
|
552
|
-
{8, UPB_SIZE(
|
553
|
-
{9, UPB_SIZE(
|
554
|
-
{11, UPB_SIZE(
|
555
|
-
{13, UPB_SIZE(
|
556
|
-
{14, UPB_SIZE(
|
557
|
-
{15, UPB_SIZE(
|
558
|
-
{17, UPB_SIZE(
|
559
|
-
{20, UPB_SIZE(
|
560
|
-
{23, UPB_SIZE(
|
561
|
-
{24, UPB_SIZE(
|
562
|
-
{25, UPB_SIZE(
|
563
|
-
{26, UPB_SIZE(
|
564
|
-
{27, UPB_SIZE(
|
565
|
-
{28, UPB_SIZE(
|
566
|
-
{29, UPB_SIZE(
|
567
|
-
{30, UPB_SIZE(
|
568
|
-
{31, UPB_SIZE(
|
569
|
-
{32, UPB_SIZE(
|
570
|
-
{33, UPB_SIZE(
|
571
|
-
{34, UPB_SIZE(
|
572
|
-
{35, UPB_SIZE(
|
573
|
-
{36, UPB_SIZE(
|
574
|
-
{37, UPB_SIZE(
|
575
|
-
{38, UPB_SIZE(
|
576
|
-
{39, UPB_SIZE(
|
577
|
-
{40, UPB_SIZE(
|
578
|
-
{41, UPB_SIZE(
|
529
|
+
{1, UPB_SIZE(124, 56), UPB_SIZE(-105, -33), kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
530
|
+
{2, UPB_SIZE(124, 56), UPB_SIZE(-105, -33), kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
531
|
+
{3, UPB_SIZE(124, 56), UPB_SIZE(-105, -33), 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
532
|
+
{4, UPB_SIZE(12, 72), 64, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
533
|
+
{5, UPB_SIZE(132, 80), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
534
|
+
{6, UPB_SIZE(116, 40), UPB_SIZE(-93, -25), kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
535
|
+
{7, UPB_SIZE(116, 40), UPB_SIZE(-93, -25), 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
536
|
+
{8, UPB_SIZE(16, 96), 65, 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
537
|
+
{9, UPB_SIZE(20, 104), 66, 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
538
|
+
{11, UPB_SIZE(24, 12), 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
539
|
+
{13, UPB_SIZE(28, 112), 0, 5, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
540
|
+
{14, UPB_SIZE(32, 120), 67, 6, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
541
|
+
{15, UPB_SIZE(36, 128), 0, 7, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
542
|
+
{17, UPB_SIZE(40, 136), 68, 8, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
543
|
+
{20, UPB_SIZE(44, 16), 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
544
|
+
{23, UPB_SIZE(48, 144), 69, 9, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
545
|
+
{24, UPB_SIZE(52, 152), 70, 10, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
546
|
+
{25, UPB_SIZE(56, 160), 0, 11, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
547
|
+
{26, UPB_SIZE(60, 20), 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
548
|
+
{27, UPB_SIZE(64, 168), 71, 12, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
549
|
+
{28, UPB_SIZE(68, 176), 72, 13, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
550
|
+
{29, UPB_SIZE(116, 40), UPB_SIZE(-93, -25), kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
551
|
+
{30, UPB_SIZE(72, 184), 0, 14, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
552
|
+
{31, UPB_SIZE(76, 192), 73, 15, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
553
|
+
{32, UPB_SIZE(80, 200), 74, 16, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
554
|
+
{33, UPB_SIZE(84, 208), 75, 17, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
555
|
+
{34, UPB_SIZE(88, 216), 76, 18, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
556
|
+
{35, UPB_SIZE(116, 40), UPB_SIZE(-93, -25), 19, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
557
|
+
{36, UPB_SIZE(96, 224), 77, 20, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
558
|
+
{37, UPB_SIZE(124, 56), UPB_SIZE(-105, -33), kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
559
|
+
{38, UPB_SIZE(100, 28), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
560
|
+
{39, UPB_SIZE(124, 56), UPB_SIZE(-105, -33), 21, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
561
|
+
{40, UPB_SIZE(108, 232), 78, 22, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
562
|
+
{41, UPB_SIZE(112, 240), 79, 23, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
579
563
|
};
|
580
564
|
|
581
565
|
const upb_MiniTable envoy__config__route__v3__RouteAction_msg_init = {
|
582
566
|
&envoy_config_route_v3_RouteAction_submsgs[0],
|
583
567
|
&envoy_config_route_v3_RouteAction__fields[0],
|
584
|
-
UPB_SIZE(
|
568
|
+
UPB_SIZE(144, 248), 34, kUpb_ExtMode_NonExtendable, 9, UPB_FASTTABLE_MASK(248), 0,
|
585
569
|
UPB_FASTTABLE_INIT({
|
586
570
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
587
|
-
{
|
588
|
-
{
|
589
|
-
{
|
590
|
-
{
|
591
|
-
{
|
592
|
-
{
|
593
|
-
{
|
594
|
-
{
|
595
|
-
{
|
596
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
597
|
-
{
|
598
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
599
|
-
{
|
600
|
-
{
|
601
|
-
{
|
602
|
-
{
|
603
|
-
{
|
604
|
-
{
|
605
|
-
{
|
606
|
-
{
|
607
|
-
{
|
608
|
-
{
|
609
|
-
{
|
610
|
-
{
|
611
|
-
{
|
612
|
-
{
|
613
|
-
{
|
614
|
-
{
|
615
|
-
{
|
616
|
-
{
|
617
|
-
{
|
571
|
+
{0x003800200100000a, &upb_pos_1bt},
|
572
|
+
{0x0038002002000012, &upb_pos_1bt},
|
573
|
+
{0x003800200300001a, &upb_pom_1bt_max128b},
|
574
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
575
|
+
{0x005000003f00002a, &upb_pss_1bt},
|
576
|
+
{0x0028001806000032, &upb_pos_1bt},
|
577
|
+
{0x002800180702003a, &upb_pom_1bt_maxmaxb},
|
578
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
579
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
580
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
581
|
+
{0x000c00003f000058, &upb_psv4_1bt},
|
582
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
583
|
+
{0x007000003f05006a, &upb_prm_1bt_max64b},
|
584
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
585
|
+
{0x008000003f07007a, &upb_prm_1bt_max64b},
|
586
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
587
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
588
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
589
|
+
{0x002800182313029a, &upb_pom_2bt_maxmaxb},
|
590
|
+
{0x001000003f0001a0, &upb_psv4_2bt},
|
591
|
+
{0x00380020250002aa, &upb_pos_2bt},
|
592
|
+
{0x001c00003f0002b0, &upb_psb1_2bt},
|
593
|
+
{0x00380020271502ba, &upb_pom_2bt_max64b},
|
594
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
595
|
+
{0x00a000003f0b01ca, &upb_prm_2bt_max64b},
|
596
|
+
{0x001400003f0001d0, &upb_psv4_2bt},
|
597
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
598
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
599
|
+
{0x002800181d0001ea, &upb_pos_2bt},
|
600
|
+
{0x00b800003f0e01f2, &upb_prm_2bt_max128b},
|
601
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
618
602
|
})
|
619
603
|
};
|
620
604
|
|
621
605
|
static const upb_MiniTableSub envoy_config_route_v3_RouteAction_RequestMirrorPolicy_submsgs[2] = {
|
622
|
-
{.submsg = &envoy__config__core__v3__RuntimeFractionalPercent_msg_init},
|
623
|
-
{.submsg = &google__protobuf__BoolValue_msg_init},
|
606
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__RuntimeFractionalPercent_msg_init},
|
607
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__BoolValue_msg_init},
|
624
608
|
};
|
625
609
|
|
626
610
|
static const upb_MiniTableField envoy_config_route_v3_RouteAction_RequestMirrorPolicy__fields[4] = {
|
627
|
-
{1, UPB_SIZE(
|
628
|
-
{3, UPB_SIZE(
|
629
|
-
{4, UPB_SIZE(
|
630
|
-
{5, UPB_SIZE(
|
611
|
+
{1, UPB_SIZE(20, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
612
|
+
{3, UPB_SIZE(12, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
613
|
+
{4, UPB_SIZE(16, 40), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
614
|
+
{5, UPB_SIZE(28, 48), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
631
615
|
};
|
632
616
|
|
633
617
|
const upb_MiniTable envoy__config__route__v3__RouteAction__RequestMirrorPolicy_msg_init = {
|
634
618
|
&envoy_config_route_v3_RouteAction_RequestMirrorPolicy_submsgs[0],
|
635
619
|
&envoy_config_route_v3_RouteAction_RequestMirrorPolicy__fields[0],
|
636
|
-
UPB_SIZE(
|
620
|
+
UPB_SIZE(40, 64), 4, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(56), 0,
|
637
621
|
UPB_FASTTABLE_INIT({
|
638
622
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
639
|
-
{
|
623
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
624
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
640
625
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
641
|
-
{
|
642
|
-
{
|
643
|
-
{0x002800003f00002a, &upb_pss_1bt},
|
626
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
627
|
+
{0x003000003f00002a, &upb_pss_1bt},
|
644
628
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
645
629
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
646
630
|
})
|
647
631
|
};
|
648
632
|
|
649
633
|
static const upb_MiniTableSub envoy_config_route_v3_RouteAction_HashPolicy_submsgs[5] = {
|
650
|
-
{.submsg = &envoy__config__route__v3__RouteAction__HashPolicy__Header_msg_init},
|
651
|
-
{.submsg = &envoy__config__route__v3__RouteAction__HashPolicy__Cookie_msg_init},
|
652
|
-
{.submsg = &envoy__config__route__v3__RouteAction__HashPolicy__ConnectionProperties_msg_init},
|
653
|
-
{.submsg = &envoy__config__route__v3__RouteAction__HashPolicy__QueryParameter_msg_init},
|
654
|
-
{.submsg = &envoy__config__route__v3__RouteAction__HashPolicy__FilterState_msg_init},
|
634
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteAction__HashPolicy__Header_msg_init},
|
635
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteAction__HashPolicy__Cookie_msg_init},
|
636
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteAction__HashPolicy__ConnectionProperties_msg_init},
|
637
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteAction__HashPolicy__QueryParameter_msg_init},
|
638
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteAction__HashPolicy__FilterState_msg_init},
|
655
639
|
};
|
656
640
|
|
657
641
|
static const upb_MiniTableField envoy_config_route_v3_RouteAction_HashPolicy__fields[6] = {
|
658
|
-
{1,
|
659
|
-
{2,
|
660
|
-
{3,
|
661
|
-
{4,
|
662
|
-
{5,
|
663
|
-
{6,
|
642
|
+
{1, 16, -13, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
643
|
+
{2, 16, -13, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
644
|
+
{3, 16, -13, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
645
|
+
{4, 8, 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
646
|
+
{5, 16, -13, 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
647
|
+
{6, 16, -13, 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
664
648
|
};
|
665
649
|
|
666
650
|
const upb_MiniTable envoy__config__route__v3__RouteAction__HashPolicy_msg_init = {
|
667
651
|
&envoy_config_route_v3_RouteAction_HashPolicy_submsgs[0],
|
668
652
|
&envoy_config_route_v3_RouteAction_HashPolicy__fields[0],
|
669
|
-
|
653
|
+
24, 6, kUpb_ExtMode_NonExtendable, 6, UPB_FASTTABLE_MASK(56), 0,
|
670
654
|
UPB_FASTTABLE_INIT({
|
671
655
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
672
|
-
{
|
673
|
-
{
|
674
|
-
{
|
675
|
-
{
|
676
|
-
{
|
677
|
-
{
|
656
|
+
{0x0010000c0100000a, &upb_pom_1bt_max64b},
|
657
|
+
{0x0010000c02010012, &upb_pom_1bt_max128b},
|
658
|
+
{0x0010000c0302001a, &upb_pom_1bt_max64b},
|
659
|
+
{0x000800003f000020, &upb_psb1_1bt},
|
660
|
+
{0x0010000c0503002a, &upb_pom_1bt_max64b},
|
661
|
+
{0x0010000c06040032, &upb_pom_1bt_max64b},
|
678
662
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
679
663
|
})
|
680
664
|
};
|
681
665
|
|
682
666
|
static const upb_MiniTableSub envoy_config_route_v3_RouteAction_HashPolicy_Header_submsgs[1] = {
|
683
|
-
{.submsg = &envoy__type__matcher__v3__RegexMatchAndSubstitute_msg_init},
|
667
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__matcher__v3__RegexMatchAndSubstitute_msg_init},
|
684
668
|
};
|
685
669
|
|
686
670
|
static const upb_MiniTableField envoy_config_route_v3_RouteAction_HashPolicy_Header__fields[2] = {
|
687
|
-
{1,
|
688
|
-
{2, UPB_SIZE(
|
671
|
+
{1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
672
|
+
{2, UPB_SIZE(12, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
689
673
|
};
|
690
674
|
|
691
675
|
const upb_MiniTable envoy__config__route__v3__RouteAction__HashPolicy__Header_msg_init = {
|
692
676
|
&envoy_config_route_v3_RouteAction_HashPolicy_Header_submsgs[0],
|
693
677
|
&envoy_config_route_v3_RouteAction_HashPolicy_Header__fields[0],
|
694
|
-
UPB_SIZE(
|
678
|
+
UPB_SIZE(24, 40), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0,
|
695
679
|
UPB_FASTTABLE_INIT({
|
696
680
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
697
|
-
{
|
698
|
-
{0x0018000001000012, &upb_psm_1bt_maxmaxb},
|
699
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
681
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
700
682
|
})
|
701
683
|
};
|
702
684
|
|
703
685
|
static const upb_MiniTableField envoy_config_route_v3_RouteAction_HashPolicy_CookieAttribute__fields[2] = {
|
704
|
-
{1,
|
705
|
-
{2, UPB_SIZE(
|
686
|
+
{1, 8, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
687
|
+
{2, UPB_SIZE(16, 24), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
706
688
|
};
|
707
689
|
|
708
690
|
const upb_MiniTable envoy__config__route__v3__RouteAction__HashPolicy__CookieAttribute_msg_init = {
|
709
691
|
NULL,
|
710
692
|
&envoy_config_route_v3_RouteAction_HashPolicy_CookieAttribute__fields[0],
|
711
|
-
UPB_SIZE(
|
693
|
+
UPB_SIZE(24, 40), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0,
|
712
694
|
UPB_FASTTABLE_INIT({
|
713
695
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
714
|
-
{
|
715
|
-
{
|
696
|
+
{0x000800003f00000a, &upb_pss_1bt},
|
697
|
+
{0x001800003f000012, &upb_pss_1bt},
|
716
698
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
717
699
|
})
|
718
700
|
};
|
719
701
|
|
720
702
|
static const upb_MiniTableSub envoy_config_route_v3_RouteAction_HashPolicy_Cookie_submsgs[2] = {
|
721
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
722
|
-
{.submsg = &envoy__config__route__v3__RouteAction__HashPolicy__CookieAttribute_msg_init},
|
703
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
704
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteAction__HashPolicy__CookieAttribute_msg_init},
|
723
705
|
};
|
724
706
|
|
725
707
|
static const upb_MiniTableField envoy_config_route_v3_RouteAction_HashPolicy_Cookie__fields[4] = {
|
726
|
-
{1, UPB_SIZE(
|
727
|
-
{2, UPB_SIZE(
|
728
|
-
{3, UPB_SIZE(
|
729
|
-
{4, UPB_SIZE(
|
708
|
+
{1, UPB_SIZE(20, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
709
|
+
{2, UPB_SIZE(12, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
710
|
+
{3, UPB_SIZE(28, 40), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
711
|
+
{4, UPB_SIZE(16, 56), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
730
712
|
};
|
731
713
|
|
732
714
|
const upb_MiniTable envoy__config__route__v3__RouteAction__HashPolicy__Cookie_msg_init = {
|
733
715
|
&envoy_config_route_v3_RouteAction_HashPolicy_Cookie_submsgs[0],
|
734
716
|
&envoy_config_route_v3_RouteAction_HashPolicy_Cookie__fields[0],
|
735
|
-
UPB_SIZE(
|
717
|
+
UPB_SIZE(40, 64), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(56), 0,
|
736
718
|
UPB_FASTTABLE_INIT({
|
737
719
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
738
|
-
{
|
739
|
-
{
|
740
|
-
{
|
741
|
-
{
|
720
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
721
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
722
|
+
{0x002800003f00001a, &upb_pss_1bt},
|
723
|
+
{0x003800003f010022, &upb_prm_1bt_max64b},
|
742
724
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
743
725
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
744
726
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -746,325 +728,309 @@ const upb_MiniTable envoy__config__route__v3__RouteAction__HashPolicy__Cookie_ms
|
|
746
728
|
};
|
747
729
|
|
748
730
|
static const upb_MiniTableField envoy_config_route_v3_RouteAction_HashPolicy_ConnectionProperties__fields[1] = {
|
749
|
-
{1,
|
731
|
+
{1, 8, 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
750
732
|
};
|
751
733
|
|
752
734
|
const upb_MiniTable envoy__config__route__v3__RouteAction__HashPolicy__ConnectionProperties_msg_init = {
|
753
735
|
NULL,
|
754
736
|
&envoy_config_route_v3_RouteAction_HashPolicy_ConnectionProperties__fields[0],
|
755
|
-
|
737
|
+
16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
|
756
738
|
UPB_FASTTABLE_INIT({
|
757
739
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
758
|
-
{
|
740
|
+
{0x000800003f000008, &upb_psb1_1bt},
|
759
741
|
})
|
760
742
|
};
|
761
743
|
|
762
744
|
static const upb_MiniTableField envoy_config_route_v3_RouteAction_HashPolicy_QueryParameter__fields[1] = {
|
763
|
-
{1,
|
745
|
+
{1, 8, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
764
746
|
};
|
765
747
|
|
766
748
|
const upb_MiniTable envoy__config__route__v3__RouteAction__HashPolicy__QueryParameter_msg_init = {
|
767
749
|
NULL,
|
768
750
|
&envoy_config_route_v3_RouteAction_HashPolicy_QueryParameter__fields[0],
|
769
|
-
UPB_SIZE(
|
751
|
+
UPB_SIZE(16, 24), 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
|
770
752
|
UPB_FASTTABLE_INIT({
|
771
753
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
772
|
-
{
|
754
|
+
{0x000800003f00000a, &upb_pss_1bt},
|
773
755
|
})
|
774
756
|
};
|
775
757
|
|
776
758
|
static const upb_MiniTableField envoy_config_route_v3_RouteAction_HashPolicy_FilterState__fields[1] = {
|
777
|
-
{1,
|
759
|
+
{1, 8, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
778
760
|
};
|
779
761
|
|
780
762
|
const upb_MiniTable envoy__config__route__v3__RouteAction__HashPolicy__FilterState_msg_init = {
|
781
763
|
NULL,
|
782
764
|
&envoy_config_route_v3_RouteAction_HashPolicy_FilterState__fields[0],
|
783
|
-
UPB_SIZE(
|
765
|
+
UPB_SIZE(16, 24), 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
|
784
766
|
UPB_FASTTABLE_INIT({
|
785
767
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
786
|
-
{
|
768
|
+
{0x000800003f00000a, &upb_pss_1bt},
|
787
769
|
})
|
788
770
|
};
|
789
771
|
|
790
772
|
static const upb_MiniTableSub envoy_config_route_v3_RouteAction_UpgradeConfig_submsgs[2] = {
|
791
|
-
{.submsg = &google__protobuf__BoolValue_msg_init},
|
792
|
-
{.submsg = &envoy__config__route__v3__RouteAction__UpgradeConfig__ConnectConfig_msg_init},
|
773
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__BoolValue_msg_init},
|
774
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RouteAction__UpgradeConfig__ConnectConfig_msg_init},
|
793
775
|
};
|
794
776
|
|
795
777
|
static const upb_MiniTableField envoy_config_route_v3_RouteAction_UpgradeConfig__fields[3] = {
|
796
|
-
{1, UPB_SIZE(
|
797
|
-
{2, UPB_SIZE(
|
798
|
-
{3, UPB_SIZE(
|
778
|
+
{1, UPB_SIZE(20, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
779
|
+
{2, UPB_SIZE(12, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
780
|
+
{3, UPB_SIZE(16, 40), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
799
781
|
};
|
800
782
|
|
801
783
|
const upb_MiniTable envoy__config__route__v3__RouteAction__UpgradeConfig_msg_init = {
|
802
784
|
&envoy_config_route_v3_RouteAction_UpgradeConfig_submsgs[0],
|
803
785
|
&envoy_config_route_v3_RouteAction_UpgradeConfig__fields[0],
|
804
|
-
UPB_SIZE(
|
786
|
+
UPB_SIZE(32, 48), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(8), 0,
|
805
787
|
UPB_FASTTABLE_INIT({
|
806
788
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
807
|
-
{
|
808
|
-
{0x0018000001000012, &upb_psm_1bt_maxmaxb},
|
809
|
-
{0x002000000201001a, &upb_psm_1bt_max64b},
|
789
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
810
790
|
})
|
811
791
|
};
|
812
792
|
|
813
793
|
static const upb_MiniTableSub envoy_config_route_v3_RouteAction_UpgradeConfig_ConnectConfig_submsgs[1] = {
|
814
|
-
{.submsg = &envoy__config__core__v3__ProxyProtocolConfig_msg_init},
|
794
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__ProxyProtocolConfig_msg_init},
|
815
795
|
};
|
816
796
|
|
817
797
|
static const upb_MiniTableField envoy_config_route_v3_RouteAction_UpgradeConfig_ConnectConfig__fields[2] = {
|
818
|
-
{1, UPB_SIZE(
|
819
|
-
{2, UPB_SIZE(
|
798
|
+
{1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
799
|
+
{2, UPB_SIZE(16, 9), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
820
800
|
};
|
821
801
|
|
822
802
|
const upb_MiniTable envoy__config__route__v3__RouteAction__UpgradeConfig__ConnectConfig_msg_init = {
|
823
803
|
&envoy_config_route_v3_RouteAction_UpgradeConfig_ConnectConfig_submsgs[0],
|
824
804
|
&envoy_config_route_v3_RouteAction_UpgradeConfig_ConnectConfig__fields[0],
|
825
|
-
|
805
|
+
24, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0,
|
826
806
|
UPB_FASTTABLE_INIT({
|
827
807
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
828
|
-
{
|
829
|
-
{
|
808
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
809
|
+
{0x000900003f000010, &upb_psb1_1bt},
|
830
810
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
831
811
|
})
|
832
812
|
};
|
833
813
|
|
834
814
|
static const upb_MiniTableSub envoy_config_route_v3_RouteAction_MaxStreamDuration_submsgs[3] = {
|
835
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
836
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
837
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
815
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
816
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
817
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
838
818
|
};
|
839
819
|
|
840
820
|
static const upb_MiniTableField envoy_config_route_v3_RouteAction_MaxStreamDuration__fields[3] = {
|
841
|
-
{1, UPB_SIZE(
|
842
|
-
{2, UPB_SIZE(
|
843
|
-
{3, UPB_SIZE(
|
821
|
+
{1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
822
|
+
{2, UPB_SIZE(16, 24), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
823
|
+
{3, UPB_SIZE(20, 32), 66, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
844
824
|
};
|
845
825
|
|
846
826
|
const upb_MiniTable envoy__config__route__v3__RouteAction__MaxStreamDuration_msg_init = {
|
847
827
|
&envoy_config_route_v3_RouteAction_MaxStreamDuration_submsgs[0],
|
848
828
|
&envoy_config_route_v3_RouteAction_MaxStreamDuration__fields[0],
|
849
|
-
UPB_SIZE(
|
850
|
-
UPB_FASTTABLE_INIT({
|
851
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
852
|
-
{0x000800000100000a, &upb_psm_1bt_maxmaxb},
|
853
|
-
{0x0010000002010012, &upb_psm_1bt_maxmaxb},
|
854
|
-
{0x001800000302001a, &upb_psm_1bt_maxmaxb},
|
855
|
-
})
|
829
|
+
UPB_SIZE(24, 40), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(255), 0,
|
856
830
|
};
|
857
831
|
|
858
832
|
static const upb_MiniTableSub envoy_config_route_v3_RetryPolicy_submsgs[10] = {
|
859
|
-
{.submsg = &google__protobuf__UInt32Value_msg_init},
|
860
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
861
|
-
{.submsg = &envoy__config__route__v3__RetryPolicy__RetryPriority_msg_init},
|
862
|
-
{.submsg = &envoy__config__route__v3__RetryPolicy__RetryHostPredicate_msg_init},
|
863
|
-
{.submsg = &envoy__config__route__v3__RetryPolicy__RetryBackOff_msg_init},
|
864
|
-
{.submsg = &envoy__config__route__v3__HeaderMatcher_msg_init},
|
865
|
-
{.submsg = &envoy__config__route__v3__HeaderMatcher_msg_init},
|
866
|
-
{.submsg = &envoy__config__route__v3__RetryPolicy__RateLimitedRetryBackOff_msg_init},
|
867
|
-
{.submsg = &envoy__config__core__v3__TypedExtensionConfig_msg_init},
|
868
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
833
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init},
|
834
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
835
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RetryPolicy__RetryPriority_msg_init},
|
836
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RetryPolicy__RetryHostPredicate_msg_init},
|
837
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RetryPolicy__RetryBackOff_msg_init},
|
838
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__HeaderMatcher_msg_init},
|
839
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__HeaderMatcher_msg_init},
|
840
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RetryPolicy__RateLimitedRetryBackOff_msg_init},
|
841
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__TypedExtensionConfig_msg_init},
|
842
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
869
843
|
};
|
870
844
|
|
871
845
|
static const upb_MiniTableField envoy_config_route_v3_RetryPolicy__fields[13] = {
|
872
|
-
{1, UPB_SIZE(
|
873
|
-
{2, UPB_SIZE(
|
874
|
-
{3, UPB_SIZE(
|
875
|
-
{4, UPB_SIZE(
|
876
|
-
{5, UPB_SIZE(
|
877
|
-
{6,
|
878
|
-
{7, UPB_SIZE(
|
879
|
-
{8, UPB_SIZE(
|
880
|
-
{9, UPB_SIZE(
|
881
|
-
{10, UPB_SIZE(
|
882
|
-
{11, UPB_SIZE(
|
883
|
-
{12, UPB_SIZE(
|
884
|
-
{13, UPB_SIZE(
|
846
|
+
{1, UPB_SIZE(56, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
847
|
+
{2, UPB_SIZE(12, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
848
|
+
{3, UPB_SIZE(16, 40), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
849
|
+
{4, UPB_SIZE(20, 48), 66, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
850
|
+
{5, UPB_SIZE(24, 56), 0, 3, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
851
|
+
{6, 64, 0, kUpb_NoSub, 3, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
852
|
+
{7, UPB_SIZE(28, 72), 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Array | (int)kUpb_LabelFlags_IsPacked | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
853
|
+
{8, UPB_SIZE(32, 80), 67, 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
854
|
+
{9, UPB_SIZE(36, 88), 0, 5, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
855
|
+
{10, UPB_SIZE(40, 96), 0, 6, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
856
|
+
{11, UPB_SIZE(44, 104), 68, 7, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
857
|
+
{12, UPB_SIZE(48, 112), 0, 8, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
858
|
+
{13, UPB_SIZE(52, 120), 69, 9, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
885
859
|
};
|
886
860
|
|
887
861
|
const upb_MiniTable envoy__config__route__v3__RetryPolicy_msg_init = {
|
888
862
|
&envoy_config_route_v3_RetryPolicy_submsgs[0],
|
889
863
|
&envoy_config_route_v3_RetryPolicy__fields[0],
|
890
|
-
UPB_SIZE(
|
864
|
+
UPB_SIZE(72, 128), 13, kUpb_ExtMode_NonExtendable, 13, UPB_FASTTABLE_MASK(120), 0,
|
891
865
|
UPB_FASTTABLE_INIT({
|
892
866
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
893
|
-
{
|
894
|
-
{
|
895
|
-
{
|
896
|
-
{
|
897
|
-
{
|
898
|
-
{
|
899
|
-
{
|
900
|
-
{
|
901
|
-
{
|
902
|
-
{
|
903
|
-
{
|
904
|
-
{
|
905
|
-
{
|
867
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
868
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
869
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
870
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
871
|
+
{0x003800003f03002a, &upb_prm_1bt_max64b},
|
872
|
+
{0x004000003f000030, &upb_psv8_1bt},
|
873
|
+
{0x004800003f00003a, &upb_ppv4_1bt},
|
874
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
875
|
+
{0x005800003f05004a, &upb_prm_1bt_max64b},
|
876
|
+
{0x006000003f060052, &upb_prm_1bt_max64b},
|
877
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
878
|
+
{0x007000003f080062, &upb_prm_1bt_maxmaxb},
|
879
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
906
880
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
907
881
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
908
882
|
})
|
909
883
|
};
|
910
884
|
|
911
885
|
static const upb_MiniTableSub envoy_config_route_v3_RetryPolicy_RetryPriority_submsgs[1] = {
|
912
|
-
{.submsg = &google__protobuf__Any_msg_init},
|
886
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init},
|
913
887
|
};
|
914
888
|
|
915
889
|
static const upb_MiniTableField envoy_config_route_v3_RetryPolicy_RetryPriority__fields[2] = {
|
916
|
-
{1,
|
917
|
-
{3, UPB_SIZE(
|
890
|
+
{1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
891
|
+
{3, UPB_SIZE(12, 32), -9, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
918
892
|
};
|
919
893
|
|
920
894
|
const upb_MiniTable envoy__config__route__v3__RetryPolicy__RetryPriority_msg_init = {
|
921
895
|
&envoy_config_route_v3_RetryPolicy_RetryPriority_submsgs[0],
|
922
896
|
&envoy_config_route_v3_RetryPolicy_RetryPriority__fields[0],
|
923
|
-
UPB_SIZE(
|
897
|
+
UPB_SIZE(24, 40), 2, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(24), 0,
|
924
898
|
UPB_FASTTABLE_INIT({
|
925
899
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
926
|
-
{
|
900
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
927
901
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
928
|
-
{
|
902
|
+
{0x002000080300001a, &upb_pom_1bt_maxmaxb},
|
929
903
|
})
|
930
904
|
};
|
931
905
|
|
932
906
|
static const upb_MiniTableSub envoy_config_route_v3_RetryPolicy_RetryHostPredicate_submsgs[1] = {
|
933
|
-
{.submsg = &google__protobuf__Any_msg_init},
|
907
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init},
|
934
908
|
};
|
935
909
|
|
936
910
|
static const upb_MiniTableField envoy_config_route_v3_RetryPolicy_RetryHostPredicate__fields[2] = {
|
937
|
-
{1,
|
938
|
-
{3, UPB_SIZE(
|
911
|
+
{1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
912
|
+
{3, UPB_SIZE(12, 32), -9, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
939
913
|
};
|
940
914
|
|
941
915
|
const upb_MiniTable envoy__config__route__v3__RetryPolicy__RetryHostPredicate_msg_init = {
|
942
916
|
&envoy_config_route_v3_RetryPolicy_RetryHostPredicate_submsgs[0],
|
943
917
|
&envoy_config_route_v3_RetryPolicy_RetryHostPredicate__fields[0],
|
944
|
-
UPB_SIZE(
|
918
|
+
UPB_SIZE(24, 40), 2, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(24), 0,
|
945
919
|
UPB_FASTTABLE_INIT({
|
946
920
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
947
|
-
{
|
921
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
948
922
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
949
|
-
{
|
923
|
+
{0x002000080300001a, &upb_pom_1bt_maxmaxb},
|
950
924
|
})
|
951
925
|
};
|
952
926
|
|
953
927
|
static const upb_MiniTableSub envoy_config_route_v3_RetryPolicy_RetryBackOff_submsgs[2] = {
|
954
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
955
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
928
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
929
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
956
930
|
};
|
957
931
|
|
958
932
|
static const upb_MiniTableField envoy_config_route_v3_RetryPolicy_RetryBackOff__fields[2] = {
|
959
|
-
{1, UPB_SIZE(
|
960
|
-
{2, UPB_SIZE(
|
933
|
+
{1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
934
|
+
{2, UPB_SIZE(16, 24), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
961
935
|
};
|
962
936
|
|
963
937
|
const upb_MiniTable envoy__config__route__v3__RetryPolicy__RetryBackOff_msg_init = {
|
964
938
|
&envoy_config_route_v3_RetryPolicy_RetryBackOff_submsgs[0],
|
965
939
|
&envoy_config_route_v3_RetryPolicy_RetryBackOff__fields[0],
|
966
|
-
UPB_SIZE(
|
967
|
-
UPB_FASTTABLE_INIT({
|
968
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
969
|
-
{0x000800000100000a, &upb_psm_1bt_maxmaxb},
|
970
|
-
{0x0010000002010012, &upb_psm_1bt_maxmaxb},
|
971
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
972
|
-
})
|
940
|
+
UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(255), 0,
|
973
941
|
};
|
974
942
|
|
975
943
|
static const upb_MiniTableField envoy_config_route_v3_RetryPolicy_ResetHeader__fields[2] = {
|
976
|
-
{1, UPB_SIZE(
|
977
|
-
{2,
|
944
|
+
{1, UPB_SIZE(12, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
945
|
+
{2, 8, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
978
946
|
};
|
979
947
|
|
980
948
|
const upb_MiniTable envoy__config__route__v3__RetryPolicy__ResetHeader_msg_init = {
|
981
949
|
NULL,
|
982
950
|
&envoy_config_route_v3_RetryPolicy_ResetHeader__fields[0],
|
983
|
-
UPB_SIZE(
|
951
|
+
UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0,
|
984
952
|
UPB_FASTTABLE_INIT({
|
985
953
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
986
|
-
{
|
987
|
-
{
|
954
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
955
|
+
{0x000800003f000010, &upb_psv4_1bt},
|
988
956
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
989
957
|
})
|
990
958
|
};
|
991
959
|
|
992
960
|
static const upb_MiniTableSub envoy_config_route_v3_RetryPolicy_RateLimitedRetryBackOff_submsgs[2] = {
|
993
|
-
{.submsg = &envoy__config__route__v3__RetryPolicy__ResetHeader_msg_init},
|
994
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
961
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RetryPolicy__ResetHeader_msg_init},
|
962
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
995
963
|
};
|
996
964
|
|
997
965
|
static const upb_MiniTableField envoy_config_route_v3_RetryPolicy_RateLimitedRetryBackOff__fields[2] = {
|
998
|
-
{1, UPB_SIZE(
|
999
|
-
{2, UPB_SIZE(
|
966
|
+
{1, UPB_SIZE(12, 16), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
967
|
+
{2, UPB_SIZE(16, 24), 64, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1000
968
|
};
|
1001
969
|
|
1002
970
|
const upb_MiniTable envoy__config__route__v3__RetryPolicy__RateLimitedRetryBackOff_msg_init = {
|
1003
971
|
&envoy_config_route_v3_RetryPolicy_RateLimitedRetryBackOff_submsgs[0],
|
1004
972
|
&envoy_config_route_v3_RetryPolicy_RateLimitedRetryBackOff__fields[0],
|
1005
|
-
UPB_SIZE(
|
973
|
+
UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0,
|
1006
974
|
UPB_FASTTABLE_INIT({
|
1007
975
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1008
|
-
{
|
1009
|
-
{0x0010000001010012, &upb_psm_1bt_maxmaxb},
|
1010
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
976
|
+
{0x001000003f00000a, &upb_prm_1bt_max64b},
|
1011
977
|
})
|
1012
978
|
};
|
1013
979
|
|
1014
980
|
static const upb_MiniTableSub envoy_config_route_v3_HedgePolicy_submsgs[2] = {
|
1015
|
-
{.submsg = &google__protobuf__UInt32Value_msg_init},
|
1016
|
-
{.submsg = &envoy__type__v3__FractionalPercent_msg_init},
|
981
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init},
|
982
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__v3__FractionalPercent_msg_init},
|
1017
983
|
};
|
1018
984
|
|
1019
985
|
static const upb_MiniTableField envoy_config_route_v3_HedgePolicy__fields[3] = {
|
1020
|
-
{1, UPB_SIZE(
|
1021
|
-
{2, UPB_SIZE(
|
1022
|
-
{3, UPB_SIZE(
|
986
|
+
{1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
987
|
+
{2, UPB_SIZE(16, 24), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
988
|
+
{3, UPB_SIZE(20, 9), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
1023
989
|
};
|
1024
990
|
|
1025
991
|
const upb_MiniTable envoy__config__route__v3__HedgePolicy_msg_init = {
|
1026
992
|
&envoy_config_route_v3_HedgePolicy_submsgs[0],
|
1027
993
|
&envoy_config_route_v3_HedgePolicy__fields[0],
|
1028
|
-
UPB_SIZE(
|
994
|
+
UPB_SIZE(24, 32), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(24), 0,
|
1029
995
|
UPB_FASTTABLE_INIT({
|
1030
996
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1031
|
-
{
|
1032
|
-
{
|
1033
|
-
{
|
997
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
998
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
999
|
+
{0x000900003f000018, &upb_psb1_1bt},
|
1034
1000
|
})
|
1035
1001
|
};
|
1036
1002
|
|
1037
1003
|
static const upb_MiniTableSub envoy_config_route_v3_RedirectAction_submsgs[1] = {
|
1038
|
-
{.submsg = &envoy__type__matcher__v3__RegexMatchAndSubstitute_msg_init},
|
1004
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__matcher__v3__RegexMatchAndSubstitute_msg_init},
|
1039
1005
|
};
|
1040
1006
|
|
1041
1007
|
static const upb_MiniTableField envoy_config_route_v3_RedirectAction__fields[9] = {
|
1042
|
-
{1, UPB_SIZE(
|
1043
|
-
{2, UPB_SIZE(
|
1044
|
-
{3,
|
1045
|
-
{4, UPB_SIZE(
|
1046
|
-
{5, UPB_SIZE(
|
1047
|
-
{6,
|
1048
|
-
{7, UPB_SIZE(
|
1049
|
-
{8,
|
1050
|
-
{9, UPB_SIZE(
|
1008
|
+
{1, UPB_SIZE(44, 64), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1009
|
+
{2, UPB_SIZE(36, 48), -25, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1010
|
+
{3, 8, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
1011
|
+
{4, UPB_SIZE(28, 32), -17, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
1012
|
+
{5, UPB_SIZE(36, 48), -25, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1013
|
+
{6, 12, 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
1014
|
+
{7, UPB_SIZE(28, 32), -17, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1015
|
+
{8, 20, 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
1016
|
+
{9, UPB_SIZE(36, 48), -25, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1051
1017
|
};
|
1052
1018
|
|
1053
1019
|
const upb_MiniTable envoy__config__route__v3__RedirectAction_msg_init = {
|
1054
1020
|
&envoy_config_route_v3_RedirectAction_submsgs[0],
|
1055
1021
|
&envoy_config_route_v3_RedirectAction__fields[0],
|
1056
|
-
UPB_SIZE(
|
1022
|
+
UPB_SIZE(56, 80), 9, kUpb_ExtMode_NonExtendable, 9, UPB_FASTTABLE_MASK(120), 0,
|
1057
1023
|
UPB_FASTTABLE_INIT({
|
1058
1024
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1059
|
-
{
|
1060
|
-
{
|
1061
|
-
{
|
1062
|
-
{
|
1063
|
-
{
|
1064
|
-
{
|
1065
|
-
{
|
1066
|
-
{
|
1067
|
-
{
|
1025
|
+
{0x004000003f00000a, &upb_pss_1bt},
|
1026
|
+
{0x0030001802000012, &upb_pos_1bt},
|
1027
|
+
{0x000800003f000018, &upb_psv4_1bt},
|
1028
|
+
{0x0020001004000020, &upb_pob1_1bt},
|
1029
|
+
{0x003000180500002a, &upb_pos_1bt},
|
1030
|
+
{0x000c00003f000030, &upb_psb1_1bt},
|
1031
|
+
{0x002000100700003a, &upb_pos_1bt},
|
1032
|
+
{0x001400003f000040, &upb_psv4_1bt},
|
1033
|
+
{0x003000180900004a, &upb_pom_1bt_maxmaxb},
|
1068
1034
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1069
1035
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1070
1036
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -1075,77 +1041,73 @@ const upb_MiniTable envoy__config__route__v3__RedirectAction_msg_init = {
|
|
1075
1041
|
};
|
1076
1042
|
|
1077
1043
|
static const upb_MiniTableSub envoy_config_route_v3_DirectResponseAction_submsgs[1] = {
|
1078
|
-
{.submsg = &envoy__config__core__v3__DataSource_msg_init},
|
1044
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__DataSource_msg_init},
|
1079
1045
|
};
|
1080
1046
|
|
1081
1047
|
static const upb_MiniTableField envoy_config_route_v3_DirectResponseAction__fields[2] = {
|
1082
|
-
{1,
|
1083
|
-
{2,
|
1048
|
+
{1, 12, 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
1049
|
+
{2, 16, 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1084
1050
|
};
|
1085
1051
|
|
1086
1052
|
const upb_MiniTable envoy__config__route__v3__DirectResponseAction_msg_init = {
|
1087
1053
|
&envoy_config_route_v3_DirectResponseAction_submsgs[0],
|
1088
1054
|
&envoy_config_route_v3_DirectResponseAction__fields[0],
|
1089
|
-
|
1055
|
+
24, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0,
|
1090
1056
|
UPB_FASTTABLE_INIT({
|
1091
1057
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1092
|
-
{
|
1093
|
-
{0x0008000001000012, &upb_psm_1bt_maxmaxb},
|
1094
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1058
|
+
{0x000c00003f000008, &upb_psv4_1bt},
|
1095
1059
|
})
|
1096
1060
|
};
|
1097
1061
|
|
1098
1062
|
const upb_MiniTable envoy__config__route__v3__NonForwardingAction_msg_init = {
|
1099
1063
|
NULL,
|
1100
1064
|
NULL,
|
1101
|
-
|
1065
|
+
8, 0, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(255), 0,
|
1102
1066
|
};
|
1103
1067
|
|
1104
1068
|
static const upb_MiniTableSub envoy_config_route_v3_Decorator_submsgs[1] = {
|
1105
|
-
{.submsg = &google__protobuf__BoolValue_msg_init},
|
1069
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__BoolValue_msg_init},
|
1106
1070
|
};
|
1107
1071
|
|
1108
1072
|
static const upb_MiniTableField envoy_config_route_v3_Decorator__fields[2] = {
|
1109
|
-
{1,
|
1110
|
-
{2, UPB_SIZE(
|
1073
|
+
{1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1074
|
+
{2, UPB_SIZE(12, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1111
1075
|
};
|
1112
1076
|
|
1113
1077
|
const upb_MiniTable envoy__config__route__v3__Decorator_msg_init = {
|
1114
1078
|
&envoy_config_route_v3_Decorator_submsgs[0],
|
1115
1079
|
&envoy_config_route_v3_Decorator__fields[0],
|
1116
|
-
UPB_SIZE(
|
1080
|
+
UPB_SIZE(24, 40), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0,
|
1117
1081
|
UPB_FASTTABLE_INIT({
|
1118
1082
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1119
|
-
{
|
1120
|
-
{0x0018000001000012, &upb_psm_1bt_maxmaxb},
|
1121
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1083
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
1122
1084
|
})
|
1123
1085
|
};
|
1124
1086
|
|
1125
1087
|
static const upb_MiniTableSub envoy_config_route_v3_Tracing_submsgs[4] = {
|
1126
|
-
{.submsg = &envoy__type__v3__FractionalPercent_msg_init},
|
1127
|
-
{.submsg = &envoy__type__v3__FractionalPercent_msg_init},
|
1128
|
-
{.submsg = &envoy__type__v3__FractionalPercent_msg_init},
|
1129
|
-
{.submsg = &envoy__type__tracing__v3__CustomTag_msg_init},
|
1088
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__v3__FractionalPercent_msg_init},
|
1089
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__v3__FractionalPercent_msg_init},
|
1090
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__v3__FractionalPercent_msg_init},
|
1091
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__tracing__v3__CustomTag_msg_init},
|
1130
1092
|
};
|
1131
1093
|
|
1132
1094
|
static const upb_MiniTableField envoy_config_route_v3_Tracing__fields[4] = {
|
1133
|
-
{1, UPB_SIZE(
|
1134
|
-
{2, UPB_SIZE(
|
1135
|
-
{3, UPB_SIZE(
|
1136
|
-
{4, UPB_SIZE(
|
1095
|
+
{1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1096
|
+
{2, UPB_SIZE(16, 24), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1097
|
+
{3, UPB_SIZE(20, 32), 66, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1098
|
+
{4, UPB_SIZE(24, 40), 0, 3, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1137
1099
|
};
|
1138
1100
|
|
1139
1101
|
const upb_MiniTable envoy__config__route__v3__Tracing_msg_init = {
|
1140
1102
|
&envoy_config_route_v3_Tracing_submsgs[0],
|
1141
1103
|
&envoy_config_route_v3_Tracing__fields[0],
|
1142
|
-
UPB_SIZE(
|
1104
|
+
UPB_SIZE(32, 48), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(56), 0,
|
1143
1105
|
UPB_FASTTABLE_INIT({
|
1144
1106
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1145
|
-
{
|
1146
|
-
{
|
1147
|
-
{
|
1148
|
-
{
|
1107
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1108
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1109
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1110
|
+
{0x002800003f030022, &upb_prm_1bt_maxmaxb},
|
1149
1111
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1150
1112
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1151
1113
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -1153,24 +1115,24 @@ const upb_MiniTable envoy__config__route__v3__Tracing_msg_init = {
|
|
1153
1115
|
};
|
1154
1116
|
|
1155
1117
|
static const upb_MiniTableSub envoy_config_route_v3_VirtualCluster_submsgs[1] = {
|
1156
|
-
{.submsg = &envoy__config__route__v3__HeaderMatcher_msg_init},
|
1118
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__HeaderMatcher_msg_init},
|
1157
1119
|
};
|
1158
1120
|
|
1159
1121
|
static const upb_MiniTableField envoy_config_route_v3_VirtualCluster__fields[2] = {
|
1160
|
-
{2, UPB_SIZE(
|
1161
|
-
{4, UPB_SIZE(
|
1122
|
+
{2, UPB_SIZE(12, 8), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1123
|
+
{4, UPB_SIZE(8, 24), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1162
1124
|
};
|
1163
1125
|
|
1164
1126
|
const upb_MiniTable envoy__config__route__v3__VirtualCluster_msg_init = {
|
1165
1127
|
&envoy_config_route_v3_VirtualCluster_submsgs[0],
|
1166
1128
|
&envoy_config_route_v3_VirtualCluster__fields[0],
|
1167
|
-
UPB_SIZE(
|
1129
|
+
UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(56), 0,
|
1168
1130
|
UPB_FASTTABLE_INIT({
|
1169
1131
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1170
1132
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1171
|
-
{
|
1133
|
+
{0x000800003f000012, &upb_pss_1bt},
|
1172
1134
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1173
|
-
{
|
1135
|
+
{0x001800003f000022, &upb_prm_1bt_max64b},
|
1174
1136
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1175
1137
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1176
1138
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -1178,79 +1140,75 @@ const upb_MiniTable envoy__config__route__v3__VirtualCluster_msg_init = {
|
|
1178
1140
|
};
|
1179
1141
|
|
1180
1142
|
static const upb_MiniTableSub envoy_config_route_v3_RateLimit_submsgs[3] = {
|
1181
|
-
{.submsg = &google__protobuf__UInt32Value_msg_init},
|
1182
|
-
{.submsg = &envoy__config__route__v3__RateLimit__Action_msg_init},
|
1183
|
-
{.submsg = &envoy__config__route__v3__RateLimit__Override_msg_init},
|
1143
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init},
|
1144
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RateLimit__Action_msg_init},
|
1145
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RateLimit__Override_msg_init},
|
1184
1146
|
};
|
1185
1147
|
|
1186
1148
|
static const upb_MiniTableField envoy_config_route_v3_RateLimit__fields[4] = {
|
1187
|
-
{1, UPB_SIZE(
|
1188
|
-
{2,
|
1189
|
-
{3, UPB_SIZE(
|
1190
|
-
{4, UPB_SIZE(
|
1149
|
+
{1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1150
|
+
{2, 24, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1151
|
+
{3, UPB_SIZE(16, 40), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1152
|
+
{4, UPB_SIZE(20, 48), 65, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1191
1153
|
};
|
1192
1154
|
|
1193
1155
|
const upb_MiniTable envoy__config__route__v3__RateLimit_msg_init = {
|
1194
1156
|
&envoy_config_route_v3_RateLimit_submsgs[0],
|
1195
1157
|
&envoy_config_route_v3_RateLimit__fields[0],
|
1196
|
-
UPB_SIZE(
|
1158
|
+
UPB_SIZE(32, 56), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(24), 0,
|
1197
1159
|
UPB_FASTTABLE_INIT({
|
1198
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1199
|
-
{0x000800000100000a, &upb_psm_1bt_maxmaxb},
|
1200
|
-
{0x001000003f000012, &upb_pss_1bt},
|
1201
|
-
{0x002000003f01001a, &upb_prm_1bt_max64b},
|
1202
|
-
{0x0028000002020022, &upb_psm_1bt_max64b},
|
1203
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1204
1160
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1205
1161
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1162
|
+
{0x001800003f000012, &upb_pss_1bt},
|
1163
|
+
{0x002800003f01001a, &upb_prm_1bt_max64b},
|
1206
1164
|
})
|
1207
1165
|
};
|
1208
1166
|
|
1209
1167
|
static const upb_MiniTableSub envoy_config_route_v3_RateLimit_Action_submsgs[11] = {
|
1210
|
-
{.submsg = &envoy__config__route__v3__RateLimit__Action__SourceCluster_msg_init},
|
1211
|
-
{.submsg = &envoy__config__route__v3__RateLimit__Action__DestinationCluster_msg_init},
|
1212
|
-
{.submsg = &envoy__config__route__v3__RateLimit__Action__RequestHeaders_msg_init},
|
1213
|
-
{.submsg = &envoy__config__route__v3__RateLimit__Action__RemoteAddress_msg_init},
|
1214
|
-
{.submsg = &envoy__config__route__v3__RateLimit__Action__GenericKey_msg_init},
|
1215
|
-
{.submsg = &envoy__config__route__v3__RateLimit__Action__HeaderValueMatch_msg_init},
|
1216
|
-
{.submsg = &envoy__config__route__v3__RateLimit__Action__DynamicMetaData_msg_init},
|
1217
|
-
{.submsg = &envoy__config__route__v3__RateLimit__Action__MetaData_msg_init},
|
1218
|
-
{.submsg = &envoy__config__core__v3__TypedExtensionConfig_msg_init},
|
1219
|
-
{.submsg = &envoy__config__route__v3__RateLimit__Action__MaskedRemoteAddress_msg_init},
|
1220
|
-
{.submsg = &envoy__config__route__v3__RateLimit__Action__QueryParameterValueMatch_msg_init},
|
1168
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RateLimit__Action__SourceCluster_msg_init},
|
1169
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RateLimit__Action__DestinationCluster_msg_init},
|
1170
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RateLimit__Action__RequestHeaders_msg_init},
|
1171
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RateLimit__Action__RemoteAddress_msg_init},
|
1172
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RateLimit__Action__GenericKey_msg_init},
|
1173
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RateLimit__Action__HeaderValueMatch_msg_init},
|
1174
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RateLimit__Action__DynamicMetaData_msg_init},
|
1175
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RateLimit__Action__MetaData_msg_init},
|
1176
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__TypedExtensionConfig_msg_init},
|
1177
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RateLimit__Action__MaskedRemoteAddress_msg_init},
|
1178
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RateLimit__Action__QueryParameterValueMatch_msg_init},
|
1221
1179
|
};
|
1222
1180
|
|
1223
1181
|
static const upb_MiniTableField envoy_config_route_v3_RateLimit_Action__fields[11] = {
|
1224
|
-
{1, UPB_SIZE(
|
1225
|
-
{2, UPB_SIZE(
|
1226
|
-
{3, UPB_SIZE(
|
1227
|
-
{4, UPB_SIZE(
|
1228
|
-
{5, UPB_SIZE(
|
1229
|
-
{6, UPB_SIZE(
|
1230
|
-
{7, UPB_SIZE(
|
1231
|
-
{8, UPB_SIZE(
|
1232
|
-
{9, UPB_SIZE(
|
1233
|
-
{10, UPB_SIZE(
|
1234
|
-
{11, UPB_SIZE(
|
1182
|
+
{1, UPB_SIZE(12, 16), -9, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1183
|
+
{2, UPB_SIZE(12, 16), -9, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1184
|
+
{3, UPB_SIZE(12, 16), -9, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1185
|
+
{4, UPB_SIZE(12, 16), -9, 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1186
|
+
{5, UPB_SIZE(12, 16), -9, 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1187
|
+
{6, UPB_SIZE(12, 16), -9, 5, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1188
|
+
{7, UPB_SIZE(12, 16), -9, 6, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1189
|
+
{8, UPB_SIZE(12, 16), -9, 7, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1190
|
+
{9, UPB_SIZE(12, 16), -9, 8, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1191
|
+
{10, UPB_SIZE(12, 16), -9, 9, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1192
|
+
{11, UPB_SIZE(12, 16), -9, 10, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1235
1193
|
};
|
1236
1194
|
|
1237
1195
|
const upb_MiniTable envoy__config__route__v3__RateLimit__Action_msg_init = {
|
1238
1196
|
&envoy_config_route_v3_RateLimit_Action_submsgs[0],
|
1239
1197
|
&envoy_config_route_v3_RateLimit_Action__fields[0],
|
1240
|
-
UPB_SIZE(
|
1198
|
+
UPB_SIZE(16, 24), 11, kUpb_ExtMode_NonExtendable, 11, UPB_FASTTABLE_MASK(120), 0,
|
1241
1199
|
UPB_FASTTABLE_INIT({
|
1242
1200
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1243
|
-
{
|
1244
|
-
{
|
1245
|
-
{
|
1246
|
-
{
|
1247
|
-
{
|
1248
|
-
{
|
1249
|
-
{
|
1250
|
-
{
|
1251
|
-
{
|
1252
|
-
{
|
1253
|
-
{
|
1201
|
+
{0x001000080100000a, &upb_pom_1bt_max64b},
|
1202
|
+
{0x0010000802010012, &upb_pom_1bt_max64b},
|
1203
|
+
{0x001000080302001a, &upb_pom_1bt_max64b},
|
1204
|
+
{0x0010000804030022, &upb_pom_1bt_max64b},
|
1205
|
+
{0x001000080504002a, &upb_pom_1bt_max64b},
|
1206
|
+
{0x0010000806050032, &upb_pom_1bt_max128b},
|
1207
|
+
{0x001000080706003a, &upb_pom_1bt_max64b},
|
1208
|
+
{0x0010000808070042, &upb_pom_1bt_max128b},
|
1209
|
+
{0x001000080908004a, &upb_pom_1bt_maxmaxb},
|
1210
|
+
{0x001000080a090052, &upb_pom_1bt_max64b},
|
1211
|
+
{0x001000080b0a005a, &upb_pom_1bt_max128b},
|
1254
1212
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1255
1213
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1256
1214
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -1261,100 +1219,94 @@ const upb_MiniTable envoy__config__route__v3__RateLimit__Action_msg_init = {
|
|
1261
1219
|
const upb_MiniTable envoy__config__route__v3__RateLimit__Action__SourceCluster_msg_init = {
|
1262
1220
|
NULL,
|
1263
1221
|
NULL,
|
1264
|
-
|
1222
|
+
8, 0, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(255), 0,
|
1265
1223
|
};
|
1266
1224
|
|
1267
1225
|
const upb_MiniTable envoy__config__route__v3__RateLimit__Action__DestinationCluster_msg_init = {
|
1268
1226
|
NULL,
|
1269
1227
|
NULL,
|
1270
|
-
|
1228
|
+
8, 0, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(255), 0,
|
1271
1229
|
};
|
1272
1230
|
|
1273
1231
|
static const upb_MiniTableField envoy_config_route_v3_RateLimit_Action_RequestHeaders__fields[3] = {
|
1274
|
-
{1, UPB_SIZE(
|
1275
|
-
{2, UPB_SIZE(
|
1276
|
-
{3,
|
1232
|
+
{1, UPB_SIZE(12, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1233
|
+
{2, UPB_SIZE(20, 32), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1234
|
+
{3, 8, 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
1277
1235
|
};
|
1278
1236
|
|
1279
1237
|
const upb_MiniTable envoy__config__route__v3__RateLimit__Action__RequestHeaders_msg_init = {
|
1280
1238
|
NULL,
|
1281
1239
|
&envoy_config_route_v3_RateLimit_Action_RequestHeaders__fields[0],
|
1282
|
-
UPB_SIZE(
|
1240
|
+
UPB_SIZE(32, 48), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(24), 0,
|
1283
1241
|
UPB_FASTTABLE_INIT({
|
1284
1242
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1285
|
-
{
|
1286
|
-
{
|
1287
|
-
{
|
1243
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
1244
|
+
{0x002000003f000012, &upb_pss_1bt},
|
1245
|
+
{0x000800003f000018, &upb_psb1_1bt},
|
1288
1246
|
})
|
1289
1247
|
};
|
1290
1248
|
|
1291
1249
|
const upb_MiniTable envoy__config__route__v3__RateLimit__Action__RemoteAddress_msg_init = {
|
1292
1250
|
NULL,
|
1293
1251
|
NULL,
|
1294
|
-
|
1252
|
+
8, 0, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(255), 0,
|
1295
1253
|
};
|
1296
1254
|
|
1297
1255
|
static const upb_MiniTableSub envoy_config_route_v3_RateLimit_Action_MaskedRemoteAddress_submsgs[2] = {
|
1298
|
-
{.submsg = &google__protobuf__UInt32Value_msg_init},
|
1299
|
-
{.submsg = &google__protobuf__UInt32Value_msg_init},
|
1256
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init},
|
1257
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init},
|
1300
1258
|
};
|
1301
1259
|
|
1302
1260
|
static const upb_MiniTableField envoy_config_route_v3_RateLimit_Action_MaskedRemoteAddress__fields[2] = {
|
1303
|
-
{1, UPB_SIZE(
|
1304
|
-
{2, UPB_SIZE(
|
1261
|
+
{1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1262
|
+
{2, UPB_SIZE(16, 24), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1305
1263
|
};
|
1306
1264
|
|
1307
1265
|
const upb_MiniTable envoy__config__route__v3__RateLimit__Action__MaskedRemoteAddress_msg_init = {
|
1308
1266
|
&envoy_config_route_v3_RateLimit_Action_MaskedRemoteAddress_submsgs[0],
|
1309
1267
|
&envoy_config_route_v3_RateLimit_Action_MaskedRemoteAddress__fields[0],
|
1310
|
-
UPB_SIZE(
|
1311
|
-
UPB_FASTTABLE_INIT({
|
1312
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1313
|
-
{0x000800000100000a, &upb_psm_1bt_maxmaxb},
|
1314
|
-
{0x0010000002010012, &upb_psm_1bt_maxmaxb},
|
1315
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1316
|
-
})
|
1268
|
+
UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(255), 0,
|
1317
1269
|
};
|
1318
1270
|
|
1319
1271
|
static const upb_MiniTableField envoy_config_route_v3_RateLimit_Action_GenericKey__fields[2] = {
|
1320
|
-
{1,
|
1321
|
-
{2, UPB_SIZE(
|
1272
|
+
{1, 8, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1273
|
+
{2, UPB_SIZE(16, 24), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1322
1274
|
};
|
1323
1275
|
|
1324
1276
|
const upb_MiniTable envoy__config__route__v3__RateLimit__Action__GenericKey_msg_init = {
|
1325
1277
|
NULL,
|
1326
1278
|
&envoy_config_route_v3_RateLimit_Action_GenericKey__fields[0],
|
1327
|
-
UPB_SIZE(
|
1279
|
+
UPB_SIZE(24, 40), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0,
|
1328
1280
|
UPB_FASTTABLE_INIT({
|
1329
1281
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1330
|
-
{
|
1331
|
-
{
|
1282
|
+
{0x000800003f00000a, &upb_pss_1bt},
|
1283
|
+
{0x001800003f000012, &upb_pss_1bt},
|
1332
1284
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1333
1285
|
})
|
1334
1286
|
};
|
1335
1287
|
|
1336
1288
|
static const upb_MiniTableSub envoy_config_route_v3_RateLimit_Action_HeaderValueMatch_submsgs[2] = {
|
1337
|
-
{.submsg = &google__protobuf__BoolValue_msg_init},
|
1338
|
-
{.submsg = &envoy__config__route__v3__HeaderMatcher_msg_init},
|
1289
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__BoolValue_msg_init},
|
1290
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__HeaderMatcher_msg_init},
|
1339
1291
|
};
|
1340
1292
|
|
1341
1293
|
static const upb_MiniTableField envoy_config_route_v3_RateLimit_Action_HeaderValueMatch__fields[4] = {
|
1342
|
-
{1, UPB_SIZE(
|
1343
|
-
{2, UPB_SIZE(
|
1344
|
-
{3, UPB_SIZE(
|
1345
|
-
{4, UPB_SIZE(
|
1294
|
+
{1, UPB_SIZE(20, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1295
|
+
{2, UPB_SIZE(12, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1296
|
+
{3, UPB_SIZE(16, 40), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1297
|
+
{4, UPB_SIZE(28, 48), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1346
1298
|
};
|
1347
1299
|
|
1348
1300
|
const upb_MiniTable envoy__config__route__v3__RateLimit__Action__HeaderValueMatch_msg_init = {
|
1349
1301
|
&envoy_config_route_v3_RateLimit_Action_HeaderValueMatch_submsgs[0],
|
1350
1302
|
&envoy_config_route_v3_RateLimit_Action_HeaderValueMatch__fields[0],
|
1351
|
-
UPB_SIZE(
|
1303
|
+
UPB_SIZE(40, 64), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(56), 0,
|
1352
1304
|
UPB_FASTTABLE_INIT({
|
1353
1305
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1354
|
-
{
|
1355
|
-
{
|
1356
|
-
{
|
1357
|
-
{
|
1306
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
1307
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1308
|
+
{0x002800003f01001a, &upb_prm_1bt_max64b},
|
1309
|
+
{0x003000003f000022, &upb_pss_1bt},
|
1358
1310
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1359
1311
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1360
1312
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -1362,77 +1314,77 @@ const upb_MiniTable envoy__config__route__v3__RateLimit__Action__HeaderValueMatc
|
|
1362
1314
|
};
|
1363
1315
|
|
1364
1316
|
static const upb_MiniTableSub envoy_config_route_v3_RateLimit_Action_DynamicMetaData_submsgs[1] = {
|
1365
|
-
{.submsg = &envoy__type__metadata__v3__MetadataKey_msg_init},
|
1317
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__metadata__v3__MetadataKey_msg_init},
|
1366
1318
|
};
|
1367
1319
|
|
1368
1320
|
static const upb_MiniTableField envoy_config_route_v3_RateLimit_Action_DynamicMetaData__fields[3] = {
|
1369
|
-
{1,
|
1370
|
-
{2, UPB_SIZE(
|
1371
|
-
{3, UPB_SIZE(
|
1321
|
+
{1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1322
|
+
{2, UPB_SIZE(12, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1323
|
+
{3, UPB_SIZE(24, 40), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1372
1324
|
};
|
1373
1325
|
|
1374
1326
|
const upb_MiniTable envoy__config__route__v3__RateLimit__Action__DynamicMetaData_msg_init = {
|
1375
1327
|
&envoy_config_route_v3_RateLimit_Action_DynamicMetaData_submsgs[0],
|
1376
1328
|
&envoy_config_route_v3_RateLimit_Action_DynamicMetaData__fields[0],
|
1377
|
-
UPB_SIZE(
|
1329
|
+
UPB_SIZE(32, 56), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(24), 0,
|
1378
1330
|
UPB_FASTTABLE_INIT({
|
1379
1331
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1380
|
-
{
|
1381
|
-
{
|
1382
|
-
{
|
1332
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
1333
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1334
|
+
{0x002800003f00001a, &upb_pss_1bt},
|
1383
1335
|
})
|
1384
1336
|
};
|
1385
1337
|
|
1386
1338
|
static const upb_MiniTableSub envoy_config_route_v3_RateLimit_Action_MetaData_submsgs[1] = {
|
1387
|
-
{.submsg = &envoy__type__metadata__v3__MetadataKey_msg_init},
|
1339
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__metadata__v3__MetadataKey_msg_init},
|
1388
1340
|
};
|
1389
1341
|
|
1390
1342
|
static const upb_MiniTableField envoy_config_route_v3_RateLimit_Action_MetaData__fields[5] = {
|
1391
|
-
{1,
|
1392
|
-
{2, UPB_SIZE(
|
1393
|
-
{3, UPB_SIZE(
|
1394
|
-
{4, UPB_SIZE(
|
1395
|
-
{5, UPB_SIZE(
|
1343
|
+
{1, 24, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1344
|
+
{2, UPB_SIZE(12, 40), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1345
|
+
{3, UPB_SIZE(32, 48), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1346
|
+
{4, UPB_SIZE(16, 12), 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
1347
|
+
{5, UPB_SIZE(20, 16), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
1396
1348
|
};
|
1397
1349
|
|
1398
1350
|
const upb_MiniTable envoy__config__route__v3__RateLimit__Action__MetaData_msg_init = {
|
1399
1351
|
&envoy_config_route_v3_RateLimit_Action_MetaData_submsgs[0],
|
1400
1352
|
&envoy_config_route_v3_RateLimit_Action_MetaData__fields[0],
|
1401
|
-
UPB_SIZE(
|
1353
|
+
UPB_SIZE(40, 64), 5, kUpb_ExtMode_NonExtendable, 5, UPB_FASTTABLE_MASK(56), 0,
|
1402
1354
|
UPB_FASTTABLE_INIT({
|
1403
1355
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1404
|
-
{
|
1405
|
-
{
|
1406
|
-
{
|
1407
|
-
{
|
1408
|
-
{
|
1356
|
+
{0x001800003f00000a, &upb_pss_1bt},
|
1357
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1358
|
+
{0x003000003f00001a, &upb_pss_1bt},
|
1359
|
+
{0x000c00003f000020, &upb_psv4_1bt},
|
1360
|
+
{0x001000003f000028, &upb_psb1_1bt},
|
1409
1361
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1410
1362
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1411
1363
|
})
|
1412
1364
|
};
|
1413
1365
|
|
1414
1366
|
static const upb_MiniTableSub envoy_config_route_v3_RateLimit_Action_QueryParameterValueMatch_submsgs[2] = {
|
1415
|
-
{.submsg = &google__protobuf__BoolValue_msg_init},
|
1416
|
-
{.submsg = &envoy__config__route__v3__QueryParameterMatcher_msg_init},
|
1367
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__BoolValue_msg_init},
|
1368
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__QueryParameterMatcher_msg_init},
|
1417
1369
|
};
|
1418
1370
|
|
1419
1371
|
static const upb_MiniTableField envoy_config_route_v3_RateLimit_Action_QueryParameterValueMatch__fields[4] = {
|
1420
|
-
{1, UPB_SIZE(
|
1421
|
-
{2, UPB_SIZE(
|
1422
|
-
{3, UPB_SIZE(
|
1423
|
-
{4, UPB_SIZE(
|
1372
|
+
{1, UPB_SIZE(20, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1373
|
+
{2, UPB_SIZE(12, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1374
|
+
{3, UPB_SIZE(16, 40), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1375
|
+
{4, UPB_SIZE(28, 48), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1424
1376
|
};
|
1425
1377
|
|
1426
1378
|
const upb_MiniTable envoy__config__route__v3__RateLimit__Action__QueryParameterValueMatch_msg_init = {
|
1427
1379
|
&envoy_config_route_v3_RateLimit_Action_QueryParameterValueMatch_submsgs[0],
|
1428
1380
|
&envoy_config_route_v3_RateLimit_Action_QueryParameterValueMatch__fields[0],
|
1429
|
-
UPB_SIZE(
|
1381
|
+
UPB_SIZE(40, 64), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(56), 0,
|
1430
1382
|
UPB_FASTTABLE_INIT({
|
1431
1383
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1432
|
-
{
|
1433
|
-
{
|
1434
|
-
{
|
1435
|
-
{
|
1384
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
1385
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1386
|
+
{0x002800003f01001a, &upb_prm_1bt_max64b},
|
1387
|
+
{0x003000003f000022, &upb_pss_1bt},
|
1436
1388
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1437
1389
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1438
1390
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -1440,159 +1392,155 @@ const upb_MiniTable envoy__config__route__v3__RateLimit__Action__QueryParameterV
|
|
1440
1392
|
};
|
1441
1393
|
|
1442
1394
|
static const upb_MiniTableSub envoy_config_route_v3_RateLimit_Override_submsgs[1] = {
|
1443
|
-
{.submsg = &envoy__config__route__v3__RateLimit__Override__DynamicMetadata_msg_init},
|
1395
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__RateLimit__Override__DynamicMetadata_msg_init},
|
1444
1396
|
};
|
1445
1397
|
|
1446
1398
|
static const upb_MiniTableField envoy_config_route_v3_RateLimit_Override__fields[1] = {
|
1447
|
-
{1, UPB_SIZE(
|
1399
|
+
{1, UPB_SIZE(12, 16), -9, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1448
1400
|
};
|
1449
1401
|
|
1450
1402
|
const upb_MiniTable envoy__config__route__v3__RateLimit__Override_msg_init = {
|
1451
1403
|
&envoy_config_route_v3_RateLimit_Override_submsgs[0],
|
1452
1404
|
&envoy_config_route_v3_RateLimit_Override__fields[0],
|
1453
|
-
UPB_SIZE(
|
1405
|
+
UPB_SIZE(16, 24), 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
|
1454
1406
|
UPB_FASTTABLE_INIT({
|
1455
1407
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1456
|
-
{
|
1408
|
+
{0x001000080100000a, &upb_pom_1bt_max64b},
|
1457
1409
|
})
|
1458
1410
|
};
|
1459
1411
|
|
1460
1412
|
static const upb_MiniTableSub envoy_config_route_v3_RateLimit_Override_DynamicMetadata_submsgs[1] = {
|
1461
|
-
{.submsg = &envoy__type__metadata__v3__MetadataKey_msg_init},
|
1413
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__metadata__v3__MetadataKey_msg_init},
|
1462
1414
|
};
|
1463
1415
|
|
1464
1416
|
static const upb_MiniTableField envoy_config_route_v3_RateLimit_Override_DynamicMetadata__fields[1] = {
|
1465
|
-
{1, UPB_SIZE(
|
1417
|
+
{1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1466
1418
|
};
|
1467
1419
|
|
1468
1420
|
const upb_MiniTable envoy__config__route__v3__RateLimit__Override__DynamicMetadata_msg_init = {
|
1469
1421
|
&envoy_config_route_v3_RateLimit_Override_DynamicMetadata_submsgs[0],
|
1470
1422
|
&envoy_config_route_v3_RateLimit_Override_DynamicMetadata__fields[0],
|
1471
|
-
UPB_SIZE(
|
1472
|
-
UPB_FASTTABLE_INIT({
|
1473
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1474
|
-
{0x000800000100000a, &upb_psm_1bt_maxmaxb},
|
1475
|
-
})
|
1423
|
+
UPB_SIZE(16, 24), 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(255), 0,
|
1476
1424
|
};
|
1477
1425
|
|
1478
1426
|
static const upb_MiniTableSub envoy_config_route_v3_HeaderMatcher_submsgs[3] = {
|
1479
|
-
{.submsg = &envoy__type__v3__Int64Range_msg_init},
|
1480
|
-
{.submsg = &envoy__type__matcher__v3__RegexMatcher_msg_init},
|
1481
|
-
{.submsg = &envoy__type__matcher__v3__StringMatcher_msg_init},
|
1427
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__v3__Int64Range_msg_init},
|
1428
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__matcher__v3__RegexMatcher_msg_init},
|
1429
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__matcher__v3__StringMatcher_msg_init},
|
1482
1430
|
};
|
1483
1431
|
|
1484
1432
|
static const upb_MiniTableField envoy_config_route_v3_HeaderMatcher__fields[11] = {
|
1485
|
-
{1, UPB_SIZE(
|
1486
|
-
{4, UPB_SIZE(
|
1487
|
-
{6, UPB_SIZE(
|
1488
|
-
{7, UPB_SIZE(
|
1489
|
-
{8,
|
1490
|
-
{9, UPB_SIZE(
|
1491
|
-
{10, UPB_SIZE(
|
1492
|
-
{11, UPB_SIZE(
|
1493
|
-
{12, UPB_SIZE(
|
1494
|
-
{13, UPB_SIZE(
|
1495
|
-
{14,
|
1433
|
+
{1, UPB_SIZE(28, 40), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1434
|
+
{4, UPB_SIZE(20, 24), -13, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1435
|
+
{6, UPB_SIZE(20, 24), -13, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1436
|
+
{7, UPB_SIZE(20, 24), -13, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
1437
|
+
{8, 8, 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
1438
|
+
{9, UPB_SIZE(20, 24), -13, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1439
|
+
{10, UPB_SIZE(20, 24), -13, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1440
|
+
{11, UPB_SIZE(20, 24), -13, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1441
|
+
{12, UPB_SIZE(20, 24), -13, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1442
|
+
{13, UPB_SIZE(20, 24), -13, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1443
|
+
{14, 16, 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
1496
1444
|
};
|
1497
1445
|
|
1498
1446
|
const upb_MiniTable envoy__config__route__v3__HeaderMatcher_msg_init = {
|
1499
1447
|
&envoy_config_route_v3_HeaderMatcher_submsgs[0],
|
1500
1448
|
&envoy_config_route_v3_HeaderMatcher__fields[0],
|
1501
|
-
UPB_SIZE(
|
1449
|
+
UPB_SIZE(40, 56), 11, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(120), 0,
|
1502
1450
|
UPB_FASTTABLE_INIT({
|
1503
1451
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1504
|
-
{
|
1452
|
+
{0x002800003f00000a, &upb_pss_1bt},
|
1505
1453
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1506
1454
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1507
|
-
{
|
1455
|
+
{0x0018000c04000022, &upb_pos_1bt},
|
1508
1456
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1509
|
-
{
|
1510
|
-
{
|
1511
|
-
{
|
1512
|
-
{
|
1513
|
-
{
|
1514
|
-
{
|
1515
|
-
{
|
1516
|
-
{
|
1517
|
-
{
|
1457
|
+
{0x0018000c06000032, &upb_pom_1bt_maxmaxb},
|
1458
|
+
{0x0018000c07000038, &upb_pob1_1bt},
|
1459
|
+
{0x000800003f000040, &upb_psb1_1bt},
|
1460
|
+
{0x0018000c0900004a, &upb_pos_1bt},
|
1461
|
+
{0x0018000c0a000052, &upb_pos_1bt},
|
1462
|
+
{0x0018000c0b01005a, &upb_pom_1bt_maxmaxb},
|
1463
|
+
{0x0018000c0c000062, &upb_pos_1bt},
|
1464
|
+
{0x0018000c0d02006a, &upb_pom_1bt_maxmaxb},
|
1465
|
+
{0x001000003f000070, &upb_psb1_1bt},
|
1518
1466
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1519
1467
|
})
|
1520
1468
|
};
|
1521
1469
|
|
1522
1470
|
static const upb_MiniTableSub envoy_config_route_v3_QueryParameterMatcher_submsgs[1] = {
|
1523
|
-
{.submsg = &envoy__type__matcher__v3__StringMatcher_msg_init},
|
1471
|
+
{.UPB_PRIVATE(submsg) = &envoy__type__matcher__v3__StringMatcher_msg_init},
|
1524
1472
|
};
|
1525
1473
|
|
1526
1474
|
static const upb_MiniTableField envoy_config_route_v3_QueryParameterMatcher__fields[3] = {
|
1527
|
-
{1,
|
1528
|
-
{5, UPB_SIZE(
|
1529
|
-
{6, UPB_SIZE(
|
1475
|
+
{1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
1476
|
+
{5, UPB_SIZE(12, 32), -9, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1477
|
+
{6, UPB_SIZE(12, 32), -9, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
1530
1478
|
};
|
1531
1479
|
|
1532
1480
|
const upb_MiniTable envoy__config__route__v3__QueryParameterMatcher_msg_init = {
|
1533
1481
|
&envoy_config_route_v3_QueryParameterMatcher_submsgs[0],
|
1534
1482
|
&envoy_config_route_v3_QueryParameterMatcher__fields[0],
|
1535
|
-
UPB_SIZE(
|
1483
|
+
UPB_SIZE(24, 40), 3, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(56), 0,
|
1536
1484
|
UPB_FASTTABLE_INIT({
|
1537
1485
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1538
|
-
{
|
1486
|
+
{0x001000003f00000a, &upb_pss_1bt},
|
1539
1487
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1540
1488
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1541
1489
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1542
|
-
{
|
1543
|
-
{
|
1490
|
+
{0x002000080500002a, &upb_pom_1bt_maxmaxb},
|
1491
|
+
{0x0020000806000030, &upb_pob1_1bt},
|
1544
1492
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1545
1493
|
})
|
1546
1494
|
};
|
1547
1495
|
|
1548
1496
|
static const upb_MiniTableSub envoy_config_route_v3_InternalRedirectPolicy_submsgs[2] = {
|
1549
|
-
{.submsg = &google__protobuf__UInt32Value_msg_init},
|
1550
|
-
{.submsg = &envoy__config__core__v3__TypedExtensionConfig_msg_init},
|
1497
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init},
|
1498
|
+
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__TypedExtensionConfig_msg_init},
|
1551
1499
|
};
|
1552
1500
|
|
1553
1501
|
static const upb_MiniTableField envoy_config_route_v3_InternalRedirectPolicy__fields[5] = {
|
1554
|
-
{1, UPB_SIZE(
|
1555
|
-
{2, UPB_SIZE(
|
1556
|
-
{3, UPB_SIZE(
|
1557
|
-
{4, UPB_SIZE(
|
1558
|
-
{5, UPB_SIZE(
|
1502
|
+
{1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1503
|
+
{2, UPB_SIZE(16, 24), 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Array | (int)kUpb_LabelFlags_IsPacked | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1504
|
+
{3, UPB_SIZE(20, 32), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1505
|
+
{4, UPB_SIZE(24, 9), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
1506
|
+
{5, UPB_SIZE(28, 40), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1559
1507
|
};
|
1560
1508
|
|
1561
1509
|
const upb_MiniTable envoy__config__route__v3__InternalRedirectPolicy_msg_init = {
|
1562
1510
|
&envoy_config_route_v3_InternalRedirectPolicy_submsgs[0],
|
1563
1511
|
&envoy_config_route_v3_InternalRedirectPolicy__fields[0],
|
1564
|
-
UPB_SIZE(
|
1512
|
+
UPB_SIZE(32, 48), 5, kUpb_ExtMode_NonExtendable, 5, UPB_FASTTABLE_MASK(56), 0,
|
1565
1513
|
UPB_FASTTABLE_INIT({
|
1566
1514
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1567
|
-
{
|
1568
|
-
{
|
1569
|
-
{
|
1570
|
-
{
|
1571
|
-
{
|
1515
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1516
|
+
{0x001800003f000012, &upb_ppv4_1bt},
|
1517
|
+
{0x002000003f01001a, &upb_prm_1bt_maxmaxb},
|
1518
|
+
{0x000900003f000020, &upb_psb1_1bt},
|
1519
|
+
{0x002800003f00002a, &upb_prs_1bt},
|
1572
1520
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1573
1521
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1574
1522
|
})
|
1575
1523
|
};
|
1576
1524
|
|
1577
1525
|
static const upb_MiniTableSub envoy_config_route_v3_FilterConfig_submsgs[1] = {
|
1578
|
-
{.submsg = &google__protobuf__Any_msg_init},
|
1526
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init},
|
1579
1527
|
};
|
1580
1528
|
|
1581
1529
|
static const upb_MiniTableField envoy_config_route_v3_FilterConfig__fields[3] = {
|
1582
|
-
{1, UPB_SIZE(
|
1583
|
-
{2, UPB_SIZE(
|
1584
|
-
{3, UPB_SIZE(
|
1530
|
+
{1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1531
|
+
{2, UPB_SIZE(16, 9), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
1532
|
+
{3, UPB_SIZE(17, 10), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
1585
1533
|
};
|
1586
1534
|
|
1587
1535
|
const upb_MiniTable envoy__config__route__v3__FilterConfig_msg_init = {
|
1588
1536
|
&envoy_config_route_v3_FilterConfig_submsgs[0],
|
1589
1537
|
&envoy_config_route_v3_FilterConfig__fields[0],
|
1590
|
-
|
1538
|
+
24, 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(24), 0,
|
1591
1539
|
UPB_FASTTABLE_INIT({
|
1592
1540
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1593
|
-
{
|
1594
|
-
{
|
1595
|
-
{
|
1541
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1542
|
+
{0x000900003f000010, &upb_psb1_1bt},
|
1543
|
+
{0x000a00003f000018, &upb_psb1_1bt},
|
1596
1544
|
})
|
1597
1545
|
};
|
1598
1546
|
|