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 XDS_TYPE_MATCHER_V3_MATCHER_PROTO_UPB_H__UPB_MINITABLE_H_
|
10
|
+
#define XDS_TYPE_MATCHER_V3_MATCHER_PROTO_UPB_H__UPB_MINITABLE_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -47,4 +47,4 @@ extern const upb_MiniTableFile xds_type_matcher_v3_matcher_proto_upb_file_layout
|
|
47
47
|
|
48
48
|
#include "upb/port/undef.inc"
|
49
49
|
|
50
|
-
#endif /*
|
50
|
+
#endif /* XDS_TYPE_MATCHER_V3_MATCHER_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 XDS_TYPE_MATCHER_V3_RANGE_PROTO_UPB_H__UPB_H_
|
10
|
+
#define XDS_TYPE_MATCHER_V3_RANGE_PROTO_UPB_H__UPB_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -763,4 +763,4 @@ UPB_INLINE struct xds_type_matcher_v3_Matcher_OnMatch* xds_type_matcher_v3_Doubl
|
|
763
763
|
|
764
764
|
#include "upb/port/undef.inc"
|
765
765
|
|
766
|
-
#endif /*
|
766
|
+
#endif /* XDS_TYPE_MATCHER_V3_RANGE_PROTO_UPB_H__UPB_H_ */
|
@@ -17,7 +17,7 @@
|
|
17
17
|
#include "upb/port/def.inc"
|
18
18
|
|
19
19
|
extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken);
|
20
|
-
static const upb_MiniTableSubInternal
|
20
|
+
static const upb_MiniTableSubInternal xds_type_matcher_v3_Int64RangeMatcher__submsgs[1] = {
|
21
21
|
{.UPB_PRIVATE(submsg) = &xds__type__matcher__v3__Int64RangeMatcher__RangeMatcher_msg_init_ptr},
|
22
22
|
};
|
23
23
|
|
@@ -26,7 +26,7 @@ static const upb_MiniTableField xds_type_matcher_v3_Int64RangeMatcher__fields[1]
|
|
26
26
|
};
|
27
27
|
|
28
28
|
const upb_MiniTable xds__type__matcher__v3__Int64RangeMatcher_msg_init = {
|
29
|
-
&
|
29
|
+
&xds_type_matcher_v3_Int64RangeMatcher__submsgs[0],
|
30
30
|
&xds_type_matcher_v3_Int64RangeMatcher__fields[0],
|
31
31
|
16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
|
32
32
|
#ifdef UPB_TRACING_ENABLED
|
@@ -39,7 +39,7 @@ const upb_MiniTable xds__type__matcher__v3__Int64RangeMatcher_msg_init = {
|
|
39
39
|
};
|
40
40
|
|
41
41
|
const upb_MiniTable* xds__type__matcher__v3__Int64RangeMatcher_msg_init_ptr = &xds__type__matcher__v3__Int64RangeMatcher_msg_init;
|
42
|
-
static const upb_MiniTableSubInternal
|
42
|
+
static const upb_MiniTableSubInternal xds_type_matcher_v3_Int64RangeMatcher_RangeMatcher__submsgs[2] = {
|
43
43
|
{.UPB_PRIVATE(submsg) = &xds__type__v3__Int64Range_msg_init_ptr},
|
44
44
|
{.UPB_PRIVATE(submsg) = &xds__type__matcher__v3__Matcher__OnMatch_msg_init_ptr},
|
45
45
|
};
|
@@ -50,7 +50,7 @@ static const upb_MiniTableField xds_type_matcher_v3_Int64RangeMatcher_RangeMatch
|
|
50
50
|
};
|
51
51
|
|
52
52
|
const upb_MiniTable xds__type__matcher__v3__Int64RangeMatcher__RangeMatcher_msg_init = {
|
53
|
-
&
|
53
|
+
&xds_type_matcher_v3_Int64RangeMatcher_RangeMatcher__submsgs[0],
|
54
54
|
&xds_type_matcher_v3_Int64RangeMatcher_RangeMatcher__fields[0],
|
55
55
|
UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0,
|
56
56
|
#ifdef UPB_TRACING_ENABLED
|
@@ -63,7 +63,7 @@ const upb_MiniTable xds__type__matcher__v3__Int64RangeMatcher__RangeMatcher_msg_
|
|
63
63
|
};
|
64
64
|
|
65
65
|
const upb_MiniTable* xds__type__matcher__v3__Int64RangeMatcher__RangeMatcher_msg_init_ptr = &xds__type__matcher__v3__Int64RangeMatcher__RangeMatcher_msg_init;
|
66
|
-
static const upb_MiniTableSubInternal
|
66
|
+
static const upb_MiniTableSubInternal xds_type_matcher_v3_Int32RangeMatcher__submsgs[1] = {
|
67
67
|
{.UPB_PRIVATE(submsg) = &xds__type__matcher__v3__Int32RangeMatcher__RangeMatcher_msg_init_ptr},
|
68
68
|
};
|
69
69
|
|
@@ -72,7 +72,7 @@ static const upb_MiniTableField xds_type_matcher_v3_Int32RangeMatcher__fields[1]
|
|
72
72
|
};
|
73
73
|
|
74
74
|
const upb_MiniTable xds__type__matcher__v3__Int32RangeMatcher_msg_init = {
|
75
|
-
&
|
75
|
+
&xds_type_matcher_v3_Int32RangeMatcher__submsgs[0],
|
76
76
|
&xds_type_matcher_v3_Int32RangeMatcher__fields[0],
|
77
77
|
16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
|
78
78
|
#ifdef UPB_TRACING_ENABLED
|
@@ -85,7 +85,7 @@ const upb_MiniTable xds__type__matcher__v3__Int32RangeMatcher_msg_init = {
|
|
85
85
|
};
|
86
86
|
|
87
87
|
const upb_MiniTable* xds__type__matcher__v3__Int32RangeMatcher_msg_init_ptr = &xds__type__matcher__v3__Int32RangeMatcher_msg_init;
|
88
|
-
static const upb_MiniTableSubInternal
|
88
|
+
static const upb_MiniTableSubInternal xds_type_matcher_v3_Int32RangeMatcher_RangeMatcher__submsgs[2] = {
|
89
89
|
{.UPB_PRIVATE(submsg) = &xds__type__v3__Int32Range_msg_init_ptr},
|
90
90
|
{.UPB_PRIVATE(submsg) = &xds__type__matcher__v3__Matcher__OnMatch_msg_init_ptr},
|
91
91
|
};
|
@@ -96,7 +96,7 @@ static const upb_MiniTableField xds_type_matcher_v3_Int32RangeMatcher_RangeMatch
|
|
96
96
|
};
|
97
97
|
|
98
98
|
const upb_MiniTable xds__type__matcher__v3__Int32RangeMatcher__RangeMatcher_msg_init = {
|
99
|
-
&
|
99
|
+
&xds_type_matcher_v3_Int32RangeMatcher_RangeMatcher__submsgs[0],
|
100
100
|
&xds_type_matcher_v3_Int32RangeMatcher_RangeMatcher__fields[0],
|
101
101
|
UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0,
|
102
102
|
#ifdef UPB_TRACING_ENABLED
|
@@ -109,7 +109,7 @@ const upb_MiniTable xds__type__matcher__v3__Int32RangeMatcher__RangeMatcher_msg_
|
|
109
109
|
};
|
110
110
|
|
111
111
|
const upb_MiniTable* xds__type__matcher__v3__Int32RangeMatcher__RangeMatcher_msg_init_ptr = &xds__type__matcher__v3__Int32RangeMatcher__RangeMatcher_msg_init;
|
112
|
-
static const upb_MiniTableSubInternal
|
112
|
+
static const upb_MiniTableSubInternal xds_type_matcher_v3_DoubleRangeMatcher__submsgs[1] = {
|
113
113
|
{.UPB_PRIVATE(submsg) = &xds__type__matcher__v3__DoubleRangeMatcher__RangeMatcher_msg_init_ptr},
|
114
114
|
};
|
115
115
|
|
@@ -118,7 +118,7 @@ static const upb_MiniTableField xds_type_matcher_v3_DoubleRangeMatcher__fields[1
|
|
118
118
|
};
|
119
119
|
|
120
120
|
const upb_MiniTable xds__type__matcher__v3__DoubleRangeMatcher_msg_init = {
|
121
|
-
&
|
121
|
+
&xds_type_matcher_v3_DoubleRangeMatcher__submsgs[0],
|
122
122
|
&xds_type_matcher_v3_DoubleRangeMatcher__fields[0],
|
123
123
|
16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
|
124
124
|
#ifdef UPB_TRACING_ENABLED
|
@@ -131,7 +131,7 @@ const upb_MiniTable xds__type__matcher__v3__DoubleRangeMatcher_msg_init = {
|
|
131
131
|
};
|
132
132
|
|
133
133
|
const upb_MiniTable* xds__type__matcher__v3__DoubleRangeMatcher_msg_init_ptr = &xds__type__matcher__v3__DoubleRangeMatcher_msg_init;
|
134
|
-
static const upb_MiniTableSubInternal
|
134
|
+
static const upb_MiniTableSubInternal xds_type_matcher_v3_DoubleRangeMatcher_RangeMatcher__submsgs[2] = {
|
135
135
|
{.UPB_PRIVATE(submsg) = &xds__type__v3__DoubleRange_msg_init_ptr},
|
136
136
|
{.UPB_PRIVATE(submsg) = &xds__type__matcher__v3__Matcher__OnMatch_msg_init_ptr},
|
137
137
|
};
|
@@ -142,7 +142,7 @@ static const upb_MiniTableField xds_type_matcher_v3_DoubleRangeMatcher_RangeMatc
|
|
142
142
|
};
|
143
143
|
|
144
144
|
const upb_MiniTable xds__type__matcher__v3__DoubleRangeMatcher__RangeMatcher_msg_init = {
|
145
|
-
&
|
145
|
+
&xds_type_matcher_v3_DoubleRangeMatcher_RangeMatcher__submsgs[0],
|
146
146
|
&xds_type_matcher_v3_DoubleRangeMatcher_RangeMatcher__fields[0],
|
147
147
|
UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0,
|
148
148
|
#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 XDS_TYPE_MATCHER_V3_RANGE_PROTO_UPB_H__UPB_MINITABLE_H_
|
10
|
+
#define XDS_TYPE_MATCHER_V3_RANGE_PROTO_UPB_H__UPB_MINITABLE_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -39,4 +39,4 @@ extern const upb_MiniTableFile xds_type_matcher_v3_range_proto_upb_file_layout;
|
|
39
39
|
|
40
40
|
#include "upb/port/undef.inc"
|
41
41
|
|
42
|
-
#endif /*
|
42
|
+
#endif /* XDS_TYPE_MATCHER_V3_RANGE_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 XDS_TYPE_MATCHER_V3_REGEX_PROTO_UPB_H__UPB_H_
|
10
|
+
#define XDS_TYPE_MATCHER_V3_REGEX_PROTO_UPB_H__UPB_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -164,4 +164,4 @@ UPB_INLINE char* xds_type_matcher_v3_RegexMatcher_GoogleRE2_serialize_ex(const x
|
|
164
164
|
|
165
165
|
#include "upb/port/undef.inc"
|
166
166
|
|
167
|
-
#endif /*
|
167
|
+
#endif /* XDS_TYPE_MATCHER_V3_REGEX_PROTO_UPB_H__UPB_H_ */
|
@@ -15,7 +15,7 @@
|
|
15
15
|
#include "upb/port/def.inc"
|
16
16
|
|
17
17
|
extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken);
|
18
|
-
static const upb_MiniTableSubInternal
|
18
|
+
static const upb_MiniTableSubInternal xds_type_matcher_v3_RegexMatcher__submsgs[1] = {
|
19
19
|
{.UPB_PRIVATE(submsg) = &xds__type__matcher__v3__RegexMatcher__GoogleRE2_msg_init_ptr},
|
20
20
|
};
|
21
21
|
|
@@ -25,7 +25,7 @@ static const upb_MiniTableField xds_type_matcher_v3_RegexMatcher__fields[2] = {
|
|
25
25
|
};
|
26
26
|
|
27
27
|
const upb_MiniTable xds__type__matcher__v3__RegexMatcher_msg_init = {
|
28
|
-
&
|
28
|
+
&xds_type_matcher_v3_RegexMatcher__submsgs[0],
|
29
29
|
&xds_type_matcher_v3_RegexMatcher__fields[0],
|
30
30
|
UPB_SIZE(24, 40), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0,
|
31
31
|
#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 XDS_TYPE_MATCHER_V3_REGEX_PROTO_UPB_H__UPB_MINITABLE_H_
|
10
|
+
#define XDS_TYPE_MATCHER_V3_REGEX_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 xds_type_matcher_v3_regex_proto_upb_file_layout;
|
|
31
31
|
|
32
32
|
#include "upb/port/undef.inc"
|
33
33
|
|
34
|
-
#endif /*
|
34
|
+
#endif /* XDS_TYPE_MATCHER_V3_REGEX_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 XDS_TYPE_MATCHER_V3_STRING_PROTO_UPB_H__UPB_H_
|
10
|
+
#define XDS_TYPE_MATCHER_V3_STRING_PROTO_UPB_H__UPB_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -317,4 +317,4 @@ UPB_INLINE struct xds_type_matcher_v3_StringMatcher* xds_type_matcher_v3_ListStr
|
|
317
317
|
|
318
318
|
#include "upb/port/undef.inc"
|
319
319
|
|
320
|
-
#endif /*
|
320
|
+
#endif /* XDS_TYPE_MATCHER_V3_STRING_PROTO_UPB_H__UPB_H_ */
|
@@ -16,7 +16,7 @@
|
|
16
16
|
#include "upb/port/def.inc"
|
17
17
|
|
18
18
|
extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken);
|
19
|
-
static const upb_MiniTableSubInternal
|
19
|
+
static const upb_MiniTableSubInternal xds_type_matcher_v3_StringMatcher__submsgs[1] = {
|
20
20
|
{.UPB_PRIVATE(submsg) = &xds__type__matcher__v3__RegexMatcher_msg_init_ptr},
|
21
21
|
};
|
22
22
|
|
@@ -30,7 +30,7 @@ static const upb_MiniTableField xds_type_matcher_v3_StringMatcher__fields[6] = {
|
|
30
30
|
};
|
31
31
|
|
32
32
|
const upb_MiniTable xds__type__matcher__v3__StringMatcher_msg_init = {
|
33
|
-
&
|
33
|
+
&xds_type_matcher_v3_StringMatcher__submsgs[0],
|
34
34
|
&xds_type_matcher_v3_StringMatcher__fields[0],
|
35
35
|
UPB_SIZE(24, 32), 6, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(56), 0,
|
36
36
|
#ifdef UPB_TRACING_ENABLED
|
@@ -49,7 +49,7 @@ const upb_MiniTable xds__type__matcher__v3__StringMatcher_msg_init = {
|
|
49
49
|
};
|
50
50
|
|
51
51
|
const upb_MiniTable* xds__type__matcher__v3__StringMatcher_msg_init_ptr = &xds__type__matcher__v3__StringMatcher_msg_init;
|
52
|
-
static const upb_MiniTableSubInternal
|
52
|
+
static const upb_MiniTableSubInternal xds_type_matcher_v3_ListStringMatcher__submsgs[1] = {
|
53
53
|
{.UPB_PRIVATE(submsg) = &xds__type__matcher__v3__StringMatcher_msg_init_ptr},
|
54
54
|
};
|
55
55
|
|
@@ -58,7 +58,7 @@ static const upb_MiniTableField xds_type_matcher_v3_ListStringMatcher__fields[1]
|
|
58
58
|
};
|
59
59
|
|
60
60
|
const upb_MiniTable xds__type__matcher__v3__ListStringMatcher_msg_init = {
|
61
|
-
&
|
61
|
+
&xds_type_matcher_v3_ListStringMatcher__submsgs[0],
|
62
62
|
&xds_type_matcher_v3_ListStringMatcher__fields[0],
|
63
63
|
16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
|
64
64
|
#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 XDS_TYPE_MATCHER_V3_STRING_PROTO_UPB_H__UPB_MINITABLE_H_
|
10
|
+
#define XDS_TYPE_MATCHER_V3_STRING_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 xds_type_matcher_v3_string_proto_upb_file_layout;
|
|
31
31
|
|
32
32
|
#include "upb/port/undef.inc"
|
33
33
|
|
34
|
-
#endif /*
|
34
|
+
#endif /* XDS_TYPE_MATCHER_V3_STRING_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 XDS_TYPE_V3_CEL_PROTO_UPB_H__UPB_H_
|
10
|
+
#define XDS_TYPE_V3_CEL_PROTO_UPB_H__UPB_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -246,4 +246,4 @@ UPB_INLINE struct google_protobuf_StringValue* xds_type_v3_CelExtractString_muta
|
|
246
246
|
|
247
247
|
#include "upb/port/undef.inc"
|
248
248
|
|
249
|
-
#endif /*
|
249
|
+
#endif /* XDS_TYPE_V3_CEL_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 xds_type_v3_CelExpression__submsgs[2] = {
|
23
23
|
{.UPB_PRIVATE(submsg) = &google__api__expr__v1alpha1__ParsedExpr_msg_init_ptr},
|
24
24
|
{.UPB_PRIVATE(submsg) = &google__api__expr__v1alpha1__CheckedExpr_msg_init_ptr},
|
25
25
|
};
|
@@ -30,7 +30,7 @@ static const upb_MiniTableField xds_type_v3_CelExpression__fields[2] = {
|
|
30
30
|
};
|
31
31
|
|
32
32
|
const upb_MiniTable xds__type__v3__CelExpression_msg_init = {
|
33
|
-
&
|
33
|
+
&xds_type_v3_CelExpression__submsgs[0],
|
34
34
|
&xds_type_v3_CelExpression__fields[0],
|
35
35
|
UPB_SIZE(16, 24), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0,
|
36
36
|
#ifdef UPB_TRACING_ENABLED
|
@@ -45,7 +45,7 @@ const upb_MiniTable xds__type__v3__CelExpression_msg_init = {
|
|
45
45
|
};
|
46
46
|
|
47
47
|
const upb_MiniTable* xds__type__v3__CelExpression_msg_init_ptr = &xds__type__v3__CelExpression_msg_init;
|
48
|
-
static const upb_MiniTableSubInternal
|
48
|
+
static const upb_MiniTableSubInternal xds_type_v3_CelExtractString__submsgs[2] = {
|
49
49
|
{.UPB_PRIVATE(submsg) = &xds__type__v3__CelExpression_msg_init_ptr},
|
50
50
|
{.UPB_PRIVATE(submsg) = &google__protobuf__StringValue_msg_init_ptr},
|
51
51
|
};
|
@@ -56,7 +56,7 @@ static const upb_MiniTableField xds_type_v3_CelExtractString__fields[2] = {
|
|
56
56
|
};
|
57
57
|
|
58
58
|
const upb_MiniTable xds__type__v3__CelExtractString_msg_init = {
|
59
|
-
&
|
59
|
+
&xds_type_v3_CelExtractString__submsgs[0],
|
60
60
|
&xds_type_v3_CelExtractString__fields[0],
|
61
61
|
UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(255), 0,
|
62
62
|
#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 XDS_TYPE_V3_CEL_PROTO_UPB_H__UPB_MINITABLE_H_
|
10
|
+
#define XDS_TYPE_V3_CEL_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 xds_type_v3_cel_proto_upb_file_layout;
|
|
31
31
|
|
32
32
|
#include "upb/port/undef.inc"
|
33
33
|
|
34
|
-
#endif /*
|
34
|
+
#endif /* XDS_TYPE_V3_CEL_PROTO_UPB_H__UPB_MINITABLE_H_ */
|
@@ -6,13 +6,14 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef XDS_TYPE_V3_RANGE_PROTO_UPB_H__UPB_H_
|
10
|
+
#define XDS_TYPE_V3_RANGE_PROTO_UPB_H__UPB_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
14
14
|
#include "xds/type/v3/range.upb_minitable.h"
|
15
15
|
|
16
|
+
|
16
17
|
// Must be last.
|
17
18
|
#include "upb/port/def.inc"
|
18
19
|
|
@@ -242,4 +243,4 @@ UPB_INLINE void xds_type_v3_DoubleRange_set_end(xds_type_v3_DoubleRange *msg, do
|
|
242
243
|
|
243
244
|
#include "upb/port/undef.inc"
|
244
245
|
|
245
|
-
#endif /*
|
246
|
+
#endif /* XDS_TYPE_V3_RANGE_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 XDS_TYPE_V3_RANGE_PROTO_UPB_H__UPB_MINITABLE_H_
|
10
|
+
#define XDS_TYPE_V3_RANGE_PROTO_UPB_H__UPB_MINITABLE_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -33,4 +33,4 @@ extern const upb_MiniTableFile xds_type_v3_range_proto_upb_file_layout;
|
|
33
33
|
|
34
34
|
#include "upb/port/undef.inc"
|
35
35
|
|
36
|
-
#endif /*
|
36
|
+
#endif /* XDS_TYPE_V3_RANGE_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 XDS_TYPE_V3_TYPED_STRUCT_PROTO_UPB_H__UPB_H_
|
10
|
+
#define XDS_TYPE_V3_TYPED_STRUCT_PROTO_UPB_H__UPB_H_
|
11
11
|
|
12
12
|
#include "upb/generated_code_support.h"
|
13
13
|
|
@@ -117,4 +117,4 @@ UPB_INLINE struct google_protobuf_Struct* xds_type_v3_TypedStruct_mutable_value(
|
|
117
117
|
|
118
118
|
#include "upb/port/undef.inc"
|
119
119
|
|
120
|
-
#endif /*
|
120
|
+
#endif /* XDS_TYPE_V3_TYPED_STRUCT_PROTO_UPB_H__UPB_H_ */
|
@@ -15,7 +15,7 @@
|
|
15
15
|
#include "upb/port/def.inc"
|
16
16
|
|
17
17
|
extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken);
|
18
|
-
static const upb_MiniTableSubInternal
|
18
|
+
static const upb_MiniTableSubInternal xds_type_v3_TypedStruct__submsgs[1] = {
|
19
19
|
{.UPB_PRIVATE(submsg) = &google__protobuf__Struct_msg_init_ptr},
|
20
20
|
};
|
21
21
|
|
@@ -25,7 +25,7 @@ static const upb_MiniTableField xds_type_v3_TypedStruct__fields[2] = {
|
|
25
25
|
};
|
26
26
|
|
27
27
|
const upb_MiniTable xds__type__v3__TypedStruct_msg_init = {
|
28
|
-
&
|
28
|
+
&xds_type_v3_TypedStruct__submsgs[0],
|
29
29
|
&xds_type_v3_TypedStruct__fields[0],
|
30
30
|
UPB_SIZE(24, 40), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(8), 0,
|
31
31
|
#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 XDS_TYPE_V3_TYPED_STRUCT_PROTO_UPB_H__UPB_MINITABLE_H_
|
10
|
+
#define XDS_TYPE_V3_TYPED_STRUCT_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 xds_type_v3_typed_struct_proto_upb_file_layout;
|
|
29
29
|
|
30
30
|
#include "upb/port/undef.inc"
|
31
31
|
|
32
|
-
#endif /*
|
32
|
+
#endif /* XDS_TYPE_V3_TYPED_STRUCT_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_ADMIN_V3_CERTS_PROTO_UPB_H__UPBDEFS_H_
|
10
|
+
#define ENVOY_ADMIN_V3_CERTS_PROTO_UPB_H__UPBDEFS_H_
|
11
11
|
|
12
12
|
#include "upb/reflection/def.h"
|
13
13
|
#include "upb/reflection/internal/def_pool.h"
|
@@ -50,4 +50,4 @@ UPB_INLINE const upb_MessageDef *envoy_admin_v3_SubjectAlternateName_getmsgdef(u
|
|
50
50
|
|
51
51
|
#include "upb/port/undef.inc"
|
52
52
|
|
53
|
-
#endif /*
|
53
|
+
#endif /* ENVOY_ADMIN_V3_CERTS_PROTO_UPB_H__UPBDEFS_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_ADMIN_V3_CLUSTERS_PROTO_UPB_H__UPBDEFS_H_
|
10
|
+
#define ENVOY_ADMIN_V3_CLUSTERS_PROTO_UPB_H__UPBDEFS_H_
|
11
11
|
|
12
12
|
#include "upb/reflection/def.h"
|
13
13
|
#include "upb/reflection/internal/def_pool.h"
|
@@ -45,4 +45,4 @@ UPB_INLINE const upb_MessageDef *envoy_admin_v3_HostHealthStatus_getmsgdef(upb_D
|
|
45
45
|
|
46
46
|
#include "upb/port/undef.inc"
|
47
47
|
|
48
|
-
#endif /*
|
48
|
+
#endif /* ENVOY_ADMIN_V3_CLUSTERS_PROTO_UPB_H__UPBDEFS_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_ADMIN_V3_CONFIG_DUMP_PROTO_UPB_H__UPBDEFS_H_
|
10
|
+
#define ENVOY_ADMIN_V3_CONFIG_DUMP_PROTO_UPB_H__UPBDEFS_H_
|
11
11
|
|
12
12
|
#include "upb/reflection/def.h"
|
13
13
|
#include "upb/reflection/internal/def_pool.h"
|
@@ -50,4 +50,4 @@ UPB_INLINE const upb_MessageDef *envoy_admin_v3_SecretsConfigDump_StaticSecret_g
|
|
50
50
|
|
51
51
|
#include "upb/port/undef.inc"
|
52
52
|
|
53
|
-
#endif /*
|
53
|
+
#endif /* ENVOY_ADMIN_V3_CONFIG_DUMP_PROTO_UPB_H__UPBDEFS_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_ADMIN_V3_CONFIG_DUMP_SHARED_PROTO_UPB_H__UPBDEFS_H_
|
10
|
+
#define ENVOY_ADMIN_V3_CONFIG_DUMP_SHARED_PROTO_UPB_H__UPBDEFS_H_
|
11
11
|
|
12
12
|
#include "upb/reflection/def.h"
|
13
13
|
#include "upb/reflection/internal/def_pool.h"
|
@@ -120,4 +120,4 @@ UPB_INLINE const upb_MessageDef *envoy_admin_v3_EcdsConfigDump_EcdsFilterConfig_
|
|
120
120
|
|
121
121
|
#include "upb/port/undef.inc"
|
122
122
|
|
123
|
-
#endif /*
|
123
|
+
#endif /* ENVOY_ADMIN_V3_CONFIG_DUMP_SHARED_PROTO_UPB_H__UPBDEFS_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_ADMIN_V3_INIT_DUMP_PROTO_UPB_H__UPBDEFS_H_
|
10
|
+
#define ENVOY_ADMIN_V3_INIT_DUMP_PROTO_UPB_H__UPBDEFS_H_
|
11
11
|
|
12
12
|
#include "upb/reflection/def.h"
|
13
13
|
#include "upb/reflection/internal/def_pool.h"
|
@@ -35,4 +35,4 @@ UPB_INLINE const upb_MessageDef *envoy_admin_v3_UnreadyTargetsDumps_UnreadyTarge
|
|
35
35
|
|
36
36
|
#include "upb/port/undef.inc"
|
37
37
|
|
38
|
-
#endif /*
|
38
|
+
#endif /* ENVOY_ADMIN_V3_INIT_DUMP_PROTO_UPB_H__UPBDEFS_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_ADMIN_V3_LISTENERS_PROTO_UPB_H__UPBDEFS_H_
|
10
|
+
#define ENVOY_ADMIN_V3_LISTENERS_PROTO_UPB_H__UPBDEFS_H_
|
11
11
|
|
12
12
|
#include "upb/reflection/def.h"
|
13
13
|
#include "upb/reflection/internal/def_pool.h"
|
@@ -35,4 +35,4 @@ UPB_INLINE const upb_MessageDef *envoy_admin_v3_ListenerStatus_getmsgdef(upb_Def
|
|
35
35
|
|
36
36
|
#include "upb/port/undef.inc"
|
37
37
|
|
38
|
-
#endif /*
|
38
|
+
#endif /* ENVOY_ADMIN_V3_LISTENERS_PROTO_UPB_H__UPBDEFS_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_ADMIN_V3_MEMORY_PROTO_UPB_H__UPBDEFS_H_
|
10
|
+
#define ENVOY_ADMIN_V3_MEMORY_PROTO_UPB_H__UPBDEFS_H_
|
11
11
|
|
12
12
|
#include "upb/reflection/def.h"
|
13
13
|
#include "upb/reflection/internal/def_pool.h"
|
@@ -30,4 +30,4 @@ UPB_INLINE const upb_MessageDef *envoy_admin_v3_Memory_getmsgdef(upb_DefPool *s)
|
|
30
30
|
|
31
31
|
#include "upb/port/undef.inc"
|
32
32
|
|
33
|
-
#endif /*
|
33
|
+
#endif /* ENVOY_ADMIN_V3_MEMORY_PROTO_UPB_H__UPBDEFS_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_ADMIN_V3_METRICS_PROTO_UPB_H__UPBDEFS_H_
|
10
|
+
#define ENVOY_ADMIN_V3_METRICS_PROTO_UPB_H__UPBDEFS_H_
|
11
11
|
|
12
12
|
#include "upb/reflection/def.h"
|
13
13
|
#include "upb/reflection/internal/def_pool.h"
|
@@ -30,4 +30,4 @@ UPB_INLINE const upb_MessageDef *envoy_admin_v3_SimpleMetric_getmsgdef(upb_DefPo
|
|
30
30
|
|
31
31
|
#include "upb/port/undef.inc"
|
32
32
|
|
33
|
-
#endif /*
|
33
|
+
#endif /* ENVOY_ADMIN_V3_METRICS_PROTO_UPB_H__UPBDEFS_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_ADMIN_V3_MUTEX_STATS_PROTO_UPB_H__UPBDEFS_H_
|
10
|
+
#define ENVOY_ADMIN_V3_MUTEX_STATS_PROTO_UPB_H__UPBDEFS_H_
|
11
11
|
|
12
12
|
#include "upb/reflection/def.h"
|
13
13
|
#include "upb/reflection/internal/def_pool.h"
|
@@ -30,4 +30,4 @@ UPB_INLINE const upb_MessageDef *envoy_admin_v3_MutexStats_getmsgdef(upb_DefPool
|
|
30
30
|
|
31
31
|
#include "upb/port/undef.inc"
|
32
32
|
|
33
|
-
#endif /*
|
33
|
+
#endif /* ENVOY_ADMIN_V3_MUTEX_STATS_PROTO_UPB_H__UPBDEFS_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_ADMIN_V3_SERVER_INFO_PROTO_UPB_H__UPBDEFS_H_
|
10
|
+
#define ENVOY_ADMIN_V3_SERVER_INFO_PROTO_UPB_H__UPBDEFS_H_
|
11
11
|
|
12
12
|
#include "upb/reflection/def.h"
|
13
13
|
#include "upb/reflection/internal/def_pool.h"
|
@@ -35,4 +35,4 @@ UPB_INLINE const upb_MessageDef *envoy_admin_v3_CommandLineOptions_getmsgdef(upb
|
|
35
35
|
|
36
36
|
#include "upb/port/undef.inc"
|
37
37
|
|
38
|
-
#endif /*
|
38
|
+
#endif /* ENVOY_ADMIN_V3_SERVER_INFO_PROTO_UPB_H__UPBDEFS_H_ */
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* regenerated.
|
7
7
|
* NO CHECKED-IN PROTOBUF GENCODE */
|
8
8
|
|
9
|
-
#ifndef
|
10
|
-
#define
|
9
|
+
#ifndef ENVOY_ADMIN_V3_TAP_PROTO_UPB_H__UPBDEFS_H_
|
10
|
+
#define ENVOY_ADMIN_V3_TAP_PROTO_UPB_H__UPBDEFS_H_
|
11
11
|
|
12
12
|
#include "upb/reflection/def.h"
|
13
13
|
#include "upb/reflection/internal/def_pool.h"
|
@@ -30,4 +30,4 @@ UPB_INLINE const upb_MessageDef *envoy_admin_v3_TapRequest_getmsgdef(upb_DefPool
|
|
30
30
|
|
31
31
|
#include "upb/port/undef.inc"
|
32
32
|
|
33
|
-
#endif /*
|
33
|
+
#endif /* ENVOY_ADMIN_V3_TAP_PROTO_UPB_H__UPBDEFS_H_ */
|