grpc 1.68.1 → 1.69.0.pre1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Makefile +8 -6
- data/include/grpc/event_engine/event_engine.h +6 -3
- data/include/grpc/impl/channel_arg_names.h +2 -0
- data/src/core/client_channel/backup_poller.cc +1 -1
- data/src/core/client_channel/client_channel.cc +3 -3
- data/src/core/client_channel/client_channel_filter.cc +3 -3
- data/src/core/client_channel/client_channel_plugin.cc +1 -1
- data/src/core/client_channel/client_channel_service_config.h +1 -1
- data/src/core/client_channel/direct_channel.cc +2 -2
- data/src/core/client_channel/load_balanced_call_destination.cc +1 -1
- data/src/core/client_channel/retry_filter_legacy_call_data.cc +3 -1
- data/src/core/client_channel/retry_filter_legacy_call_data.h +2 -0
- data/src/core/client_channel/retry_service_config.cc +1 -1
- data/src/core/client_channel/retry_service_config.h +1 -1
- data/src/core/client_channel/subchannel.cc +1 -1
- data/src/core/{lib/config → config}/config_vars.cc +2 -2
- data/src/core/{lib/config → config}/config_vars.h +3 -3
- data/src/core/{lib/config → config}/config_vars_non_generated.cc +1 -1
- data/src/core/{lib/config → config}/core_configuration.cc +2 -2
- data/src/core/{lib/config → config}/core_configuration.h +3 -3
- data/src/core/{lib/config → config}/load_config.cc +1 -1
- data/src/core/{lib/config → config}/load_config.h +3 -3
- data/src/core/ext/filters/backend_metrics/backend_metric_filter.cc +1 -1
- data/src/core/ext/filters/channel_idle/legacy_channel_idle_filter.cc +2 -2
- data/src/core/ext/filters/fault_injection/fault_injection_filter.cc +1 -1
- data/src/core/ext/filters/fault_injection/fault_injection_service_config_parser.h +1 -1
- data/src/core/ext/filters/gcp_authentication/gcp_authentication_filter.cc +1 -1
- data/src/core/ext/filters/gcp_authentication/gcp_authentication_service_config_parser.h +1 -1
- data/src/core/ext/filters/http/client_authority_filter.cc +1 -1
- data/src/core/ext/filters/http/http_filters_plugin.cc +1 -1
- data/src/core/ext/filters/http/message_compress/compression_filter.cc +2 -2
- data/src/core/ext/filters/message_size/message_size_filter.cc +1 -1
- data/src/core/ext/filters/message_size/message_size_filter.h +1 -1
- data/src/core/ext/filters/rbac/rbac_filter.cc +1 -1
- data/src/core/ext/filters/rbac/rbac_service_config_parser.h +1 -1
- data/src/core/ext/filters/stateful_session/stateful_session_filter.cc +1 -1
- data/src/core/ext/filters/stateful_session/stateful_session_service_config_parser.h +1 -1
- data/src/core/ext/transport/chttp2/client/chttp2_connector.cc +7 -9
- data/src/core/ext/transport/chttp2/server/chttp2_server.cc +1 -1
- data/src/core/ext/transport/chttp2/transport/bin_decoder.cc +3 -2
- data/src/core/ext/transport/chttp2/transport/bin_encoder.cc +3 -3
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.cc +86 -7
- data/src/core/ext/transport/chttp2/transport/decode_huff.h +2 -2
- data/src/core/ext/transport/chttp2/transport/flow_control.cc +2 -2
- data/src/core/ext/transport/chttp2/transport/frame.cc +20 -0
- data/src/core/ext/transport/chttp2/transport/frame.h +11 -1
- data/src/core/ext/transport/chttp2/transport/frame_data.cc +13 -8
- data/src/core/ext/transport/chttp2/transport/frame_security.cc +82 -0
- data/src/core/ext/transport/chttp2/transport/frame_security.h +44 -0
- data/src/core/ext/transport/chttp2/transport/frame_settings.cc +16 -0
- data/src/core/ext/transport/chttp2/transport/frame_window_update.cc +18 -0
- data/src/core/ext/transport/chttp2/transport/hpack_encoder.cc +5 -5
- data/src/core/ext/transport/chttp2/transport/hpack_encoder.h +3 -3
- data/src/core/ext/transport/chttp2/transport/hpack_encoder_table.h +3 -3
- data/src/core/ext/transport/chttp2/transport/hpack_parser.cc +1 -1
- data/src/core/ext/transport/chttp2/transport/http2_settings.cc +9 -0
- data/src/core/ext/transport/chttp2/transport/http2_settings.h +9 -1
- data/src/core/ext/transport/chttp2/transport/internal.h +25 -0
- data/src/core/ext/transport/chttp2/transport/legacy_frame.h +1 -0
- data/src/core/ext/transport/chttp2/transport/parsing.cc +22 -0
- data/src/core/ext/transport/chttp2/transport/write_size_policy.h +1 -1
- data/src/core/ext/transport/inproc/inproc_transport.cc +1 -1
- data/src/core/ext/transport/inproc/legacy_inproc_transport.cc +1 -1
- data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb_minitable.c +38 -38
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/memory.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/memory.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/metrics.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/metrics.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/mutex_stats.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/mutex_stats.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/annotations/deprecation.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/annotations/deprecation.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/annotations/resource.upb.h +5 -5
- data/src/core/ext/upb-gen/envoy/annotations/resource.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/envoy/annotations/resource.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb_minitable.c +22 -22
- data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb_minitable.c +38 -38
- data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb_minitable.c +44 -44
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb_minitable.c +28 -28
- data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb_minitable.c +42 -42
- data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb_minitable.c +18 -18
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb_minitable.c +22 -22
- data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/udp_socket_config.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/core/v3/udp_socket_config.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/core/v3/udp_socket_config.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb_minitable.c +14 -14
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/api_listener.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/api_listener.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/listener/v3/api_listener.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb_minitable.c +14 -14
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/udp_listener_config.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/listener/v3/udp_listener_config.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/listener/v3/udp_listener_config.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb_minitable.c +12 -12
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb_minitable.c +14 -14
- data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb_minitable.c +20 -20
- data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb_minitable.c +90 -90
- data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb_minitable.c +18 -18
- data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opencensus.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opencensus.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opencensus.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/service.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/service.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/trace/v3/service.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/trace.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/trace.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb_minitable.c +18 -18
- data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb_minitable.c +38 -38
- data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/http_11_proxy/v3/upstream_http_11_connect.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/http_11_proxy/v3/upstream_http_11_connect.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/http_11_proxy/v3/upstream_http_11_connect.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/cert.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/cert.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb_minitable.c +12 -12
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/ads.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/ads.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb_minitable.c +20 -20
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/http_inputs.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/http_inputs.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/status_code_input.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/status_code_input.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/http.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/http.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/http_status.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/http_status.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/percent.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/percent.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/range.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/range.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_unit.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_unit.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/semantic_version.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/semantic_version.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb.h +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/api/annotations.upb.h +5 -5
- data/src/core/ext/upb-gen/google/api/annotations.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/google/api/annotations.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb.h +3 -3
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb_minitable.c +26 -26
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb.h +3 -3
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb_minitable.c +24 -24
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/api/http.upb.h +4 -3
- data/src/core/ext/upb-gen/google/api/http.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/google/api/http.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/api/httpbody.upb.h +3 -3
- data/src/core/ext/upb-gen/google/api/httpbody.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/google/api/httpbody.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/protobuf/any.upb.h +4 -3
- data/src/core/ext/upb-gen/google/protobuf/any.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/protobuf/descriptor.upb.h +4 -3
- data/src/core/ext/upb-gen/google/protobuf/descriptor.upb_minitable.c +116 -116
- data/src/core/ext/upb-gen/google/protobuf/descriptor.upb_minitable.h +20 -20
- data/src/core/ext/upb-gen/google/protobuf/duration.upb.h +4 -3
- data/src/core/ext/upb-gen/google/protobuf/duration.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/protobuf/empty.upb.h +4 -3
- data/src/core/ext/upb-gen/google/protobuf/empty.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/protobuf/struct.upb.h +4 -3
- data/src/core/ext/upb-gen/google/protobuf/struct.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/google/protobuf/struct.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/protobuf/timestamp.upb.h +4 -3
- data/src/core/ext/upb-gen/google/protobuf/timestamp.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/protobuf/wrappers.upb.h +4 -3
- data/src/core/ext/upb-gen/google/protobuf/wrappers.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/google/rpc/status.upb.h +3 -3
- data/src/core/ext/upb-gen/google/rpc/status.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/google/rpc/status.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/opencensus/proto/trace/v1/trace_config.upb.h +4 -3
- data/src/core/ext/upb-gen/opencensus/proto/trace/v1/trace_config.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/opencensus/proto/trace/v1/trace_config.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb_minitable.c +16 -16
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb.h +4 -3
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/health/v1/health.upb.h +4 -3
- data/src/core/ext/upb-gen/src/proto/grpc/health/v1/health.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb.h +4 -3
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb.h +3 -3
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/udpa/annotations/migrate.upb.h +13 -13
- data/src/core/ext/upb-gen/udpa/annotations/migrate.upb_minitable.c +5 -5
- data/src/core/ext/upb-gen/udpa/annotations/migrate.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/udpa/annotations/security.upb.h +5 -5
- data/src/core/ext/upb-gen/udpa/annotations/security.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/udpa/annotations/security.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/udpa/annotations/sensitive.upb.h +3 -3
- data/src/core/ext/upb-gen/udpa/annotations/sensitive.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/udpa/annotations/status.upb.h +5 -5
- data/src/core/ext/upb-gen/udpa/annotations/status.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/udpa/annotations/status.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/udpa/annotations/versioning.upb.h +5 -5
- data/src/core/ext/upb-gen/udpa/annotations/versioning.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/udpa/annotations/versioning.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/validate/validate.upb.h +5 -5
- data/src/core/ext/upb-gen/validate/validate.upb_minitable.c +16 -16
- data/src/core/ext/upb-gen/validate/validate.upb_minitable.h +4 -4
- data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb.h +13 -13
- data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb_minitable.c +5 -5
- data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/annotations/v3/security.upb.h +5 -5
- data/src/core/ext/upb-gen/xds/annotations/v3/security.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/xds/annotations/v3/security.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/annotations/v3/sensitive.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/annotations/v3/sensitive.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/annotations/v3/status.upb.h +9 -9
- data/src/core/ext/upb-gen/xds/annotations/v3/status.upb_minitable.c +3 -3
- data/src/core/ext/upb-gen/xds/annotations/v3/status.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb.h +5 -5
- data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/authority.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/authority.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/cidr.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/cidr.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/core/v3/cidr.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/context_params.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/context_params.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/core/v3/context_params.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/extension.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/extension.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/core/v3/extension.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/resource.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/resource.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/core/v3/resource.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/http_inputs.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/http_inputs.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb_minitable.c +20 -20
- data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb_minitable.c +12 -12
- data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/v3/cel.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/v3/cel.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/xds/type/v3/cel.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/v3/range.upb.h +4 -3
- data/src/core/ext/upb-gen/xds/type/v3/range.upb_minitable.h +3 -3
- data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb.h +3 -3
- data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb_minitable.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/certs.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/clusters.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/config_dump.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/config_dump_shared.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/init_dump.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/listeners.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/memory.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/metrics.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/mutex_stats.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/server_info.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/tap.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/annotations/deprecation.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/annotations/resource.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/accesslog/v3/accesslog.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/bootstrap/v3/bootstrap.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/circuit_breaker.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/cluster.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/filter.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/outlier_detection.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/common/matcher/v3/matcher.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/address.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/backoff.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/base.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/config_source.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/event_service_config.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/extension.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/grpc_method_list.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/grpc_service.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/health_check.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/http_service.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/http_uri.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/protocol.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/proxy_protocol.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/resolver.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/socket_option.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/substitution_format_string.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/udp_socket_config.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/endpoint.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/endpoint_components.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/load_report.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/api_listener.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/listener.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/listener_components.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/quic_config.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/udp_listener_config.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/metrics/v3/metrics_service.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/metrics/v3/stats.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/overload/v3/overload.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/rbac/v3/rbac.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/route/v3/route.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/route/v3/route_components.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/route/v3/scoped_route.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/tap/v3/common.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/datadog.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/dynamic_ot.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/http_tracer.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/lightstep.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/opencensus.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/opentelemetry.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/service.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/skywalking.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/trace.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/xray.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/zipkin.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/data/accesslog/v3/accesslog.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/clusters/aggregate/v3/cluster.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/common/fault/v3/fault.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/fault/v3/fault.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/rbac/v3/rbac.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/router/v3/router.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/http_11_proxy/v3/upstream_http_11_connect.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/cert.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/common.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/secret.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/tls.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/service/discovery/v3/ads.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/service/discovery/v3/discovery.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/service/load_stats/v3/lrs.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/service/status/v3/csds.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/http/v3/cookie.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/http/v3/path_transformation.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/filter_state.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/http_inputs.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/metadata.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/node.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/number.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/path.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/regex.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/status_code_input.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/string.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/struct.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/value.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/metadata/v3/metadata.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/tracing/v3/custom_tag.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/hash_policy.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/http.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/http_status.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/percent.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/range.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/ratelimit_strategy.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/ratelimit_unit.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/semantic_version.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/envoy/type/v3/token_bucket.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/api/annotations.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/api/expr/v1alpha1/checked.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/api/expr/v1alpha1/syntax.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/api/http.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/api/httpbody.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/protobuf/any.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/protobuf/descriptor.upbdefs.c +484 -483
- data/src/core/ext/upbdefs-gen/google/protobuf/descriptor.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/protobuf/duration.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/protobuf/empty.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/protobuf/struct.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/protobuf/timestamp.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/protobuf/wrappers.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/google/rpc/status.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/opencensus/proto/trace/v1/trace_config.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/src/proto/grpc/lookup/v1/rls_config.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/udpa/annotations/migrate.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/udpa/annotations/security.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/udpa/annotations/sensitive.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/udpa/annotations/status.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/udpa/annotations/versioning.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/validate/validate.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/migrate.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/security.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/sensitive.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/status.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/versioning.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/authority.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/cidr.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/collection_entry.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/context_params.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/extension.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/resource.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/resource_locator.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/core/v3/resource_name.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/cel.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/domain.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/http_inputs.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/ip.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/matcher.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/range.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/regex.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/string.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/v3/cel.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/v3/range.upbdefs.h +3 -3
- data/src/core/ext/upbdefs-gen/xds/type/v3/typed_struct.upbdefs.h +3 -3
- data/src/core/handshaker/endpoint_info/endpoint_info_handshaker.h +1 -1
- data/src/core/handshaker/http_connect/http_connect_handshaker.cc +7 -1
- data/src/core/handshaker/http_connect/http_connect_handshaker.h +1 -1
- data/src/core/handshaker/http_connect/http_proxy_mapper.h +1 -1
- data/src/core/handshaker/http_connect/xds_http_proxy_mapper.h +1 -1
- data/src/core/handshaker/security/security_handshaker.cc +1 -1
- data/src/core/handshaker/security/security_handshaker.h +1 -1
- data/src/core/handshaker/tcp_connect/tcp_connect_handshaker.cc +1 -1
- data/src/core/handshaker/tcp_connect/tcp_connect_handshaker.h +1 -1
- data/src/core/lib/channel/channel_args.h +1 -1
- data/src/core/lib/channel/channel_args_preconditioning.h +1 -1
- data/src/core/lib/channel/connected_channel.cc +1 -1
- data/src/core/lib/channel/promise_based_filter.cc +1 -1
- data/src/core/lib/channel/promise_based_filter.h +2 -2
- data/src/core/lib/debug/trace.cc +1 -1
- data/src/core/lib/event_engine/ares_resolver.cc +1 -3
- data/src/core/lib/event_engine/cf_engine/dns_service_resolver.cc +7 -4
- data/src/core/lib/event_engine/default_event_engine.cc +1 -1
- data/src/core/lib/event_engine/default_event_engine.h +1 -1
- data/src/core/lib/event_engine/forkable.cc +1 -1
- data/src/core/lib/event_engine/nameser.h +1 -1
- data/src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc +1 -1
- data/src/core/lib/event_engine/posix_engine/ev_poll_posix.cc +4 -4
- data/src/core/lib/event_engine/posix_engine/event_poller_posix_default.cc +1 -1
- data/src/core/lib/event_engine/posix_engine/posix_endpoint.cc +1 -1
- data/src/core/lib/event_engine/posix_engine/posix_engine.cc +1 -1
- data/src/core/lib/event_engine/posix_engine/posix_engine_listener.cc +1 -1
- data/src/core/lib/event_engine/posix_engine/timer_heap.cc +1 -1
- data/src/core/lib/event_engine/posix_engine/traced_buffer_list.cc +1 -1
- data/src/core/lib/event_engine/tcp_socket_utils.cc +0 -6
- data/src/core/lib/event_engine/thread_pool/work_stealing_thread_pool.cc +1 -1
- data/src/core/lib/event_engine/windows/grpc_polled_fd_windows.cc +1 -1
- data/src/core/lib/event_engine/windows/windows_endpoint.cc +23 -9
- data/src/core/lib/event_engine/windows/windows_engine.h +1 -1
- data/src/core/lib/experiments/config.cc +1 -1
- data/src/core/lib/experiments/experiments.cc +138 -2
- data/src/core/lib/experiments/experiments.h +48 -2
- data/src/core/lib/iomgr/buffer_list.cc +1 -1
- data/src/core/lib/iomgr/call_combiner.h +1 -1
- data/src/core/lib/iomgr/closure.h +3 -1
- data/src/core/lib/iomgr/combiner.h +1 -1
- data/src/core/lib/iomgr/ev_apple.cc +1 -1
- data/src/core/lib/iomgr/ev_epoll1_linux.cc +2 -2
- data/src/core/lib/iomgr/ev_posix.cc +1 -1
- data/src/core/lib/iomgr/iomgr.cc +1 -1
- data/src/core/lib/iomgr/iomgr_posix.cc +2 -1
- data/src/core/lib/iomgr/iomgr_windows.cc +3 -1
- data/src/core/lib/iomgr/nameser.h +1 -1
- data/src/core/lib/iomgr/tcp_client_posix.cc +2 -2
- data/src/core/lib/iomgr/tcp_client_windows.cc +3 -3
- data/src/core/lib/iomgr/tcp_posix.cc +1 -1
- data/src/core/lib/iomgr/tcp_posix.h +1 -1
- data/src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc +2 -2
- data/src/core/lib/iomgr/tcp_server_windows.cc +3 -3
- data/src/core/lib/iomgr/timer_generic.cc +1 -1
- data/src/core/lib/iomgr/timer_heap.cc +1 -1
- data/src/core/lib/iomgr/wakeup_fd_pipe.cc +1 -1
- data/src/core/lib/promise/activity.h +1 -1
- data/src/core/lib/promise/all_ok.h +37 -0
- data/src/core/lib/promise/detail/basic_seq.h +32 -18
- data/src/core/lib/promise/detail/promise_factory.h +1 -1
- data/src/core/lib/promise/detail/promise_like.h +23 -0
- data/src/core/lib/promise/detail/seq_state.h +180 -180
- data/src/core/lib/promise/loop.h +9 -0
- data/src/core/lib/promise/map.h +53 -2
- data/src/core/lib/promise/party.cc +18 -60
- data/src/core/lib/promise/party.h +50 -30
- data/src/core/lib/promise/poll.h +13 -0
- data/src/core/lib/promise/seq.h +6 -29
- data/src/core/lib/promise/status_flag.h +7 -0
- data/src/core/lib/promise/try_seq.h +35 -37
- data/src/core/lib/resource_quota/api.h +1 -1
- data/src/core/lib/resource_quota/memory_quota.cc +16 -5
- data/src/core/lib/resource_quota/memory_quota.h +5 -1
- data/src/core/lib/resource_quota/periodic_update.cc +1 -1
- data/src/core/lib/security/context/security_context.h +8 -0
- data/src/core/lib/security/credentials/channel_creds_registry_init.cc +1 -1
- data/src/core/lib/security/credentials/external/external_account_credentials.cc +6 -5
- data/src/core/lib/security/credentials/fake/fake_credentials.h +1 -1
- data/src/core/lib/security/credentials/google_default/google_default_credentials.cc +1 -1
- data/src/core/lib/security/credentials/jwt/jwt_verifier.cc +1 -1
- data/src/core/lib/security/credentials/token_fetcher/token_fetcher_credentials.cc +29 -22
- data/src/core/lib/security/credentials/token_fetcher/token_fetcher_credentials.h +7 -1
- data/src/core/lib/security/security_connector/load_system_roots_supported.cc +1 -1
- data/src/core/lib/security/security_connector/ssl_utils.cc +1 -1
- data/src/core/lib/security/security_connector/ssl_utils.h +1 -1
- data/src/core/lib/slice/slice_buffer.cc +1 -0
- data/src/core/lib/surface/call_utils.h +4 -0
- data/src/core/lib/surface/channel_create.cc +1 -1
- data/src/core/lib/surface/channel_init.h +1 -1
- data/src/core/lib/surface/client_call.cc +49 -35
- data/src/core/lib/surface/client_call.h +9 -1
- data/src/core/lib/surface/completion_queue.cc +1 -1
- data/src/core/lib/surface/completion_queue.h +1 -1
- data/src/core/lib/surface/connection_context.cc +77 -0
- data/src/core/lib/surface/connection_context.h +156 -0
- data/src/core/lib/surface/filter_stack_call.h +1 -1
- data/src/core/lib/surface/init.cc +4 -1
- data/src/core/lib/surface/lame_client.cc +1 -1
- data/src/core/lib/surface/legacy_channel.cc +1 -1
- data/src/core/lib/surface/server_call.cc +11 -5
- data/src/core/lib/surface/server_call.h +0 -1
- data/src/core/lib/surface/version.cc +2 -2
- data/src/core/lib/transport/bdp_estimator.cc +1 -1
- data/src/core/lib/transport/call_filters.h +4 -4
- data/src/core/lib/transport/call_final_info.h +1 -1
- data/src/core/lib/transport/call_spine.cc +0 -4
- data/src/core/lib/transport/interception_chain.h +1 -1
- data/src/core/lib/transport/metadata_batch.cc +11 -2
- data/src/core/lib/transport/metadata_batch.h +9 -1
- data/src/core/lib/transport/metadata_compression_traits.h +2 -2
- data/src/core/lib/transport/timeout_encoding.cc +4 -4
- data/src/core/lib/transport/transport_framing_endpoint_extension.h +47 -0
- data/src/core/load_balancing/child_policy_handler.cc +1 -1
- data/src/core/load_balancing/endpoint_list.cc +1 -1
- data/src/core/load_balancing/grpclb/grpclb.cc +1 -1
- data/src/core/load_balancing/lb_policy.h +1 -1
- data/src/core/load_balancing/outlier_detection/outlier_detection.cc +2 -2
- data/src/core/load_balancing/pick_first/pick_first.cc +11 -8
- data/src/core/load_balancing/priority/priority.cc +1 -1
- data/src/core/load_balancing/ring_hash/ring_hash.cc +1 -1
- data/src/core/load_balancing/rls/rls.cc +1 -1
- data/src/core/load_balancing/round_robin/round_robin.cc +1 -1
- data/src/core/load_balancing/weighted_round_robin/static_stride_scheduler.cc +2 -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 +1 -1
- data/src/core/load_balancing/weighted_target/weighted_target.cc +1 -1
- data/src/core/load_balancing/xds/cds.cc +1 -1
- data/src/core/load_balancing/xds/xds_cluster_impl.cc +1 -1
- data/src/core/load_balancing/xds/xds_cluster_manager.cc +1 -1
- data/src/core/load_balancing/xds/xds_override_host.cc +4 -4
- data/src/core/load_balancing/xds/xds_wrr_locality.cc +1 -1
- data/src/core/plugin_registry/grpc_plugin_registry.cc +1 -1
- data/src/core/plugin_registry/grpc_plugin_registry_extra.cc +1 -1
- data/src/core/resolver/dns/c_ares/dns_resolver_ares.cc +2 -2
- data/src/core/resolver/dns/c_ares/dns_resolver_ares.h +1 -1
- data/src/core/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc +1 -1
- data/src/core/resolver/dns/dns_resolver_plugin.cc +1 -1
- data/src/core/resolver/dns/dns_resolver_plugin.h +1 -1
- data/src/core/resolver/dns/native/dns_resolver.cc +1 -1
- data/src/core/resolver/dns/native/dns_resolver.h +1 -1
- data/src/core/resolver/fake/fake_resolver.cc +1 -1
- data/src/core/resolver/google_c2p/google_c2p_resolver.cc +1 -1
- data/src/core/resolver/sockaddr/sockaddr_resolver.cc +1 -1
- data/src/core/resolver/xds/xds_dependency_manager.cc +1 -1
- data/src/core/resolver/xds/xds_resolver.cc +1 -1
- data/src/core/server/server.cc +2 -1
- data/src/core/server/server.h +0 -1
- data/src/core/server/server_call_tracer_filter.cc +1 -1
- data/src/core/server/server_call_tracer_filter.h +1 -1
- data/src/core/server/xds_channel_stack_modifier.cc +1 -1
- data/src/core/server/xds_server_config_fetcher.cc +1 -1
- data/src/core/service_config/service_config_channel_arg_filter.cc +1 -1
- data/src/core/service_config/service_config_impl.cc +1 -1
- data/src/core/telemetry/call_tracer.h +1 -1
- data/src/core/telemetry/histogram_view.cc +3 -3
- data/src/core/telemetry/metrics.cc +15 -12
- data/src/core/telemetry/metrics.h +7 -3
- data/src/core/telemetry/stats_data.cc +94 -0
- data/src/core/telemetry/stats_data.h +61 -0
- data/src/core/tsi/alts/frame_protector/alts_counter.h +1 -1
- data/src/core/tsi/alts/frame_protector/alts_seal_privacy_integrity_crypter.cc +1 -1
- data/src/core/tsi/alts/frame_protector/alts_unseal_privacy_integrity_crypter.cc +1 -1
- data/src/core/tsi/alts/handshaker/transport_security_common_api.h +2 -2
- data/src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.cc +1 -1
- data/src/core/tsi/ssl_transport_security.cc +11 -4
- data/src/core/tsi/ssl_transport_security.h +2 -2
- data/src/core/tsi/ssl_transport_security_utils.h +1 -1
- data/src/core/tsi/transport_security_interface.h +2 -2
- data/src/core/util/fork.cc +1 -1
- data/src/core/util/fork.h +2 -2
- data/src/core/util/gpr_time.cc +4 -4
- data/src/core/util/http_client/httpcli.cc +14 -7
- data/src/core/util/json/json_object_loader.h +4 -4
- data/src/core/util/json/json_writer.cc +1 -1
- data/src/core/util/latent_see.cc +97 -76
- data/src/core/util/latent_see.h +23 -16
- data/src/core/util/log.cc +1 -1
- data/src/core/util/status_helper.cc +1 -1
- data/src/core/util/string.cc +2 -2
- data/src/core/util/table.h +1 -1
- data/src/core/util/time.cc +4 -4
- data/src/core/util/time.h +2 -2
- data/src/core/util/uri.cc +10 -4
- data/src/core/util/uri.h +5 -1
- data/src/core/xds/grpc/certificate_provider_store.cc +1 -1
- data/src/core/xds/grpc/certificate_provider_store.h +1 -1
- data/src/core/xds/grpc/file_watcher_certificate_provider_factory.cc +1 -1
- data/src/core/xds/grpc/xds_cluster_parser.cc +1 -1
- data/src/core/xds/grpc/xds_http_gcp_authn_filter.cc +2 -2
- data/src/core/xds/grpc/xds_lb_policy_registry.cc +1 -1
- data/src/core/xds/grpc/xds_lb_policy_registry.h +1 -1
- data/src/core/xds/grpc/xds_route_config.cc +1 -0
- data/src/core/xds/grpc/xds_route_config_parser.cc +1 -1
- data/src/core/xds/grpc/xds_server_grpc.cc +1 -1
- data/src/core/xds/grpc/xds_transport_grpc.cc +1 -1
- data/src/ruby/ext/grpc/rb_grpc.h +1 -1
- data/src/ruby/lib/grpc/version.rb +1 -1
- data/third_party/upb/upb/json/decode.c +39 -10
- data/third_party/upb/upb/json/decode.h +26 -3
- data/third_party/upb/upb/mem/arena.c +1 -1
- data/third_party/upb/upb/message/accessors.h +8 -0
- data/third_party/upb/upb/message/internal/accessors.h +9 -2
- data/third_party/upb/upb/message/internal/message.c +3 -3
- data/third_party/upb/upb/port/def.inc +25 -6
- data/third_party/upb/upb/port/undef.inc +3 -0
- data/third_party/upb/upb/reflection/common.h +1 -11
- data/third_party/upb/upb/reflection/descriptor_bootstrap.h +19 -0
- data/third_party/upb/upb/reflection/field_def.c +3 -17
- data/third_party/upb/upb/text/encode.c +0 -7
- data/third_party/upb/upb/wire/decode.h +1 -1
- metadata +15 -9
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_CONFIG_TRACE_V3_SERVICE_PROTO_UPB_H__UPB_H_
|
10
|
+
#define ENVOY_CONFIG_TRACE_V3_SERVICE_PROTO_UPB_H__UPB_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -104,4 +104,4 @@ UPB_INLINE struct envoy_config_core_v3_GrpcService* envoy_config_trace_v3_TraceS
|
|
104
104
|
|
105
105
|
#include "upb/port/undef.inc"
|
106
106
|
|
107
|
-
#endif /*
|
107
|
+
#endif /* ENVOY_CONFIG_TRACE_V3_SERVICE_PROTO_UPB_H__UPB_H_ */
|
@@ -18,7 +18,7 @@
|
|
18
18
|
#include "upb/port/def.inc"
|
19
19
|
|
20
20
|
extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken);
|
21
|
-
static const upb_MiniTableSubInternal
|
21
|
+
static const upb_MiniTableSubInternal envoy_config_trace_v3_TraceServiceConfig__submsgs[1] = {
|
22
22
|
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__GrpcService_msg_init_ptr},
|
23
23
|
};
|
24
24
|
|
@@ -27,7 +27,7 @@ static const upb_MiniTableField envoy_config_trace_v3_TraceServiceConfig__fields
|
|
27
27
|
};
|
28
28
|
|
29
29
|
const upb_MiniTable envoy__config__trace__v3__TraceServiceConfig_msg_init = {
|
30
|
-
&
|
30
|
+
&envoy_config_trace_v3_TraceServiceConfig__submsgs[0],
|
31
31
|
&envoy_config_trace_v3_TraceServiceConfig__fields[0],
|
32
32
|
UPB_SIZE(16, 24), 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(255), 0,
|
33
33
|
#ifdef UPB_TRACING_ENABLED
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_CONFIG_TRACE_V3_SERVICE_PROTO_UPB_H__UPB_MINITABLE_H_
|
10
|
+
#define ENVOY_CONFIG_TRACE_V3_SERVICE_PROTO_UPB_H__UPB_MINITABLE_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -29,4 +29,4 @@ extern const upb_MiniTableFile envoy_config_trace_v3_service_proto_upb_file_layo
|
|
29
29
|
|
30
30
|
#include "upb/port/undef.inc"
|
31
31
|
|
32
|
-
#endif /*
|
32
|
+
#endif /* ENVOY_CONFIG_TRACE_V3_SERVICE_PROTO_UPB_H__UPB_MINITABLE_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_CONFIG_TRACE_V3_SKYWALKING_PROTO_UPB_H__UPB_H_
|
10
|
+
#define ENVOY_CONFIG_TRACE_V3_SKYWALKING_PROTO_UPB_H__UPB_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -267,4 +267,4 @@ UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_trace_v3_ClientConfi
|
|
267
267
|
|
268
268
|
#include "upb/port/undef.inc"
|
269
269
|
|
270
|
-
#endif /*
|
270
|
+
#endif /* ENVOY_CONFIG_TRACE_V3_SKYWALKING_PROTO_UPB_H__UPB_H_ */
|
@@ -20,7 +20,7 @@
|
|
20
20
|
#include "upb/port/def.inc"
|
21
21
|
|
22
22
|
extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken);
|
23
|
-
static const upb_MiniTableSubInternal
|
23
|
+
static const upb_MiniTableSubInternal envoy_config_trace_v3_SkyWalkingConfig__submsgs[2] = {
|
24
24
|
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__GrpcService_msg_init_ptr},
|
25
25
|
{.UPB_PRIVATE(submsg) = &envoy__config__trace__v3__ClientConfig_msg_init_ptr},
|
26
26
|
};
|
@@ -31,7 +31,7 @@ static const upb_MiniTableField envoy_config_trace_v3_SkyWalkingConfig__fields[2
|
|
31
31
|
};
|
32
32
|
|
33
33
|
const upb_MiniTable envoy__config__trace__v3__SkyWalkingConfig_msg_init = {
|
34
|
-
&
|
34
|
+
&envoy_config_trace_v3_SkyWalkingConfig__submsgs[0],
|
35
35
|
&envoy_config_trace_v3_SkyWalkingConfig__fields[0],
|
36
36
|
UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(255), 0,
|
37
37
|
#ifdef UPB_TRACING_ENABLED
|
@@ -40,7 +40,7 @@ const upb_MiniTable envoy__config__trace__v3__SkyWalkingConfig_msg_init = {
|
|
40
40
|
};
|
41
41
|
|
42
42
|
const upb_MiniTable* envoy__config__trace__v3__SkyWalkingConfig_msg_init_ptr = &envoy__config__trace__v3__SkyWalkingConfig_msg_init;
|
43
|
-
static const upb_MiniTableSubInternal
|
43
|
+
static const upb_MiniTableSubInternal envoy_config_trace_v3_ClientConfig__submsgs[1] = {
|
44
44
|
{.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init_ptr},
|
45
45
|
};
|
46
46
|
|
@@ -52,7 +52,7 @@ static const upb_MiniTableField envoy_config_trace_v3_ClientConfig__fields[4] =
|
|
52
52
|
};
|
53
53
|
|
54
54
|
const upb_MiniTable envoy__config__trace__v3__ClientConfig_msg_init = {
|
55
|
-
&
|
55
|
+
&envoy_config_trace_v3_ClientConfig__submsgs[0],
|
56
56
|
&envoy_config_trace_v3_ClientConfig__fields[0],
|
57
57
|
UPB_SIZE(48, 72), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(24), 0,
|
58
58
|
#ifdef UPB_TRACING_ENABLED
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_CONFIG_TRACE_V3_SKYWALKING_PROTO_UPB_H__UPB_MINITABLE_H_
|
10
|
+
#define ENVOY_CONFIG_TRACE_V3_SKYWALKING_PROTO_UPB_H__UPB_MINITABLE_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -31,4 +31,4 @@ extern const upb_MiniTableFile envoy_config_trace_v3_skywalking_proto_upb_file_l
|
|
31
31
|
|
32
32
|
#include "upb/port/undef.inc"
|
33
33
|
|
34
|
-
#endif /*
|
34
|
+
#endif /* ENVOY_CONFIG_TRACE_V3_SKYWALKING_PROTO_UPB_H__UPB_MINITABLE_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_CONFIG_TRACE_V3_TRACE_PROTO_UPB_H__UPB_H_
|
10
|
+
#define ENVOY_CONFIG_TRACE_V3_TRACE_PROTO_UPB_H__UPB_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -47,4 +47,4 @@ extern "C" {
|
|
47
47
|
|
48
48
|
#include "upb/port/undef.inc"
|
49
49
|
|
50
|
-
#endif /*
|
50
|
+
#endif /* ENVOY_CONFIG_TRACE_V3_TRACE_PROTO_UPB_H__UPB_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_CONFIG_TRACE_V3_TRACE_PROTO_UPB_H__UPB_MINITABLE_H_
|
10
|
+
#define ENVOY_CONFIG_TRACE_V3_TRACE_PROTO_UPB_H__UPB_MINITABLE_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
/* Public Imports. */
|
@@ -37,4 +37,4 @@ extern const upb_MiniTableFile envoy_config_trace_v3_trace_proto_upb_file_layout
|
|
37
37
|
|
38
38
|
#include "upb/port/undef.inc"
|
39
39
|
|
40
|
-
#endif /*
|
40
|
+
#endif /* ENVOY_CONFIG_TRACE_V3_TRACE_PROTO_UPB_H__UPB_MINITABLE_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_CONFIG_TRACE_V3_XRAY_PROTO_UPB_H__UPB_H_
|
10
|
+
#define ENVOY_CONFIG_TRACE_V3_XRAY_PROTO_UPB_H__UPB_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -270,4 +270,4 @@ UPB_INLINE struct google_protobuf_Struct* envoy_config_trace_v3_XRayConfig_Segme
|
|
270
270
|
|
271
271
|
#include "upb/port/undef.inc"
|
272
272
|
|
273
|
-
#endif /*
|
273
|
+
#endif /* ENVOY_CONFIG_TRACE_V3_XRAY_PROTO_UPB_H__UPB_H_ */
|
@@ -21,7 +21,7 @@
|
|
21
21
|
#include "upb/port/def.inc"
|
22
22
|
|
23
23
|
extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken);
|
24
|
-
static const upb_MiniTableSubInternal
|
24
|
+
static const upb_MiniTableSubInternal envoy_config_trace_v3_XRayConfig__submsgs[3] = {
|
25
25
|
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__SocketAddress_msg_init_ptr},
|
26
26
|
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__DataSource_msg_init_ptr},
|
27
27
|
{.UPB_PRIVATE(submsg) = &envoy__config__trace__v3__XRayConfig__SegmentFields_msg_init_ptr},
|
@@ -35,7 +35,7 @@ static const upb_MiniTableField envoy_config_trace_v3_XRayConfig__fields[4] = {
|
|
35
35
|
};
|
36
36
|
|
37
37
|
const upb_MiniTable envoy__config__trace__v3__XRayConfig_msg_init = {
|
38
|
-
&
|
38
|
+
&envoy_config_trace_v3_XRayConfig__submsgs[0],
|
39
39
|
&envoy_config_trace_v3_XRayConfig__fields[0],
|
40
40
|
UPB_SIZE(32, 56), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(24), 0,
|
41
41
|
#ifdef UPB_TRACING_ENABLED
|
@@ -50,7 +50,7 @@ const upb_MiniTable envoy__config__trace__v3__XRayConfig_msg_init = {
|
|
50
50
|
};
|
51
51
|
|
52
52
|
const upb_MiniTable* envoy__config__trace__v3__XRayConfig_msg_init_ptr = &envoy__config__trace__v3__XRayConfig_msg_init;
|
53
|
-
static const upb_MiniTableSubInternal
|
53
|
+
static const upb_MiniTableSubInternal envoy_config_trace_v3_XRayConfig_SegmentFields__submsgs[1] = {
|
54
54
|
{.UPB_PRIVATE(submsg) = &google__protobuf__Struct_msg_init_ptr},
|
55
55
|
};
|
56
56
|
|
@@ -60,7 +60,7 @@ static const upb_MiniTableField envoy_config_trace_v3_XRayConfig_SegmentFields__
|
|
60
60
|
};
|
61
61
|
|
62
62
|
const upb_MiniTable envoy__config__trace__v3__XRayConfig__SegmentFields_msg_init = {
|
63
|
-
&
|
63
|
+
&envoy_config_trace_v3_XRayConfig_SegmentFields__submsgs[0],
|
64
64
|
&envoy_config_trace_v3_XRayConfig_SegmentFields__fields[0],
|
65
65
|
UPB_SIZE(24, 40), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0,
|
66
66
|
#ifdef UPB_TRACING_ENABLED
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_CONFIG_TRACE_V3_XRAY_PROTO_UPB_H__UPB_MINITABLE_H_
|
10
|
+
#define ENVOY_CONFIG_TRACE_V3_XRAY_PROTO_UPB_H__UPB_MINITABLE_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -31,4 +31,4 @@ extern const upb_MiniTableFile envoy_config_trace_v3_xray_proto_upb_file_layout;
|
|
31
31
|
|
32
32
|
#include "upb/port/undef.inc"
|
33
33
|
|
34
|
-
#endif /*
|
34
|
+
#endif /* ENVOY_CONFIG_TRACE_V3_XRAY_PROTO_UPB_H__UPB_MINITABLE_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_CONFIG_TRACE_V3_ZIPKIN_PROTO_UPB_H__UPB_H_
|
10
|
+
#define ENVOY_CONFIG_TRACE_V3_ZIPKIN_PROTO_UPB_H__UPB_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -209,4 +209,4 @@ UPB_INLINE void envoy_config_trace_v3_ZipkinConfig_set_split_spans_for_request(e
|
|
209
209
|
|
210
210
|
#include "upb/port/undef.inc"
|
211
211
|
|
212
|
-
#endif /*
|
212
|
+
#endif /* ENVOY_CONFIG_TRACE_V3_ZIPKIN_PROTO_UPB_H__UPB_H_ */
|
@@ -20,7 +20,7 @@
|
|
20
20
|
#include "upb/port/def.inc"
|
21
21
|
|
22
22
|
extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken);
|
23
|
-
static const upb_MiniTableSubInternal
|
23
|
+
static const upb_MiniTableSubInternal envoy_config_trace_v3_ZipkinConfig__submsgs[1] = {
|
24
24
|
{.UPB_PRIVATE(submsg) = &google__protobuf__BoolValue_msg_init_ptr},
|
25
25
|
};
|
26
26
|
|
@@ -35,7 +35,7 @@ static const upb_MiniTableField envoy_config_trace_v3_ZipkinConfig__fields[7] =
|
|
35
35
|
};
|
36
36
|
|
37
37
|
const upb_MiniTable envoy__config__trace__v3__ZipkinConfig_msg_init = {
|
38
|
-
&
|
38
|
+
&envoy_config_trace_v3_ZipkinConfig__submsgs[0],
|
39
39
|
&envoy_config_trace_v3_ZipkinConfig__fields[0],
|
40
40
|
UPB_SIZE(48, 80), 7, kUpb_ExtMode_NonExtendable, 7, UPB_FASTTABLE_MASK(56), 0,
|
41
41
|
#ifdef UPB_TRACING_ENABLED
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_CONFIG_TRACE_V3_ZIPKIN_PROTO_UPB_H__UPB_MINITABLE_H_
|
10
|
+
#define ENVOY_CONFIG_TRACE_V3_ZIPKIN_PROTO_UPB_H__UPB_MINITABLE_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -29,4 +29,4 @@ extern const upb_MiniTableFile envoy_config_trace_v3_zipkin_proto_upb_file_layou
|
|
29
29
|
|
30
30
|
#include "upb/port/undef.inc"
|
31
31
|
|
32
|
-
#endif /*
|
32
|
+
#endif /* ENVOY_CONFIG_TRACE_V3_ZIPKIN_PROTO_UPB_H__UPB_MINITABLE_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_DATA_ACCESSLOG_V3_ACCESSLOG_PROTO_UPB_H__UPB_H_
|
10
|
+
#define ENVOY_DATA_ACCESSLOG_V3_ACCESSLOG_PROTO_UPB_H__UPB_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -2974,4 +2974,4 @@ UPB_INLINE void envoy_data_accesslog_v3_HTTPResponseProperties_ResponseTrailersE
|
|
2974
2974
|
|
2975
2975
|
#include "upb/port/undef.inc"
|
2976
2976
|
|
2977
|
-
#endif /*
|
2977
|
+
#endif /* ENVOY_DATA_ACCESSLOG_V3_ACCESSLOG_PROTO_UPB_H__UPB_H_ */
|
@@ -24,7 +24,7 @@
|
|
24
24
|
#include "upb/port/def.inc"
|
25
25
|
|
26
26
|
extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken);
|
27
|
-
static const upb_MiniTableSubInternal
|
27
|
+
static const upb_MiniTableSubInternal envoy_data_accesslog_v3_TCPAccessLogEntry__submsgs[2] = {
|
28
28
|
{.UPB_PRIVATE(submsg) = &envoy__data__accesslog__v3__AccessLogCommon_msg_init_ptr},
|
29
29
|
{.UPB_PRIVATE(submsg) = &envoy__data__accesslog__v3__ConnectionProperties_msg_init_ptr},
|
30
30
|
};
|
@@ -35,7 +35,7 @@ static const upb_MiniTableField envoy_data_accesslog_v3_TCPAccessLogEntry__field
|
|
35
35
|
};
|
36
36
|
|
37
37
|
const upb_MiniTable envoy__data__accesslog__v3__TCPAccessLogEntry_msg_init = {
|
38
|
-
&
|
38
|
+
&envoy_data_accesslog_v3_TCPAccessLogEntry__submsgs[0],
|
39
39
|
&envoy_data_accesslog_v3_TCPAccessLogEntry__fields[0],
|
40
40
|
UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(255), 0,
|
41
41
|
#ifdef UPB_TRACING_ENABLED
|
@@ -44,7 +44,7 @@ const upb_MiniTable envoy__data__accesslog__v3__TCPAccessLogEntry_msg_init = {
|
|
44
44
|
};
|
45
45
|
|
46
46
|
const upb_MiniTable* envoy__data__accesslog__v3__TCPAccessLogEntry_msg_init_ptr = &envoy__data__accesslog__v3__TCPAccessLogEntry_msg_init;
|
47
|
-
static const upb_MiniTableSubInternal
|
47
|
+
static const upb_MiniTableSubInternal envoy_data_accesslog_v3_HTTPAccessLogEntry__submsgs[3] = {
|
48
48
|
{.UPB_PRIVATE(submsg) = &envoy__data__accesslog__v3__AccessLogCommon_msg_init_ptr},
|
49
49
|
{.UPB_PRIVATE(submsg) = &envoy__data__accesslog__v3__HTTPRequestProperties_msg_init_ptr},
|
50
50
|
{.UPB_PRIVATE(submsg) = &envoy__data__accesslog__v3__HTTPResponseProperties_msg_init_ptr},
|
@@ -58,7 +58,7 @@ static const upb_MiniTableField envoy_data_accesslog_v3_HTTPAccessLogEntry__fiel
|
|
58
58
|
};
|
59
59
|
|
60
60
|
const upb_MiniTable envoy__data__accesslog__v3__HTTPAccessLogEntry_msg_init = {
|
61
|
-
&
|
61
|
+
&envoy_data_accesslog_v3_HTTPAccessLogEntry__submsgs[0],
|
62
62
|
&envoy_data_accesslog_v3_HTTPAccessLogEntry__fields[0],
|
63
63
|
UPB_SIZE(32, 40), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(24), 0,
|
64
64
|
#ifdef UPB_TRACING_ENABLED
|
@@ -94,7 +94,7 @@ const upb_MiniTable envoy__data__accesslog__v3__ConnectionProperties_msg_init =
|
|
94
94
|
};
|
95
95
|
|
96
96
|
const upb_MiniTable* envoy__data__accesslog__v3__ConnectionProperties_msg_init_ptr = &envoy__data__accesslog__v3__ConnectionProperties_msg_init;
|
97
|
-
static const upb_MiniTableSubInternal
|
97
|
+
static const upb_MiniTableSubInternal envoy_data_accesslog_v3_AccessLogCommon__submsgs[19] = {
|
98
98
|
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__Address_msg_init_ptr},
|
99
99
|
{.UPB_PRIVATE(submsg) = &envoy__config__core__v3__Address_msg_init_ptr},
|
100
100
|
{.UPB_PRIVATE(submsg) = &envoy__data__accesslog__v3__TLSProperties_msg_init_ptr},
|
@@ -153,7 +153,7 @@ static const upb_MiniTableField envoy_data_accesslog_v3_AccessLogCommon__fields[
|
|
153
153
|
};
|
154
154
|
|
155
155
|
const upb_MiniTable envoy__data__accesslog__v3__AccessLogCommon_msg_init = {
|
156
|
-
&
|
156
|
+
&envoy_data_accesslog_v3_AccessLogCommon__submsgs[0],
|
157
157
|
&envoy_data_accesslog_v3_AccessLogCommon__fields[0],
|
158
158
|
UPB_SIZE(192, 312), 33, kUpb_ExtMode_NonExtendable, 33, UPB_FASTTABLE_MASK(248), 0,
|
159
159
|
#ifdef UPB_TRACING_ENABLED
|
@@ -196,7 +196,7 @@ const upb_MiniTable envoy__data__accesslog__v3__AccessLogCommon_msg_init = {
|
|
196
196
|
};
|
197
197
|
|
198
198
|
const upb_MiniTable* envoy__data__accesslog__v3__AccessLogCommon_msg_init_ptr = &envoy__data__accesslog__v3__AccessLogCommon_msg_init;
|
199
|
-
static const upb_MiniTableSubInternal
|
199
|
+
static const upb_MiniTableSubInternal envoy_data_accesslog_v3_AccessLogCommon_FilterStateObjectsEntry__submsgs[1] = {
|
200
200
|
{.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init_ptr},
|
201
201
|
};
|
202
202
|
|
@@ -206,7 +206,7 @@ static const upb_MiniTableField envoy_data_accesslog_v3_AccessLogCommon_FilterSt
|
|
206
206
|
};
|
207
207
|
|
208
208
|
const upb_MiniTable envoy__data__accesslog__v3__AccessLogCommon__FilterStateObjectsEntry_msg_init = {
|
209
|
-
&
|
209
|
+
&envoy_data_accesslog_v3_AccessLogCommon_FilterStateObjectsEntry__submsgs[0],
|
210
210
|
&envoy_data_accesslog_v3_AccessLogCommon_FilterStateObjectsEntry__fields[0],
|
211
211
|
48, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0,
|
212
212
|
#ifdef UPB_TRACING_ENABLED
|
@@ -240,7 +240,7 @@ const upb_MiniTable envoy__data__accesslog__v3__AccessLogCommon__CustomTagsEntry
|
|
240
240
|
};
|
241
241
|
|
242
242
|
const upb_MiniTable* envoy__data__accesslog__v3__AccessLogCommon__CustomTagsEntry_msg_init_ptr = &envoy__data__accesslog__v3__AccessLogCommon__CustomTagsEntry_msg_init;
|
243
|
-
static const upb_MiniTableSubInternal
|
243
|
+
static const upb_MiniTableSubInternal envoy_data_accesslog_v3_ResponseFlags__submsgs[1] = {
|
244
244
|
{.UPB_PRIVATE(submsg) = &envoy__data__accesslog__v3__ResponseFlags__Unauthorized_msg_init_ptr},
|
245
245
|
};
|
246
246
|
|
@@ -276,7 +276,7 @@ static const upb_MiniTableField envoy_data_accesslog_v3_ResponseFlags__fields[28
|
|
276
276
|
};
|
277
277
|
|
278
278
|
const upb_MiniTable envoy__data__accesslog__v3__ResponseFlags_msg_init = {
|
279
|
-
&
|
279
|
+
&envoy_data_accesslog_v3_ResponseFlags__submsgs[0],
|
280
280
|
&envoy_data_accesslog_v3_ResponseFlags__fields[0],
|
281
281
|
48, 28, kUpb_ExtMode_NonExtendable, 28, UPB_FASTTABLE_MASK(248), 0,
|
282
282
|
#ifdef UPB_TRACING_ENABLED
|
@@ -337,7 +337,7 @@ const upb_MiniTable envoy__data__accesslog__v3__ResponseFlags__Unauthorized_msg_
|
|
337
337
|
};
|
338
338
|
|
339
339
|
const upb_MiniTable* envoy__data__accesslog__v3__ResponseFlags__Unauthorized_msg_init_ptr = &envoy__data__accesslog__v3__ResponseFlags__Unauthorized_msg_init;
|
340
|
-
static const upb_MiniTableSubInternal
|
340
|
+
static const upb_MiniTableSubInternal envoy_data_accesslog_v3_TLSProperties__submsgs[3] = {
|
341
341
|
{.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init_ptr},
|
342
342
|
{.UPB_PRIVATE(submsg) = &envoy__data__accesslog__v3__TLSProperties__CertificateProperties_msg_init_ptr},
|
343
343
|
{.UPB_PRIVATE(submsg) = &envoy__data__accesslog__v3__TLSProperties__CertificateProperties_msg_init_ptr},
|
@@ -354,7 +354,7 @@ static const upb_MiniTableField envoy_data_accesslog_v3_TLSProperties__fields[7]
|
|
354
354
|
};
|
355
355
|
|
356
356
|
const upb_MiniTable envoy__data__accesslog__v3__TLSProperties_msg_init = {
|
357
|
-
&
|
357
|
+
&envoy_data_accesslog_v3_TLSProperties__submsgs[0],
|
358
358
|
&envoy_data_accesslog_v3_TLSProperties__fields[0],
|
359
359
|
UPB_SIZE(56, 88), 7, kUpb_ExtMode_NonExtendable, 7, UPB_FASTTABLE_MASK(56), 0,
|
360
360
|
#ifdef UPB_TRACING_ENABLED
|
@@ -373,7 +373,7 @@ const upb_MiniTable envoy__data__accesslog__v3__TLSProperties_msg_init = {
|
|
373
373
|
};
|
374
374
|
|
375
375
|
const upb_MiniTable* envoy__data__accesslog__v3__TLSProperties_msg_init_ptr = &envoy__data__accesslog__v3__TLSProperties_msg_init;
|
376
|
-
static const upb_MiniTableSubInternal
|
376
|
+
static const upb_MiniTableSubInternal envoy_data_accesslog_v3_TLSProperties_CertificateProperties__submsgs[1] = {
|
377
377
|
{.UPB_PRIVATE(submsg) = &envoy__data__accesslog__v3__TLSProperties__CertificateProperties__SubjectAltName_msg_init_ptr},
|
378
378
|
};
|
379
379
|
|
@@ -384,7 +384,7 @@ static const upb_MiniTableField envoy_data_accesslog_v3_TLSProperties_Certificat
|
|
384
384
|
};
|
385
385
|
|
386
386
|
const upb_MiniTable envoy__data__accesslog__v3__TLSProperties__CertificateProperties_msg_init = {
|
387
|
-
&
|
387
|
+
&envoy_data_accesslog_v3_TLSProperties_CertificateProperties__submsgs[0],
|
388
388
|
&envoy_data_accesslog_v3_TLSProperties_CertificateProperties__fields[0],
|
389
389
|
UPB_SIZE(32, 48), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(24), 0,
|
390
390
|
#ifdef UPB_TRACING_ENABLED
|
@@ -420,7 +420,7 @@ const upb_MiniTable envoy__data__accesslog__v3__TLSProperties__CertificateProper
|
|
420
420
|
};
|
421
421
|
|
422
422
|
const upb_MiniTable* envoy__data__accesslog__v3__TLSProperties__CertificateProperties__SubjectAltName_msg_init_ptr = &envoy__data__accesslog__v3__TLSProperties__CertificateProperties__SubjectAltName_msg_init;
|
423
|
-
static const upb_MiniTableSubInternal
|
423
|
+
static const upb_MiniTableSubInternal envoy_data_accesslog_v3_HTTPRequestProperties__submsgs[2] = {
|
424
424
|
{.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init_ptr},
|
425
425
|
{.UPB_PRIVATE(submsg) = &envoy__data__accesslog__v3__HTTPRequestProperties__RequestHeadersEntry_msg_init_ptr},
|
426
426
|
};
|
@@ -444,7 +444,7 @@ static const upb_MiniTableField envoy_data_accesslog_v3_HTTPRequestProperties__f
|
|
444
444
|
};
|
445
445
|
|
446
446
|
const upb_MiniTable envoy__data__accesslog__v3__HTTPRequestProperties_msg_init = {
|
447
|
-
&
|
447
|
+
&envoy_data_accesslog_v3_HTTPRequestProperties__submsgs[0],
|
448
448
|
&envoy_data_accesslog_v3_HTTPRequestProperties__fields[0],
|
449
449
|
UPB_SIZE(120, 192), 15, kUpb_ExtMode_NonExtendable, 15, UPB_FASTTABLE_MASK(120), 0,
|
450
450
|
#ifdef UPB_TRACING_ENABLED
|
@@ -492,7 +492,7 @@ const upb_MiniTable envoy__data__accesslog__v3__HTTPRequestProperties__RequestHe
|
|
492
492
|
};
|
493
493
|
|
494
494
|
const upb_MiniTable* envoy__data__accesslog__v3__HTTPRequestProperties__RequestHeadersEntry_msg_init_ptr = &envoy__data__accesslog__v3__HTTPRequestProperties__RequestHeadersEntry_msg_init;
|
495
|
-
static const upb_MiniTableSubInternal
|
495
|
+
static const upb_MiniTableSubInternal envoy_data_accesslog_v3_HTTPResponseProperties__submsgs[3] = {
|
496
496
|
{.UPB_PRIVATE(submsg) = &google__protobuf__UInt32Value_msg_init_ptr},
|
497
497
|
{.UPB_PRIVATE(submsg) = &envoy__data__accesslog__v3__HTTPResponseProperties__ResponseHeadersEntry_msg_init_ptr},
|
498
498
|
{.UPB_PRIVATE(submsg) = &envoy__data__accesslog__v3__HTTPResponseProperties__ResponseTrailersEntry_msg_init_ptr},
|
@@ -510,7 +510,7 @@ static const upb_MiniTableField envoy_data_accesslog_v3_HTTPResponseProperties__
|
|
510
510
|
};
|
511
511
|
|
512
512
|
const upb_MiniTable envoy__data__accesslog__v3__HTTPResponseProperties_msg_init = {
|
513
|
-
&
|
513
|
+
&envoy_data_accesslog_v3_HTTPResponseProperties__submsgs[0],
|
514
514
|
&envoy_data_accesslog_v3_HTTPResponseProperties__fields[0],
|
515
515
|
UPB_SIZE(64, 88), 8, kUpb_ExtMode_NonExtendable, 8, UPB_FASTTABLE_MASK(120), 0,
|
516
516
|
#ifdef UPB_TRACING_ENABLED
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_DATA_ACCESSLOG_V3_ACCESSLOG_PROTO_UPB_H__UPB_MINITABLE_H_
|
10
|
+
#define ENVOY_DATA_ACCESSLOG_V3_ACCESSLOG_PROTO_UPB_H__UPB_MINITABLE_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -59,4 +59,4 @@ extern const upb_MiniTableFile envoy_data_accesslog_v3_accesslog_proto_upb_file_
|
|
59
59
|
|
60
60
|
#include "upb/port/undef.inc"
|
61
61
|
|
62
|
-
#endif /*
|
62
|
+
#endif /* ENVOY_DATA_ACCESSLOG_V3_ACCESSLOG_PROTO_UPB_H__UPB_MINITABLE_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_EXTENSIONS_CLUSTERS_AGGREGATE_V3_CLUSTER_PROTO_UPB_H__UPB_H_
|
10
|
+
#define ENVOY_EXTENSIONS_CLUSTERS_AGGREGATE_V3_CLUSTER_PROTO_UPB_H__UPB_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -132,4 +132,4 @@ UPB_INLINE bool envoy_extensions_clusters_aggregate_v3_ClusterConfig_add_cluster
|
|
132
132
|
|
133
133
|
#include "upb/port/undef.inc"
|
134
134
|
|
135
|
-
#endif /*
|
135
|
+
#endif /* ENVOY_EXTENSIONS_CLUSTERS_AGGREGATE_V3_CLUSTER_PROTO_UPB_H__UPB_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_EXTENSIONS_CLUSTERS_AGGREGATE_V3_CLUSTER_PROTO_UPB_H__UPB_MINITABLE_H_
|
10
|
+
#define ENVOY_EXTENSIONS_CLUSTERS_AGGREGATE_V3_CLUSTER_PROTO_UPB_H__UPB_MINITABLE_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -29,4 +29,4 @@ extern const upb_MiniTableFile envoy_extensions_clusters_aggregate_v3_cluster_pr
|
|
29
29
|
|
30
30
|
#include "upb/port/undef.inc"
|
31
31
|
|
32
|
-
#endif /*
|
32
|
+
#endif /* ENVOY_EXTENSIONS_CLUSTERS_AGGREGATE_V3_CLUSTER_PROTO_UPB_H__UPB_MINITABLE_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_EXTENSIONS_FILTERS_COMMON_FAULT_V3_FAULT_PROTO_UPB_H__UPB_H_
|
10
|
+
#define ENVOY_EXTENSIONS_FILTERS_COMMON_FAULT_V3_FAULT_PROTO_UPB_H__UPB_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -452,4 +452,4 @@ UPB_INLINE char* envoy_extensions_filters_common_fault_v3_FaultRateLimit_HeaderL
|
|
452
452
|
|
453
453
|
#include "upb/port/undef.inc"
|
454
454
|
|
455
|
-
#endif /*
|
455
|
+
#endif /* ENVOY_EXTENSIONS_FILTERS_COMMON_FAULT_V3_FAULT_PROTO_UPB_H__UPB_H_ */
|
@@ -19,7 +19,7 @@
|
|
19
19
|
#include "upb/port/def.inc"
|
20
20
|
|
21
21
|
extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken);
|
22
|
-
static const upb_MiniTableSubInternal
|
22
|
+
static const upb_MiniTableSubInternal envoy_extensions_filters_common_fault_v3_FaultDelay__submsgs[3] = {
|
23
23
|
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init_ptr},
|
24
24
|
{.UPB_PRIVATE(submsg) = &envoy__type__v3__FractionalPercent_msg_init_ptr},
|
25
25
|
{.UPB_PRIVATE(submsg) = &envoy__extensions__filters__common__fault__v3__FaultDelay__HeaderDelay_msg_init_ptr},
|
@@ -32,7 +32,7 @@ static const upb_MiniTableField envoy_extensions_filters_common_fault_v3_FaultDe
|
|
32
32
|
};
|
33
33
|
|
34
34
|
const upb_MiniTable envoy__extensions__filters__common__fault__v3__FaultDelay_msg_init = {
|
35
|
-
&
|
35
|
+
&envoy_extensions_filters_common_fault_v3_FaultDelay__submsgs[0],
|
36
36
|
&envoy_extensions_filters_common_fault_v3_FaultDelay__fields[0],
|
37
37
|
UPB_SIZE(24, 32), 3, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(56), 0,
|
38
38
|
#ifdef UPB_TRACING_ENABLED
|
@@ -61,7 +61,7 @@ const upb_MiniTable envoy__extensions__filters__common__fault__v3__FaultDelay__H
|
|
61
61
|
};
|
62
62
|
|
63
63
|
const upb_MiniTable* envoy__extensions__filters__common__fault__v3__FaultDelay__HeaderDelay_msg_init_ptr = &envoy__extensions__filters__common__fault__v3__FaultDelay__HeaderDelay_msg_init;
|
64
|
-
static const upb_MiniTableSubInternal
|
64
|
+
static const upb_MiniTableSubInternal envoy_extensions_filters_common_fault_v3_FaultRateLimit__submsgs[3] = {
|
65
65
|
{.UPB_PRIVATE(submsg) = &envoy__extensions__filters__common__fault__v3__FaultRateLimit__FixedLimit_msg_init_ptr},
|
66
66
|
{.UPB_PRIVATE(submsg) = &envoy__type__v3__FractionalPercent_msg_init_ptr},
|
67
67
|
{.UPB_PRIVATE(submsg) = &envoy__extensions__filters__common__fault__v3__FaultRateLimit__HeaderLimit_msg_init_ptr},
|
@@ -74,7 +74,7 @@ static const upb_MiniTableField envoy_extensions_filters_common_fault_v3_FaultRa
|
|
74
74
|
};
|
75
75
|
|
76
76
|
const upb_MiniTable envoy__extensions__filters__common__fault__v3__FaultRateLimit_msg_init = {
|
77
|
-
&
|
77
|
+
&envoy_extensions_filters_common_fault_v3_FaultRateLimit__submsgs[0],
|
78
78
|
&envoy_extensions_filters_common_fault_v3_FaultRateLimit__fields[0],
|
79
79
|
UPB_SIZE(24, 32), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(24), 0,
|
80
80
|
#ifdef UPB_TRACING_ENABLED
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_EXTENSIONS_FILTERS_COMMON_FAULT_V3_FAULT_PROTO_UPB_H__UPB_MINITABLE_H_
|
10
|
+
#define ENVOY_EXTENSIONS_FILTERS_COMMON_FAULT_V3_FAULT_PROTO_UPB_H__UPB_MINITABLE_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -37,4 +37,4 @@ extern const upb_MiniTableFile envoy_extensions_filters_common_fault_v3_fault_pr
|
|
37
37
|
|
38
38
|
#include "upb/port/undef.inc"
|
39
39
|
|
40
|
-
#endif /*
|
40
|
+
#endif /* ENVOY_EXTENSIONS_FILTERS_COMMON_FAULT_V3_FAULT_PROTO_UPB_H__UPB_MINITABLE_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_EXTENSIONS_FILTERS_HTTP_FAULT_V3_FAULT_PROTO_UPB_H__UPB_H_
|
10
|
+
#define ENVOY_EXTENSIONS_FILTERS_HTTP_FAULT_V3_FAULT_PROTO_UPB_H__UPB_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -693,4 +693,4 @@ UPB_INLINE struct google_protobuf_Struct* envoy_extensions_filters_http_fault_v3
|
|
693
693
|
|
694
694
|
#include "upb/port/undef.inc"
|
695
695
|
|
696
|
-
#endif /*
|
696
|
+
#endif /* ENVOY_EXTENSIONS_FILTERS_HTTP_FAULT_V3_FAULT_PROTO_UPB_H__UPB_H_ */
|
@@ -22,7 +22,7 @@
|
|
22
22
|
#include "upb/port/def.inc"
|
23
23
|
|
24
24
|
extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken);
|
25
|
-
static const upb_MiniTableSubInternal
|
25
|
+
static const upb_MiniTableSubInternal envoy_extensions_filters_http_fault_v3_FaultAbort__submsgs[2] = {
|
26
26
|
{.UPB_PRIVATE(submsg) = &envoy__type__v3__FractionalPercent_msg_init_ptr},
|
27
27
|
{.UPB_PRIVATE(submsg) = &envoy__extensions__filters__http__fault__v3__FaultAbort__HeaderAbort_msg_init_ptr},
|
28
28
|
};
|
@@ -35,7 +35,7 @@ static const upb_MiniTableField envoy_extensions_filters_http_fault_v3_FaultAbor
|
|
35
35
|
};
|
36
36
|
|
37
37
|
const upb_MiniTable envoy__extensions__filters__http__fault__v3__FaultAbort_msg_init = {
|
38
|
-
&
|
38
|
+
&envoy_extensions_filters_http_fault_v3_FaultAbort__submsgs[0],
|
39
39
|
&envoy_extensions_filters_http_fault_v3_FaultAbort__fields[0],
|
40
40
|
UPB_SIZE(24, 32), 4, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(56), 0,
|
41
41
|
#ifdef UPB_TRACING_ENABLED
|
@@ -64,7 +64,7 @@ const upb_MiniTable envoy__extensions__filters__http__fault__v3__FaultAbort__Hea
|
|
64
64
|
};
|
65
65
|
|
66
66
|
const upb_MiniTable* envoy__extensions__filters__http__fault__v3__FaultAbort__HeaderAbort_msg_init_ptr = &envoy__extensions__filters__http__fault__v3__FaultAbort__HeaderAbort_msg_init;
|
67
|
-
static const upb_MiniTableSubInternal
|
67
|
+
static const upb_MiniTableSubInternal envoy_extensions_filters_http_fault_v3_HTTPFault__submsgs[6] = {
|
68
68
|
{.UPB_PRIVATE(submsg) = &envoy__extensions__filters__common__fault__v3__FaultDelay_msg_init_ptr},
|
69
69
|
{.UPB_PRIVATE(submsg) = &envoy__extensions__filters__http__fault__v3__FaultAbort_msg_init_ptr},
|
70
70
|
{.UPB_PRIVATE(submsg) = &envoy__config__route__v3__HeaderMatcher_msg_init_ptr},
|
@@ -93,7 +93,7 @@ static const upb_MiniTableField envoy_extensions_filters_http_fault_v3_HTTPFault
|
|
93
93
|
};
|
94
94
|
|
95
95
|
const upb_MiniTable envoy__extensions__filters__http__fault__v3__HTTPFault_msg_init = {
|
96
|
-
&
|
96
|
+
&envoy_extensions_filters_http_fault_v3_HTTPFault__submsgs[0],
|
97
97
|
&envoy_extensions_filters_http_fault_v3_HTTPFault__fields[0],
|
98
98
|
UPB_SIZE(112, 200), 16, kUpb_ExtMode_NonExtendable, 16, UPB_FASTTABLE_MASK(120), 0,
|
99
99
|
#ifdef UPB_TRACING_ENABLED
|