grpc 1.62.3 → 1.63.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Makefile +415 -1962
- data/include/grpc/byte_buffer.h +1 -2
- data/include/grpc/census.h +1 -2
- data/include/grpc/compression.h +1 -2
- data/include/grpc/event_engine/endpoint_config.h +2 -2
- data/include/grpc/event_engine/event_engine.h +4 -2
- data/include/grpc/event_engine/extensible.h +2 -2
- data/include/grpc/event_engine/internal/memory_allocator_impl.h +1 -2
- data/include/grpc/event_engine/memory_allocator.h +1 -2
- data/include/grpc/event_engine/memory_request.h +2 -2
- data/include/grpc/event_engine/slice.h +1 -2
- data/include/grpc/event_engine/slice_buffer.h +1 -2
- data/include/grpc/grpc.h +1 -8
- data/include/grpc/grpc_audit_logging.h +1 -2
- data/include/grpc/grpc_crl_provider.h +2 -2
- data/include/grpc/grpc_cronet.h +1 -2
- data/include/grpc/grpc_posix.h +1 -2
- data/include/grpc/grpc_security.h +1 -2
- data/include/grpc/impl/call.h +1 -2
- data/include/grpc/impl/channel_arg_names.h +4 -0
- data/include/grpc/impl/grpc_types.h +1 -2
- data/include/grpc/impl/slice_type.h +2 -2
- data/include/grpc/module.modulemap +1 -0
- data/include/grpc/slice.h +1 -2
- data/include/grpc/slice_buffer.h +1 -2
- data/include/grpc/support/alloc.h +2 -2
- data/include/grpc/support/json.h +2 -2
- data/include/grpc/support/log.h +2 -2
- data/include/grpc/support/metrics.h +51 -0
- data/include/grpc/support/string_util.h +0 -1
- data/include/grpc/support/sync.h +0 -1
- data/include/grpc/support/sync_abseil.h +0 -1
- data/include/grpc/support/sync_custom.h +0 -1
- data/include/grpc/support/sync_generic.h +1 -2
- data/include/grpc/support/sync_posix.h +1 -2
- data/include/grpc/support/time.h +2 -2
- data/src/core/client_channel/client_channel_channelz.h +1 -1
- data/src/core/client_channel/client_channel_filter.cc +48 -38
- data/src/core/client_channel/client_channel_filter.h +6 -14
- data/src/core/client_channel/client_channel_internal.h +1 -1
- data/src/core/client_channel/client_channel_service_config.h +4 -3
- data/src/core/client_channel/config_selector.h +1 -1
- data/src/core/client_channel/dynamic_filters.h +1 -1
- data/src/core/client_channel/http_proxy_mapper.cc +3 -4
- data/src/core/client_channel/http_proxy_mapper.h +1 -1
- data/src/core/client_channel/retry_filter.h +1 -1
- data/src/core/client_channel/retry_filter_legacy_call_data.cc +1 -1
- data/src/core/client_channel/retry_filter_legacy_call_data.h +9 -9
- data/src/core/client_channel/retry_service_config.h +3 -3
- data/src/core/client_channel/retry_throttle.h +3 -2
- data/src/core/client_channel/subchannel.cc +2 -2
- data/src/core/client_channel/subchannel.h +7 -7
- data/src/core/client_channel/subchannel_pool_interface.h +1 -1
- data/src/core/client_channel/subchannel_stream_client.cc +1 -5
- data/src/core/client_channel/subchannel_stream_client.h +2 -2
- data/src/core/ext/filters/backend_metrics/backend_metric_filter.cc +3 -49
- data/src/core/ext/filters/backend_metrics/backend_metric_filter.h +0 -12
- data/src/core/ext/filters/channel_idle/legacy_channel_idle_filter.cc +4 -10
- data/src/core/ext/filters/http/http_filters_plugin.cc +15 -35
- data/src/core/ext/filters/http/message_compress/compression_filter.cc +8 -7
- data/src/core/ext/filters/http/message_compress/compression_filter.h +2 -1
- data/src/core/ext/filters/http/server/http_server_filter.cc +1 -1
- data/src/core/ext/filters/message_size/message_size_filter.cc +15 -10
- data/src/core/ext/filters/rbac/rbac_filter.cc +4 -11
- data/src/core/ext/filters/rbac/rbac_service_config_parser.cc +2 -2
- data/src/core/ext/filters/server_config_selector/server_config_selector_filter.cc +1 -0
- data/src/core/ext/transport/chttp2/client/chttp2_connector.cc +4 -9
- data/src/core/ext/transport/chttp2/server/chttp2_server.cc +38 -1
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.cc +27 -75
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.h +23 -4
- data/src/core/ext/transport/chttp2/transport/context_list_entry.h +13 -10
- data/src/core/ext/transport/chttp2/transport/hpack_parser.cc +28 -85
- data/src/core/ext/transport/chttp2/transport/hpack_parser.h +0 -4
- data/src/core/ext/transport/chttp2/transport/internal.h +4 -2
- data/src/core/ext/transport/chttp2/transport/parsing.cc +5 -10
- data/src/core/ext/transport/chttp2/transport/writing.cc +34 -31
- data/src/core/ext/transport/inproc/inproc_transport.cc +6 -4
- data/src/core/ext/transport/inproc/legacy_inproc_transport.cc +9 -8
- data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb.h +243 -230
- data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.c +42 -48
- data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb.h +289 -265
- data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb_minitable.c +62 -70
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb.h +238 -226
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb_minitable.c +42 -50
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb.h +937 -882
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb_minitable.c +182 -208
- data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb.h +77 -76
- data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb_minitable.c +9 -9
- data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb.h +86 -84
- data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb_minitable.c +13 -13
- data/src/core/ext/upb-gen/envoy/admin/v3/memory.upb.h +49 -42
- data/src/core/ext/upb-gen/envoy/admin/v3/memory.upb_minitable.c +13 -13
- data/src/core/ext/upb-gen/envoy/admin/v3/metrics.upb.h +28 -24
- data/src/core/ext/upb-gen/envoy/admin/v3/metrics.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/admin/v3/mutex_stats.upb.h +28 -24
- data/src/core/ext/upb-gen/envoy/admin/v3/mutex_stats.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb.h +357 -318
- data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb_minitable.c +86 -86
- data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb.h +23 -20
- data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb_minitable.c +5 -7
- data/src/core/ext/upb-gen/envoy/annotations/deprecation.upb.h +40 -32
- data/src/core/ext/upb-gen/envoy/annotations/deprecation.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/annotations/resource.upb.h +24 -20
- data/src/core/ext/upb-gen/envoy/annotations/resource.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb.h +517 -473
- data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb_minitable.c +105 -125
- data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb.h +1207 -1108
- data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb_minitable.c +261 -289
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb.h +163 -152
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb_minitable.c +29 -43
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb.h +1265 -1137
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb_minitable.c +276 -346
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb.h +32 -28
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb_minitable.c +7 -9
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb.h +212 -188
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb_minitable.c +53 -69
- data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb.h +564 -508
- data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb_minitable.c +123 -131
- data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb.h +340 -309
- data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb_minitable.c +69 -83
- data/src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb.h +25 -22
- data/src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb_minitable.c +5 -11
- data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb.h +786 -688
- data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb_minitable.c +171 -189
- data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb.h +367 -343
- data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb_minitable.c +72 -80
- data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb.h +19 -16
- data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb.h +23 -20
- data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb_minitable.c +5 -7
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb.h +77 -76
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb_minitable.c +9 -9
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb.h +539 -471
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb_minitable.c +125 -141
- data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb.h +672 -632
- data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb_minitable.c +137 -137
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb.h +44 -43
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb.h +35 -30
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb.h +713 -637
- data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb_minitable.c +166 -208
- data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb.h +65 -61
- data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb_minitable.c +10 -12
- data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb.h +65 -61
- data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb_minitable.c +11 -13
- data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb.h +91 -83
- data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb_minitable.c +17 -17
- data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb.h +102 -93
- data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb_minitable.c +22 -22
- data/src/core/ext/upb-gen/envoy/config/core/v3/udp_socket_config.upb.h +25 -22
- data/src/core/ext/upb-gen/envoy/config/core/v3/udp_socket_config.upb_minitable.c +5 -11
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb.h +162 -145
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb_minitable.c +32 -40
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb.h +314 -287
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb_minitable.c +70 -74
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb.h +330 -309
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb_minitable.c +66 -66
- data/src/core/ext/upb-gen/envoy/config/listener/v3/api_listener.upb.h +16 -14
- data/src/core/ext/upb-gen/envoy/config/listener/v3/api_listener.upb_minitable.c +3 -7
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb.h +516 -478
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb_minitable.c +110 -120
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb.h +495 -468
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb_minitable.c +89 -101
- data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb.h +88 -78
- data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb_minitable.c +19 -37
- data/src/core/ext/upb-gen/envoy/config/listener/v3/udp_listener_config.upb.h +41 -36
- data/src/core/ext/upb-gen/envoy/config/listener/v3/udp_listener_config.upb_minitable.c +8 -26
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb.h +46 -40
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb_minitable.c +13 -13
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb.h +307 -279
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb_minitable.c +60 -64
- data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb.h +382 -358
- data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb_minitable.c +70 -70
- data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb.h +540 -490
- data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb_minitable.c +122 -136
- data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb.h +339 -327
- data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb_minitable.c +48 -70
- data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb.h +3407 -3145
- data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb_minitable.c +700 -752
- data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb.h +100 -91
- data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb_minitable.c +20 -20
- data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb.h +472 -430
- data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb_minitable.c +102 -116
- data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb.h +28 -24
- data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb.h +23 -20
- data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb_minitable.c +5 -7
- data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb.h +42 -36
- data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb_minitable.c +9 -13
- data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb.h +58 -55
- data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb_minitable.c +9 -13
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opencensus.upb.h +146 -136
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opencensus.upb_minitable.c +30 -30
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb.h +69 -65
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb_minitable.c +15 -15
- data/src/core/ext/upb-gen/envoy/config/trace/v3/service.upb.h +16 -14
- data/src/core/ext/upb-gen/envoy/config/trace/v3/service.upb_minitable.c +3 -7
- data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb.h +67 -58
- data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb_minitable.c +14 -24
- data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb.h +64 -56
- data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb_minitable.c +14 -20
- data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb.h +58 -50
- data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb_minitable.c +16 -16
- data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb.h +986 -832
- data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb_minitable.c +269 -281
- data/src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb.h +35 -35
- data/src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb_minitable.c +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb.h +102 -88
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb_minitable.c +25 -25
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb.h +224 -204
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb_minitable.c +46 -62
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb.h +66 -58
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb_minitable.c +14 -24
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb.h +160 -153
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb_minitable.c +28 -30
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb.h +51 -44
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb_minitable.c +12 -12
- data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.h +1349 -1230
- data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb_minitable.c +293 -309
- data/src/core/ext/upb-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb.h +16 -14
- data/src/core/ext/upb-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb_minitable.c +3 -7
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb.h +61 -54
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb_minitable.c +13 -23
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb.h +124 -108
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb_minitable.c +29 -37
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.upb.h +14 -12
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.upb_minitable.c +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb.h +66 -58
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb_minitable.c +20 -20
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb.h +16 -14
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb_minitable.c +3 -7
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb.h +518 -493
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb_minitable.c +82 -108
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb.h +92 -80
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb_minitable.c +23 -29
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb.h +497 -457
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb_minitable.c +110 -124
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb.h +58 -55
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb_minitable.c +9 -11
- data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb.h +206 -185
- data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb_minitable.c +48 -64
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/ads.upb.h +7 -6
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/ads.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb.h +766 -710
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb_minitable.c +140 -150
- data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb.h +102 -98
- data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb_minitable.c +17 -17
- data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb.h +310 -288
- data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb_minitable.c +67 -67
- data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb.h +30 -26
- data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb.h +77 -71
- data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb_minitable.c +13 -13
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb.h +26 -22
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/http_inputs.upb.h +70 -60
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/http_inputs.upb_minitable.c +15 -15
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb.h +77 -71
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb_minitable.c +14 -14
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb.h +44 -43
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb.h +28 -24
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb.h +19 -16
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb.h +65 -56
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb_minitable.c +15 -19
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/status_code_input.upb.h +14 -12
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/status_code_input.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb.h +97 -89
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb_minitable.c +18 -18
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb.h +63 -59
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb.h +134 -121
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb_minitable.c +29 -29
- data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb.h +135 -121
- data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb_minitable.c +26 -26
- data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb.h +141 -122
- data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb_minitable.c +37 -37
- data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb.h +49 -42
- data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb_minitable.c +11 -11
- data/src/core/ext/upb-gen/envoy/type/v3/http_status.upb.h +14 -12
- data/src/core/ext/upb-gen/envoy/type/v3/http_status.upb_minitable.c +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/percent.upb.h +35 -30
- data/src/core/ext/upb-gen/envoy/type/v3/percent.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/type/v3/range.upb.h +63 -54
- data/src/core/ext/upb-gen/envoy/type/v3/range.upb_minitable.c +15 -15
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb.h +58 -50
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb_minitable.c +14 -14
- data/src/core/ext/upb-gen/envoy/type/v3/semantic_version.upb.h +28 -24
- data/src/core/ext/upb-gen/envoy/type/v3/semantic_version.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb.h +32 -28
- data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb_minitable.c +7 -9
- data/src/core/ext/upb-gen/google/api/annotations.upb.h +10 -8
- data/src/core/ext/upb-gen/google/api/annotations.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb.h +581 -524
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb_minitable.c +118 -146
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb.h +616 -544
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb_minitable.c +136 -152
- data/src/core/ext/upb-gen/google/api/http.upb.h +176 -162
- data/src/core/ext/upb-gen/google/api/http.upb_minitable.c +34 -34
- data/src/core/ext/upb-gen/google/api/httpbody.upb.h +49 -47
- data/src/core/ext/upb-gen/google/api/httpbody.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/google/protobuf/any.upb.h +21 -18
- data/src/core/ext/upb-gen/google/protobuf/any.upb_minitable.c +5 -5
- data/src/core/ext/upb-gen/google/protobuf/descriptor.upb.h +2456 -2358
- data/src/core/ext/upb-gen/google/protobuf/descriptor.upb_minitable.c +367 -486
- data/src/core/ext/upb-gen/google/protobuf/duration.upb.h +21 -18
- data/src/core/ext/upb-gen/google/protobuf/duration.upb_minitable.c +5 -5
- data/src/core/ext/upb-gen/google/protobuf/empty.upb.h +7 -6
- data/src/core/ext/upb-gen/google/protobuf/empty.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/google/protobuf/struct.upb.h +134 -116
- data/src/core/ext/upb-gen/google/protobuf/struct.upb_minitable.c +27 -29
- data/src/core/ext/upb-gen/google/protobuf/timestamp.upb.h +21 -18
- data/src/core/ext/upb-gen/google/protobuf/timestamp.upb_minitable.c +5 -5
- data/src/core/ext/upb-gen/google/protobuf/wrappers.upb.h +126 -108
- data/src/core/ext/upb-gen/google/protobuf/wrappers.upb_minitable.c +27 -27
- data/src/core/ext/upb-gen/google/rpc/status.upb.h +49 -47
- data/src/core/ext/upb-gen/google/rpc/status.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/opencensus/proto/trace/v1/trace_config.upb.h +107 -92
- data/src/core/ext/upb-gen/opencensus/proto/trace/v1/trace_config.upb_minitable.c +27 -27
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb.h +77 -61
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb_minitable.c +21 -21
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb.h +577 -518
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb_minitable.c +121 -127
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb.h +46 -40
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb_minitable.c +10 -16
- data/src/core/ext/upb-gen/src/proto/grpc/health/v1/health.upb.h +28 -24
- data/src/core/ext/upb-gen/src/proto/grpc/health/v1/health.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb.h +265 -238
- data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb_minitable.c +57 -63
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb.h +96 -82
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb_minitable.c +19 -19
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb.h +496 -466
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb_minitable.c +81 -85
- data/src/core/ext/upb-gen/udpa/annotations/migrate.upb.h +99 -82
- data/src/core/ext/upb-gen/udpa/annotations/migrate.upb_minitable.c +16 -16
- data/src/core/ext/upb-gen/udpa/annotations/security.upb.h +31 -26
- data/src/core/ext/upb-gen/udpa/annotations/security.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/udpa/annotations/sensitive.upb.h +10 -8
- data/src/core/ext/upb-gen/udpa/annotations/sensitive.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/udpa/annotations/status.upb.h +31 -26
- data/src/core/ext/upb-gen/udpa/annotations/status.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/udpa/annotations/versioning.upb.h +24 -20
- data/src/core/ext/upb-gen/udpa/annotations/versioning.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/validate/validate.upb.h +2620 -2458
- data/src/core/ext/upb-gen/validate/validate.upb_minitable.c +363 -507
- data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb.h +99 -82
- data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb_minitable.c +16 -16
- data/src/core/ext/upb-gen/xds/annotations/v3/security.upb.h +31 -26
- data/src/core/ext/upb-gen/xds/annotations/v3/security.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/xds/annotations/v3/sensitive.upb.h +10 -8
- data/src/core/ext/upb-gen/xds/annotations/v3/sensitive.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/xds/annotations/v3/status.upb.h +93 -78
- data/src/core/ext/upb-gen/xds/annotations/v3/status.upb_minitable.c +17 -17
- data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb.h +24 -20
- data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/xds/core/v3/authority.upb.h +14 -12
- data/src/core/ext/upb-gen/xds/core/v3/authority.upb_minitable.c +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/cidr.upb.h +23 -20
- data/src/core/ext/upb-gen/xds/core/v3/cidr.upb_minitable.c +5 -7
- data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb.h +58 -50
- data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb_minitable.c +15 -15
- data/src/core/ext/upb-gen/xds/core/v3/context_params.upb.h +33 -23
- data/src/core/ext/upb-gen/xds/core/v3/context_params.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/xds/core/v3/extension.upb.h +23 -20
- data/src/core/ext/upb-gen/xds/core/v3/extension.upb_minitable.c +5 -7
- data/src/core/ext/upb-gen/xds/core/v3/resource.upb.h +32 -28
- data/src/core/ext/upb-gen/xds/core/v3/resource.upb_minitable.c +9 -9
- data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb.h +103 -93
- data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb_minitable.c +21 -21
- data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb.h +37 -32
- data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb_minitable.c +9 -13
- data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb.h +127 -93
- data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb_minitable.c +34 -34
- data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb.h +44 -43
- data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb.h +23 -20
- data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb.h +79 -78
- data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb_minitable.c +9 -11
- data/src/core/ext/upb-gen/xds/type/matcher/v3/http_inputs.upb.h +7 -6
- data/src/core/ext/upb-gen/xds/type/matcher/v3/http_inputs.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb.h +86 -84
- data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb_minitable.c +13 -13
- data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb.h +324 -285
- data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb_minitable.c +74 -82
- data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb.h +237 -234
- data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb_minitable.c +30 -36
- data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb.h +33 -28
- data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb.h +97 -89
- data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb_minitable.c +18 -18
- data/src/core/ext/upb-gen/xds/type/v3/cel.upb.h +53 -46
- data/src/core/ext/upb-gen/xds/type/v3/cel.upb_minitable.c +12 -18
- data/src/core/ext/upb-gen/xds/type/v3/range.upb.h +63 -54
- data/src/core/ext/upb-gen/xds/type/v3/range.upb_minitable.c +15 -15
- data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb.h +23 -20
- data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb_minitable.c +5 -7
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/certs.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/clusters.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/config_dump.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/config_dump_shared.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/init_dump.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/listeners.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/memory.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/metrics.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/mutex_stats.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/server_info.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/tap.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/annotations/deprecation.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/annotations/resource.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/accesslog/v3/accesslog.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/bootstrap/v3/bootstrap.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/circuit_breaker.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/cluster.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/filter.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/outlier_detection.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/common/matcher/v3/matcher.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/address.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/backoff.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/base.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/config_source.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/event_service_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/extension.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/grpc_method_list.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/grpc_service.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/health_check.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/http_service.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/http_uri.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/protocol.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/proxy_protocol.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/resolver.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/socket_option.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/substitution_format_string.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/udp_socket_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/endpoint.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/endpoint_components.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/load_report.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/api_listener.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/listener.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/listener_components.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/quic_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/udp_listener_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/metrics/v3/metrics_service.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/metrics/v3/stats.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/overload/v3/overload.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/rbac/v3/rbac.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/route/v3/route.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/route/v3/route_components.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/route/v3/scoped_route.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/tap/v3/common.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/datadog.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/dynamic_ot.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/http_tracer.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/lightstep.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/opencensus.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/opentelemetry.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/service.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/skywalking.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/trace.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/xray.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/zipkin.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/data/accesslog/v3/accesslog.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/clusters/aggregate/v3/cluster.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/common/fault/v3/fault.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/fault/v3/fault.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/rbac/v3/rbac.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/router/v3/router.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/cert.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/common.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/secret.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/tls.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/service/discovery/v3/ads.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/service/discovery/v3/discovery.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/service/load_stats/v3/lrs.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/service/status/v3/csds.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/http/v3/cookie.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/http/v3/path_transformation.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/filter_state.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/http_inputs.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/metadata.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/node.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/number.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/path.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/regex.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/status_code_input.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/string.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/struct.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/value.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/metadata/v3/metadata.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/tracing/v3/custom_tag.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/hash_policy.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/http.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/http_status.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/percent.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/range.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/ratelimit_strategy.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/ratelimit_unit.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/semantic_version.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/token_bucket.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/api/annotations.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/api/expr/v1alpha1/checked.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/api/expr/v1alpha1/syntax.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/api/http.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/api/httpbody.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/any.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/descriptor.upbdefs.c +385 -384
- data/src/core/ext/upbdefs-gen/google/protobuf/descriptor.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/duration.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/empty.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/struct.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/timestamp.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/wrappers.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/rpc/status.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/opencensus/proto/trace/v1/trace_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/src/proto/grpc/lookup/v1/rls_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/udpa/annotations/migrate.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/udpa/annotations/security.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/udpa/annotations/sensitive.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/udpa/annotations/status.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/udpa/annotations/versioning.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/validate/validate.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/migrate.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/security.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/sensitive.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/status.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/versioning.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/authority.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/cidr.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/collection_entry.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/context_params.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/extension.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/resource.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/resource_locator.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/resource_name.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/cel.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/domain.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/http_inputs.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/ip.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/matcher.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/range.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/regex.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/string.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/v3/cel.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/v3/range.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/v3/typed_struct.upbdefs.h +2 -5
- data/src/core/ext/xds/certificate_provider_store.h +3 -2
- data/src/core/ext/xds/file_watcher_certificate_provider_factory.h +2 -2
- data/src/core/ext/xds/xds_api.h +1 -1
- data/src/core/ext/xds/xds_audit_logger_registry.cc +2 -1
- data/src/core/ext/xds/xds_audit_logger_registry.h +1 -1
- data/src/core/ext/xds/xds_bootstrap.h +2 -4
- data/src/core/ext/xds/xds_bootstrap_grpc.cc +38 -6
- data/src/core/ext/xds/xds_bootstrap_grpc.h +22 -7
- data/src/core/ext/xds/xds_certificate_provider.cc +2 -2
- data/src/core/ext/xds/xds_certificate_provider.h +1 -1
- data/src/core/ext/xds/xds_channel_stack_modifier.h +2 -1
- data/src/core/ext/xds/xds_client.cc +283 -103
- data/src/core/ext/xds/xds_client.h +41 -8
- data/src/core/ext/xds/xds_client_grpc.cc +184 -55
- data/src/core/ext/xds/xds_client_grpc.h +22 -8
- data/src/core/ext/xds/xds_client_stats.cc +2 -2
- data/src/core/ext/xds/xds_client_stats.h +14 -7
- data/src/core/ext/xds/xds_cluster.cc +9 -9
- data/src/core/ext/xds/xds_cluster.h +5 -2
- data/src/core/ext/xds/xds_cluster_specifier_plugin.h +2 -2
- data/src/core/ext/xds/xds_endpoint.cc +3 -2
- data/src/core/ext/xds/xds_endpoint.h +2 -2
- data/src/core/ext/xds/xds_health_status.h +2 -2
- data/src/core/ext/xds/xds_http_fault_filter.h +1 -1
- data/src/core/ext/xds/xds_http_filters.h +2 -2
- data/src/core/ext/xds/xds_http_rbac_filter.h +1 -1
- data/src/core/ext/xds/xds_http_stateful_session_filter.h +1 -1
- data/src/core/ext/xds/xds_lb_policy_registry.cc +5 -5
- data/src/core/ext/xds/xds_lb_policy_registry.h +1 -1
- data/src/core/ext/xds/xds_listener.h +1 -1
- data/src/core/ext/xds/xds_metrics.h +39 -0
- data/src/core/ext/xds/xds_route_config.h +1 -1
- data/src/core/ext/xds/xds_routing.h +1 -1
- data/src/core/ext/xds/xds_server_config_fetcher.cc +20 -19
- data/src/core/ext/xds/xds_transport_grpc.cc +17 -32
- data/src/core/ext/xds/xds_transport_grpc.h +6 -6
- data/src/core/lib/address_utils/parse_address.cc +8 -1
- data/src/core/lib/address_utils/sockaddr_utils.cc +8 -1
- data/src/core/lib/channel/call_finalization.h +1 -1
- data/src/core/lib/channel/call_tracer.cc +3 -4
- data/src/core/lib/channel/call_tracer.h +14 -12
- data/src/core/lib/channel/channel_stack.cc +9 -0
- data/src/core/lib/channel/channel_stack.h +5 -0
- data/src/core/lib/channel/channel_stack_builder_impl.cc +140 -0
- data/src/core/lib/channel/channelz.h +9 -6
- data/src/core/lib/channel/channelz_registry.h +1 -1
- data/src/core/lib/channel/connected_channel.cc +5 -8
- data/src/core/lib/channel/metrics.cc +396 -0
- data/src/core/lib/channel/metrics.h +406 -0
- data/src/core/lib/channel/promise_based_filter.h +63 -7
- data/src/core/lib/channel/server_call_tracer_filter.cc +2 -0
- data/src/core/lib/{surface/builtins.h → channel/server_call_tracer_filter.h} +7 -5
- data/src/core/lib/channel/tcp_tracer.h +4 -0
- data/src/core/lib/compression/compression_internal.cc +33 -0
- data/src/core/lib/compression/compression_internal.h +3 -0
- data/src/core/lib/config/config_vars.cc +6 -4
- data/src/core/lib/config/config_vars.h +4 -0
- data/src/core/lib/debug/stats_data.cc +269 -26
- data/src/core/lib/debug/stats_data.h +176 -0
- data/src/core/lib/event_engine/default_event_engine.h +0 -6
- data/src/core/lib/event_engine/event_engine_context.h +31 -0
- data/src/core/lib/event_engine/extensions/chaotic_good_extension.h +65 -0
- data/src/core/lib/event_engine/posix.h +8 -0
- data/src/core/lib/event_engine/posix_engine/posix_engine_listener.cc +1 -1
- data/src/core/lib/event_engine/posix_engine/posix_engine_listener_utils.cc +1 -0
- data/src/core/lib/event_engine/posix_engine/tcp_socket_utils.cc +7 -0
- data/src/core/lib/event_engine/tcp_socket_utils.cc +8 -1
- data/src/core/lib/event_engine/tcp_socket_utils.h +2 -2
- data/src/core/lib/event_engine/windows/win_socket.cc +4 -0
- data/src/core/lib/event_engine/windows/win_socket.h +3 -0
- data/src/core/lib/event_engine/windows/windows_engine.cc +41 -8
- data/src/core/lib/event_engine/windows/windows_listener.cc +54 -6
- data/src/core/lib/event_engine/windows/windows_listener.h +14 -0
- data/src/core/lib/experiments/config.cc +63 -45
- data/src/core/lib/experiments/experiments.cc +19 -238
- data/src/core/lib/experiments/experiments.h +4 -119
- data/src/core/lib/gpr/android/log.cc +1 -1
- data/src/core/lib/gpr/linux/log.cc +1 -1
- data/src/core/lib/gpr/log.cc +26 -0
- data/src/core/lib/gpr/posix/log.cc +1 -1
- data/src/core/lib/gpr/posix/time.cc +0 -60
- data/src/core/lib/gpr/windows/log.cc +1 -1
- data/src/core/lib/gprpp/down_cast.h +4 -4
- data/src/core/lib/gprpp/dual_ref_counted.h +17 -9
- data/src/core/lib/gprpp/load_file.cc +3 -1
- data/src/core/lib/gprpp/orphanable.h +5 -2
- data/src/core/lib/gprpp/ref_counted.h +5 -2
- data/src/core/lib/gprpp/ref_counted_ptr.h +2 -1
- data/src/core/lib/gprpp/time.h +6 -0
- data/src/core/lib/gprpp/uuid_v4.cc +37 -0
- data/src/core/lib/gprpp/uuid_v4.h +36 -0
- data/src/core/lib/iomgr/port.h +3 -0
- data/src/core/lib/iomgr/tcp_client_windows.cc +24 -5
- data/src/core/lib/iomgr/tcp_posix.cc +47 -0
- data/src/core/lib/iomgr/tcp_server_posix.cc +101 -87
- data/src/core/lib/iomgr/tcp_server_windows.cc +60 -9
- data/src/core/lib/iomgr/unix_sockets_posix.cc +13 -0
- data/src/core/lib/promise/activity.h +1 -0
- data/src/core/lib/promise/context.h +2 -2
- data/src/core/lib/promise/party.cc +33 -3
- data/src/core/lib/promise/party.h +12 -14
- data/src/core/lib/promise/sleep.cc +1 -1
- data/src/core/lib/promise/status_flag.h +8 -0
- data/src/core/lib/resource_quota/arena.h +3 -0
- data/src/core/lib/resource_quota/connection_quota.cc +71 -0
- data/src/core/lib/resource_quota/connection_quota.h +61 -0
- data/src/core/lib/security/authorization/evaluate_args.cc +6 -5
- data/src/core/lib/security/authorization/evaluate_args.h +3 -3
- data/src/core/lib/security/authorization/grpc_server_authz_filter.cc +4 -7
- data/src/core/lib/security/authorization/grpc_server_authz_filter.h +1 -2
- data/src/core/lib/security/credentials/jwt/json_token.cc +8 -4
- data/src/core/lib/security/credentials/jwt/jwt_verifier.cc +11 -16
- data/src/core/lib/security/credentials/tls/grpc_tls_crl_provider.cc +17 -10
- data/src/core/lib/security/credentials/tls/grpc_tls_crl_provider.h +7 -3
- data/src/core/lib/security/security_connector/load_system_roots.h +3 -0
- data/src/core/lib/security/security_connector/load_system_roots_fallback.cc +3 -2
- data/src/core/lib/security/security_connector/load_system_roots_windows.cc +87 -0
- data/src/core/lib/security/transport/auth_filters.h +0 -25
- data/src/core/lib/security/transport/security_handshaker.cc +18 -9
- data/src/core/lib/security/transport/security_handshaker.h +4 -2
- data/src/core/lib/slice/slice.cc +31 -5
- data/src/core/lib/slice/slice_buffer.cc +49 -11
- data/src/core/lib/slice/slice_buffer.h +14 -1
- data/src/core/lib/slice/slice_internal.h +7 -0
- data/src/core/lib/surface/call.cc +50 -55
- data/src/core/lib/surface/call.h +3 -3
- data/src/core/lib/surface/call_trace.h +0 -6
- data/src/core/lib/surface/channel.cc +104 -315
- data/src/core/lib/surface/channel.h +88 -107
- data/src/core/lib/surface/channel_create.cc +109 -0
- data/src/core/lib/surface/{builtins.cc → channel_create.h} +20 -15
- data/src/core/lib/surface/channel_init.cc +7 -6
- data/src/core/lib/surface/channel_init.h +18 -2
- data/src/core/lib/surface/init.cc +9 -14
- data/src/core/lib/surface/lame_client.cc +3 -28
- data/src/core/lib/surface/lame_client.h +7 -2
- data/src/core/lib/surface/legacy_channel.cc +414 -0
- data/src/core/lib/surface/legacy_channel.h +124 -0
- data/src/core/lib/surface/server.cc +20 -35
- data/src/core/lib/surface/server.h +10 -6
- data/src/core/lib/surface/server_interface.h +43 -0
- data/src/core/lib/surface/version.cc +2 -2
- data/src/core/lib/transport/batch_builder.cc +7 -16
- data/src/core/lib/transport/batch_builder.h +4 -6
- data/src/core/lib/transport/call_filters.cc +119 -19
- data/src/core/lib/transport/call_filters.h +339 -40
- data/src/core/lib/transport/call_spine.h +8 -3
- data/src/core/lib/transport/endpoint_info_handshaker.cc +80 -0
- data/src/core/lib/transport/endpoint_info_handshaker.h +37 -0
- data/src/core/lib/transport/handshaker_factory.h +1 -2
- data/src/core/lib/transport/metadata.cc +1 -1
- data/src/core/lib/transport/metadata_batch.cc +66 -5
- data/src/core/lib/transport/metadata_batch.h +12 -16
- data/src/core/lib/transport/metadata_info.cc +55 -0
- data/src/core/lib/transport/metadata_info.h +85 -0
- data/src/core/lib/transport/transport_op_string.cc +0 -8
- data/src/core/load_balancing/address_filtering.cc +1 -1
- data/src/core/load_balancing/address_filtering.h +1 -1
- data/src/core/{client_channel/backend_metric.cc → load_balancing/backend_metric_parser.cc} +1 -1
- data/src/core/{client_channel/backend_metric.h → load_balancing/backend_metric_parser.h} +3 -3
- data/src/core/load_balancing/child_policy_handler.cc +1 -1
- data/src/core/load_balancing/delegating_helper.h +8 -0
- data/src/core/load_balancing/endpoint_list.cc +1 -1
- data/src/core/load_balancing/grpclb/client_load_reporting_filter.h +3 -1
- data/src/core/load_balancing/grpclb/grpclb.cc +39 -44
- data/src/core/load_balancing/grpclb/grpclb_client_stats.h +1 -1
- data/src/core/load_balancing/health_check_client.cc +6 -6
- data/src/core/load_balancing/health_check_client_internal.h +4 -5
- data/src/core/load_balancing/lb_policy.h +13 -4
- data/src/core/load_balancing/lb_policy_registry.h +2 -2
- data/src/core/load_balancing/oob_backend_metric.cc +6 -6
- data/src/core/load_balancing/oob_backend_metric.h +1 -1
- data/src/core/load_balancing/oob_backend_metric_internal.h +6 -6
- data/src/core/load_balancing/outlier_detection/outlier_detection.cc +29 -29
- data/src/core/load_balancing/pick_first/pick_first.cc +70 -148
- data/src/core/load_balancing/priority/priority.cc +8 -7
- data/src/core/load_balancing/ring_hash/ring_hash.cc +8 -8
- data/src/core/load_balancing/ring_hash/ring_hash.h +1 -1
- data/src/core/load_balancing/rls/rls.cc +202 -79
- data/src/core/load_balancing/rls/rls.h +26 -0
- data/src/core/load_balancing/round_robin/round_robin.cc +7 -462
- data/src/core/load_balancing/subchannel_interface.h +3 -2
- data/src/core/load_balancing/weighted_round_robin/static_stride_scheduler.h +1 -1
- data/src/core/load_balancing/weighted_round_robin/weighted_round_robin.cc +169 -964
- data/src/core/load_balancing/weighted_target/weighted_target.cc +13 -10
- data/src/core/load_balancing/weighted_target/weighted_target.h +28 -0
- data/src/core/load_balancing/xds/cds.cc +8 -8
- data/src/core/load_balancing/xds/xds_cluster_impl.cc +101 -57
- data/src/core/load_balancing/xds/xds_cluster_manager.cc +6 -6
- data/src/core/load_balancing/xds/xds_override_host.cc +15 -15
- data/src/core/load_balancing/xds/xds_override_host.h +1 -1
- data/src/core/load_balancing/xds/xds_wrr_locality.cc +9 -8
- data/src/core/plugin_registry/grpc_plugin_registry.cc +20 -3
- data/src/core/plugin_registry/grpc_plugin_registry_extra.cc +0 -1
- data/src/core/resolver/binder/binder_resolver.cc +9 -2
- data/src/core/resolver/dns/c_ares/dns_resolver_ares.cc +8 -7
- data/src/core/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc +2 -2
- data/src/core/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc +3 -3
- data/src/core/resolver/dns/c_ares/grpc_ares_wrapper.cc +1 -1
- data/src/core/resolver/dns/event_engine/event_engine_client_channel_resolver.cc +2 -2
- data/src/core/resolver/dns/event_engine/event_engine_client_channel_resolver.h +3 -1
- data/src/core/resolver/dns/native/dns_resolver.cc +3 -3
- data/src/core/resolver/endpoint_addresses.h +4 -4
- data/src/core/resolver/fake/fake_resolver.cc +2 -2
- data/src/core/resolver/fake/fake_resolver.h +1 -1
- data/src/core/resolver/google_c2p/google_c2p_resolver.cc +9 -4
- data/src/core/resolver/resolver_registry.h +2 -2
- data/src/core/resolver/sockaddr/sockaddr_resolver.cc +6 -6
- data/src/core/resolver/xds/xds_dependency_manager.cc +14 -9
- data/src/core/resolver/xds/xds_dependency_manager.h +5 -5
- data/src/core/resolver/xds/xds_resolver.cc +17 -16
- data/src/core/resolver/xds/xds_resolver_attributes.h +1 -1
- data/src/core/{client_channel → service_config}/service_config_channel_arg_filter.cc +1 -1
- data/src/core/service_config/service_config_parser.h +1 -1
- data/src/core/tsi/alts/handshaker/alts_handshaker_client.cc +6 -4
- data/src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc +1 -0
- data/src/core/tsi/ssl/key_logging/ssl_key_logging.cc +1 -1
- data/src/core/tsi/ssl_transport_security.cc +198 -70
- data/src/core/tsi/ssl_transport_security_utils.cc +127 -0
- data/src/core/tsi/ssl_transport_security_utils.h +27 -0
- data/src/ruby/ext/grpc/extconf.rb +0 -3
- data/src/ruby/ext/grpc/rb_grpc.c +1 -0
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.c +0 -2
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.h +0 -3
- data/src/ruby/lib/grpc/generic/active_call.rb +8 -2
- data/src/ruby/lib/grpc/version.rb +1 -1
- data/src/ruby/spec/generic/rpc_server_spec.rb +25 -0
- data/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc +320 -0
- data/third_party/abseil-cpp/absl/debugging/internal/examine_stack.h +64 -0
- data/third_party/abseil-cpp/absl/log/absl_vlog_is_on.h +93 -0
- data/third_party/abseil-cpp/absl/log/globals.cc +178 -0
- data/third_party/abseil-cpp/absl/log/globals.h +218 -0
- data/third_party/abseil-cpp/absl/log/internal/append_truncated.h +47 -0
- data/third_party/abseil-cpp/absl/log/internal/conditions.cc +83 -0
- data/third_party/abseil-cpp/absl/log/internal/conditions.h +239 -0
- data/third_party/abseil-cpp/absl/log/internal/config.h +45 -0
- data/third_party/abseil-cpp/absl/log/internal/fnmatch.cc +73 -0
- data/third_party/abseil-cpp/absl/log/internal/fnmatch.h +35 -0
- data/third_party/abseil-cpp/absl/log/internal/globals.cc +145 -0
- data/third_party/abseil-cpp/absl/log/internal/globals.h +101 -0
- data/third_party/abseil-cpp/absl/log/internal/log_format.cc +205 -0
- data/third_party/abseil-cpp/absl/log/internal/log_format.h +78 -0
- data/third_party/abseil-cpp/absl/log/internal/log_impl.h +282 -0
- data/third_party/abseil-cpp/absl/log/internal/log_message.cc +633 -0
- data/third_party/abseil-cpp/absl/log/internal/log_message.h +375 -0
- data/third_party/abseil-cpp/absl/log/internal/log_sink_set.cc +296 -0
- data/third_party/abseil-cpp/absl/log/internal/log_sink_set.h +54 -0
- data/third_party/abseil-cpp/absl/log/internal/nullguard.cc +35 -0
- data/third_party/abseil-cpp/absl/log/internal/nullguard.h +88 -0
- data/third_party/abseil-cpp/absl/log/internal/nullstream.h +136 -0
- data/third_party/abseil-cpp/absl/log/internal/proto.cc +220 -0
- data/third_party/abseil-cpp/absl/log/internal/proto.h +288 -0
- data/third_party/abseil-cpp/absl/log/internal/strip.h +72 -0
- data/third_party/abseil-cpp/absl/log/internal/vlog_config.cc +340 -0
- data/third_party/abseil-cpp/absl/log/internal/vlog_config.h +163 -0
- data/third_party/abseil-cpp/absl/log/internal/voidify.h +44 -0
- data/third_party/abseil-cpp/absl/log/log.h +361 -0
- data/third_party/abseil-cpp/absl/log/log_entry.cc +41 -0
- data/third_party/abseil-cpp/absl/log/log_entry.h +221 -0
- data/third_party/abseil-cpp/absl/log/log_sink.cc +23 -0
- data/third_party/abseil-cpp/absl/log/log_sink.h +64 -0
- data/third_party/abseil-cpp/absl/log/log_sink_registry.h +61 -0
- data/third_party/abseil-cpp/absl/log/vlog_is_on.h +72 -0
- data/third_party/boringssl-with-bazel/src/crypto/asn1/internal.h +1 -7
- data/third_party/boringssl-with-bazel/src/crypto/asn1/posix_time.c +50 -39
- data/third_party/boringssl-with-bazel/src/crypto/bio/bio.c +2 -2
- data/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_des.c +15 -28
- data/third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/des/des.c +45 -32
- data/third_party/boringssl-with-bazel/src/crypto/des/internal.h +24 -0
- data/third_party/boringssl-with-bazel/src/crypto/internal.h +12 -4
- data/third_party/boringssl-with-bazel/src/crypto/x509/internal.h +4 -0
- data/third_party/boringssl-with-bazel/src/crypto/x509/v3_purp.c +40 -61
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_lu.c +24 -7
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_trs.c +36 -59
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_vfy.c +4 -4
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_vpm.c +13 -2
- data/third_party/boringssl-with-bazel/src/include/openssl/asn1.h +10 -10
- data/third_party/boringssl-with-bazel/src/include/openssl/base.h +2 -2
- data/third_party/boringssl-with-bazel/src/include/openssl/bio.h +3 -3
- data/third_party/boringssl-with-bazel/src/include/openssl/pki/certificate.h +83 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/pki/signature_verify_cache.h +41 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/posix_time.h +6 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/rsa.h +19 -10
- data/third_party/boringssl-with-bazel/src/include/openssl/span.h +14 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/ssl.h +16 -4
- data/third_party/boringssl-with-bazel/src/include/openssl/x509.h +196 -141
- data/third_party/boringssl-with-bazel/src/ssl/ssl_cert.cc +8 -1
- data/third_party/upb/upb/base/descriptor_constants.h +29 -2
- data/third_party/upb/upb/{wire/internal/swap.h → base/internal/endian.h} +12 -11
- data/third_party/upb/upb/base/status.h +1 -1
- data/third_party/upb/upb/base/status.hpp +5 -1
- data/third_party/upb/upb/base/string_view.h +7 -5
- data/third_party/upb/upb/base/upcast.h +29 -0
- data/third_party/upb/upb/generated_code_support.h +2 -1
- data/third_party/upb/upb/json/decode.c +103 -53
- data/third_party/upb/upb/json/decode.h +3 -26
- data/third_party/upb/upb/json/encode.c +3 -26
- data/third_party/upb/upb/json/encode.h +3 -26
- data/third_party/upb/upb/mem/arena.c +233 -106
- data/third_party/upb/upb/mem/arena.h +14 -66
- data/third_party/upb/upb/mem/arena.hpp +8 -4
- data/third_party/upb/upb/mem/internal/arena.h +76 -58
- data/third_party/upb/upb/message/accessors.c +19 -46
- data/third_party/upb/upb/message/accessors.h +208 -123
- data/third_party/upb/upb/message/array.c +55 -83
- data/third_party/upb/upb/message/array.h +18 -30
- data/third_party/upb/upb/message/compat.c +39 -0
- data/third_party/upb/upb/message/compat.h +41 -0
- data/third_party/upb/upb/message/copy.c +322 -0
- data/third_party/upb/upb/message/copy.h +56 -0
- data/third_party/upb/upb/message/internal/accessors.h +178 -178
- data/third_party/upb/upb/message/internal/array.h +80 -81
- data/third_party/upb/upb/message/internal/extension.c +63 -0
- data/third_party/upb/upb/message/internal/extension.h +12 -12
- data/third_party/upb/upb/message/internal/map.h +28 -41
- data/third_party/upb/upb/message/internal/map_entry.h +14 -39
- data/third_party/upb/upb/message/internal/map_sorter.h +18 -37
- data/third_party/upb/upb/message/internal/message.c +59 -0
- data/third_party/upb/upb/message/internal/message.h +26 -42
- data/third_party/upb/upb/message/internal/tagged_ptr.h +56 -0
- data/third_party/upb/upb/message/internal/types.h +7 -12
- data/third_party/upb/upb/message/map.c +3 -26
- data/third_party/upb/upb/message/map.h +5 -33
- data/third_party/upb/upb/message/map_gencode_util.h +3 -26
- data/third_party/upb/upb/message/map_sorter.c +22 -34
- data/third_party/upb/upb/message/message.c +28 -104
- data/third_party/upb/upb/message/message.h +4 -8
- data/third_party/upb/upb/message/tagged_ptr.h +14 -31
- data/third_party/upb/upb/message/value.h +3 -5
- data/third_party/upb/upb/mini_descriptor/build_enum.c +20 -11
- data/third_party/upb/upb/mini_descriptor/decode.c +127 -107
- data/third_party/upb/upb/mini_descriptor/decode.h +3 -8
- data/third_party/upb/upb/mini_descriptor/link.c +34 -22
- data/third_party/upb/upb/mini_descriptor/link.h +1 -1
- data/third_party/upb/upb/mini_table/enum.h +4 -6
- data/third_party/upb/upb/mini_table/extension.h +37 -0
- data/third_party/upb/upb/mini_table/extension_registry.c +9 -2
- data/third_party/upb/upb/mini_table/field.h +46 -60
- data/third_party/upb/upb/mini_table/file.h +44 -0
- data/third_party/upb/upb/mini_table/internal/enum.h +19 -20
- data/third_party/upb/upb/mini_table/internal/extension.h +34 -3
- data/third_party/upb/upb/mini_table/internal/field.h +136 -27
- data/third_party/upb/upb/mini_table/internal/file.h +47 -10
- data/third_party/upb/upb/mini_table/internal/message.c +17 -9
- data/third_party/upb/upb/mini_table/internal/message.h +94 -23
- data/third_party/upb/upb/mini_table/internal/size_log2.h +77 -0
- data/third_party/upb/upb/mini_table/internal/sub.h +39 -4
- data/third_party/upb/upb/mini_table/message.c +18 -19
- data/third_party/upb/upb/mini_table/message.h +29 -20
- data/third_party/upb/upb/mini_table/sub.h +40 -1
- data/third_party/upb/upb/port/def.inc +18 -0
- data/third_party/upb/upb/port/undef.inc +3 -0
- data/third_party/upb/upb/reflection/def.hpp +8 -4
- data/third_party/upb/upb/reflection/def_pool.c +81 -2
- data/third_party/upb/upb/reflection/def_pool.h +8 -0
- data/third_party/upb/upb/reflection/enum_def.c +42 -19
- data/third_party/upb/upb/reflection/enum_def.h +1 -0
- data/third_party/upb/upb/reflection/enum_value_def.c +43 -14
- data/third_party/upb/upb/reflection/enum_value_def.h +2 -0
- data/third_party/upb/upb/reflection/extension_range.c +13 -5
- data/third_party/upb/upb/reflection/extension_range.h +2 -0
- data/third_party/upb/upb/reflection/field_def.c +177 -130
- data/third_party/upb/upb/reflection/field_def.h +10 -1
- data/third_party/upb/upb/reflection/file_def.c +98 -9
- data/third_party/upb/upb/reflection/file_def.h +3 -0
- data/third_party/upb/upb/reflection/internal/def_builder.c +85 -7
- data/third_party/upb/upb/reflection/internal/def_builder.h +23 -0
- data/third_party/upb/upb/reflection/internal/enum_def.h +5 -4
- data/third_party/upb/upb/reflection/internal/enum_reserved_range.h +1 -1
- data/third_party/upb/upb/reflection/internal/enum_value_def.h +2 -1
- data/third_party/upb/upb/reflection/internal/extension_range.h +2 -2
- data/third_party/upb/upb/reflection/internal/field_def.h +11 -10
- data/third_party/upb/upb/reflection/internal/message_def.h +6 -3
- data/third_party/upb/upb/reflection/internal/method_def.h +5 -3
- data/third_party/upb/upb/reflection/internal/oneof_def.h +5 -3
- data/third_party/upb/upb/reflection/internal/service_def.h +5 -3
- data/third_party/upb/upb/reflection/internal/upb_edition_defaults.h +20 -0
- data/third_party/upb/upb/reflection/message.c +27 -12
- data/third_party/upb/upb/reflection/message.h +5 -5
- data/third_party/upb/upb/reflection/message_def.c +56 -27
- data/third_party/upb/upb/reflection/message_def.h +2 -0
- data/third_party/upb/upb/reflection/method_def.c +20 -9
- data/third_party/upb/upb/reflection/method_def.h +2 -0
- data/third_party/upb/upb/reflection/oneof_def.c +20 -11
- data/third_party/upb/upb/reflection/oneof_def.h +3 -1
- data/third_party/upb/upb/reflection/service_def.c +25 -13
- data/third_party/upb/upb/reflection/service_def.h +2 -0
- data/third_party/upb/upb/text/encode.c +126 -36
- data/third_party/upb/upb/wire/decode.c +214 -196
- data/third_party/upb/upb/wire/decode.h +10 -0
- data/third_party/upb/upb/wire/encode.c +105 -91
- data/third_party/upb/upb/wire/encode.h +4 -3
- data/third_party/upb/upb/wire/{decode_fast.c → internal/decode_fast.c} +53 -48
- data/third_party/upb/upb/wire/{decode_fast.h → internal/decode_fast.h} +6 -5
- data/third_party/upb/upb/wire/internal/{decode.h → decoder.h} +15 -31
- data/third_party/upb/upb/wire/internal/reader.h +61 -0
- data/third_party/upb/upb/wire/reader.c +9 -6
- data/third_party/upb/upb/wire/reader.h +18 -47
- data/third_party/utf8_range/utf8_range.c +467 -0
- data/third_party/utf8_range/utf8_range.h +9 -8
- metadata +83 -30
- data/src/core/client_channel/channel_connectivity.cc +0 -265
- data/src/core/ext/filters/channel_idle/channel_idle_filter.cc +0 -318
- data/src/core/ext/filters/channel_idle/channel_idle_filter.h +0 -150
- data/src/core/ext/filters/http/message_compress/legacy_compression_filter.cc +0 -325
- data/src/core/ext/filters/http/message_compress/legacy_compression_filter.h +0 -139
- data/src/core/lib/gpr/wrap_memcpy.cc +0 -43
- data/src/core/lib/security/transport/legacy_server_auth_filter.cc +0 -244
- data/src/core/lib/slice/b64.cc +0 -239
- data/src/core/lib/slice/b64.h +0 -52
- data/src/core/lib/surface/call_trace.cc +0 -163
- data/src/core/lib/surface/channel_ping.cc +0 -69
- data/src/core/lib/transport/call_factory.cc +0 -41
- data/src/core/lib/transport/call_factory.h +0 -56
- data/src/core/load_balancing/subchannel_list.h +0 -455
- data/third_party/upb/upb/message/types.h +0 -15
- data/third_party/utf8_range/naive.c +0 -92
- data/third_party/utf8_range/range2-neon.c +0 -157
- data/third_party/utf8_range/range2-sse.c +0 -170
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grpc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.63.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- gRPC Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: src/ruby/bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -269,6 +269,7 @@ files:
|
|
269
269
|
- include/grpc/support/json.h
|
270
270
|
- include/grpc/support/log.h
|
271
271
|
- include/grpc/support/log_windows.h
|
272
|
+
- include/grpc/support/metrics.h
|
272
273
|
- include/grpc/support/port_platform.h
|
273
274
|
- include/grpc/support/string_util.h
|
274
275
|
- include/grpc/support/sync.h
|
@@ -280,11 +281,8 @@ files:
|
|
280
281
|
- include/grpc/support/thd_id.h
|
281
282
|
- include/grpc/support/time.h
|
282
283
|
- include/grpc/support/workaround_list.h
|
283
|
-
- src/core/client_channel/backend_metric.cc
|
284
|
-
- src/core/client_channel/backend_metric.h
|
285
284
|
- src/core/client_channel/backup_poller.cc
|
286
285
|
- src/core/client_channel/backup_poller.h
|
287
|
-
- src/core/client_channel/channel_connectivity.cc
|
288
286
|
- src/core/client_channel/client_channel_channelz.cc
|
289
287
|
- src/core/client_channel/client_channel_channelz.h
|
290
288
|
- src/core/client_channel/client_channel_factory.cc
|
@@ -314,7 +312,6 @@ files:
|
|
314
312
|
- src/core/client_channel/retry_service_config.h
|
315
313
|
- src/core/client_channel/retry_throttle.cc
|
316
314
|
- src/core/client_channel/retry_throttle.h
|
317
|
-
- src/core/client_channel/service_config_channel_arg_filter.cc
|
318
315
|
- src/core/client_channel/subchannel.cc
|
319
316
|
- src/core/client_channel/subchannel.h
|
320
317
|
- src/core/client_channel/subchannel_interface_internal.h
|
@@ -326,8 +323,6 @@ files:
|
|
326
323
|
- src/core/ext/filters/backend_metrics/backend_metric_filter.h
|
327
324
|
- src/core/ext/filters/backend_metrics/backend_metric_provider.h
|
328
325
|
- src/core/ext/filters/census/grpc_context.cc
|
329
|
-
- src/core/ext/filters/channel_idle/channel_idle_filter.cc
|
330
|
-
- src/core/ext/filters/channel_idle/channel_idle_filter.h
|
331
326
|
- src/core/ext/filters/channel_idle/idle_filter_state.cc
|
332
327
|
- src/core/ext/filters/channel_idle/idle_filter_state.h
|
333
328
|
- src/core/ext/filters/channel_idle/legacy_channel_idle_filter.cc
|
@@ -345,8 +340,6 @@ files:
|
|
345
340
|
- src/core/ext/filters/http/http_filters_plugin.cc
|
346
341
|
- src/core/ext/filters/http/message_compress/compression_filter.cc
|
347
342
|
- src/core/ext/filters/http/message_compress/compression_filter.h
|
348
|
-
- src/core/ext/filters/http/message_compress/legacy_compression_filter.cc
|
349
|
-
- src/core/ext/filters/http/message_compress/legacy_compression_filter.h
|
350
343
|
- src/core/ext/filters/http/server/http_server_filter.cc
|
351
344
|
- src/core/ext/filters/http/server/http_server_filter.h
|
352
345
|
- src/core/ext/filters/message_size/message_size_filter.cc
|
@@ -1279,6 +1272,7 @@ files:
|
|
1279
1272
|
- src/core/ext/xds/xds_lb_policy_registry.h
|
1280
1273
|
- src/core/ext/xds/xds_listener.cc
|
1281
1274
|
- src/core/ext/xds/xds_listener.h
|
1275
|
+
- src/core/ext/xds/xds_metrics.h
|
1282
1276
|
- src/core/ext/xds/xds_resource_type.h
|
1283
1277
|
- src/core/ext/xds/xds_resource_type_impl.h
|
1284
1278
|
- src/core/ext/xds/xds_route_config.cc
|
@@ -1323,9 +1317,12 @@ files:
|
|
1323
1317
|
- src/core/lib/channel/connected_channel.cc
|
1324
1318
|
- src/core/lib/channel/connected_channel.h
|
1325
1319
|
- src/core/lib/channel/context.h
|
1320
|
+
- src/core/lib/channel/metrics.cc
|
1321
|
+
- src/core/lib/channel/metrics.h
|
1326
1322
|
- src/core/lib/channel/promise_based_filter.cc
|
1327
1323
|
- src/core/lib/channel/promise_based_filter.h
|
1328
1324
|
- src/core/lib/channel/server_call_tracer_filter.cc
|
1325
|
+
- src/core/lib/channel/server_call_tracer_filter.h
|
1329
1326
|
- src/core/lib/channel/status_util.cc
|
1330
1327
|
- src/core/lib/channel/status_util.h
|
1331
1328
|
- src/core/lib/channel/tcp_tracer.h
|
@@ -1368,7 +1365,9 @@ files:
|
|
1368
1365
|
- src/core/lib/event_engine/default_event_engine_factory.cc
|
1369
1366
|
- src/core/lib/event_engine/default_event_engine_factory.h
|
1370
1367
|
- src/core/lib/event_engine/event_engine.cc
|
1368
|
+
- src/core/lib/event_engine/event_engine_context.h
|
1371
1369
|
- src/core/lib/event_engine/extensions/can_track_errors.h
|
1370
|
+
- src/core/lib/event_engine/extensions/chaotic_good_extension.h
|
1372
1371
|
- src/core/lib/event_engine/extensions/supports_fd.h
|
1373
1372
|
- src/core/lib/event_engine/forkable.cc
|
1374
1373
|
- src/core/lib/event_engine/forkable.h
|
@@ -1498,7 +1497,6 @@ files:
|
|
1498
1497
|
- src/core/lib/gpr/windows/sync.cc
|
1499
1498
|
- src/core/lib/gpr/windows/time.cc
|
1500
1499
|
- src/core/lib/gpr/windows/tmpfile.cc
|
1501
|
-
- src/core/lib/gpr/wrap_memcpy.cc
|
1502
1500
|
- src/core/lib/gprpp/atomic_utils.h
|
1503
1501
|
- src/core/lib/gprpp/bitset.h
|
1504
1502
|
- src/core/lib/gprpp/chunked_vector.h
|
@@ -1561,6 +1559,8 @@ files:
|
|
1561
1559
|
- src/core/lib/gprpp/time_util.h
|
1562
1560
|
- src/core/lib/gprpp/type_list.h
|
1563
1561
|
- src/core/lib/gprpp/unique_type_name.h
|
1562
|
+
- src/core/lib/gprpp/uuid_v4.cc
|
1563
|
+
- src/core/lib/gprpp/uuid_v4.h
|
1564
1564
|
- src/core/lib/gprpp/validation_errors.cc
|
1565
1565
|
- src/core/lib/gprpp/validation_errors.h
|
1566
1566
|
- src/core/lib/gprpp/windows/directory_reader.cc
|
@@ -1774,6 +1774,8 @@ files:
|
|
1774
1774
|
- src/core/lib/resource_quota/api.h
|
1775
1775
|
- src/core/lib/resource_quota/arena.cc
|
1776
1776
|
- src/core/lib/resource_quota/arena.h
|
1777
|
+
- src/core/lib/resource_quota/connection_quota.cc
|
1778
|
+
- src/core/lib/resource_quota/connection_quota.h
|
1777
1779
|
- src/core/lib/resource_quota/memory_quota.cc
|
1778
1780
|
- src/core/lib/resource_quota/memory_quota.h
|
1779
1781
|
- src/core/lib/resource_quota/periodic_update.cc
|
@@ -1885,6 +1887,7 @@ files:
|
|
1885
1887
|
- src/core/lib/security/security_connector/load_system_roots_fallback.cc
|
1886
1888
|
- src/core/lib/security/security_connector/load_system_roots_supported.cc
|
1887
1889
|
- src/core/lib/security/security_connector/load_system_roots_supported.h
|
1890
|
+
- src/core/lib/security/security_connector/load_system_roots_windows.cc
|
1888
1891
|
- src/core/lib/security/security_connector/local/local_security_connector.cc
|
1889
1892
|
- src/core/lib/security/security_connector/local/local_security_connector.h
|
1890
1893
|
- src/core/lib/security/security_connector/security_connector.cc
|
@@ -1897,7 +1900,6 @@ files:
|
|
1897
1900
|
- src/core/lib/security/security_connector/tls/tls_security_connector.h
|
1898
1901
|
- src/core/lib/security/transport/auth_filters.h
|
1899
1902
|
- src/core/lib/security/transport/client_auth_filter.cc
|
1900
|
-
- src/core/lib/security/transport/legacy_server_auth_filter.cc
|
1901
1903
|
- src/core/lib/security/transport/secure_endpoint.cc
|
1902
1904
|
- src/core/lib/security/transport/secure_endpoint.h
|
1903
1905
|
- src/core/lib/security/transport/security_handshaker.cc
|
@@ -1907,8 +1909,6 @@ files:
|
|
1907
1909
|
- src/core/lib/security/transport/tsi_error.h
|
1908
1910
|
- src/core/lib/security/util/json_util.cc
|
1909
1911
|
- src/core/lib/security/util/json_util.h
|
1910
|
-
- src/core/lib/slice/b64.cc
|
1911
|
-
- src/core/lib/slice/b64.h
|
1912
1912
|
- src/core/lib/slice/percent_encoding.cc
|
1913
1913
|
- src/core/lib/slice/percent_encoding.h
|
1914
1914
|
- src/core/lib/slice/slice.cc
|
@@ -1922,8 +1922,6 @@ files:
|
|
1922
1922
|
- src/core/lib/slice/slice_string_helpers.h
|
1923
1923
|
- src/core/lib/surface/api_trace.cc
|
1924
1924
|
- src/core/lib/surface/api_trace.h
|
1925
|
-
- src/core/lib/surface/builtins.cc
|
1926
|
-
- src/core/lib/surface/builtins.h
|
1927
1925
|
- src/core/lib/surface/byte_buffer.cc
|
1928
1926
|
- src/core/lib/surface/byte_buffer_reader.cc
|
1929
1927
|
- src/core/lib/surface/call.cc
|
@@ -1931,13 +1929,13 @@ files:
|
|
1931
1929
|
- src/core/lib/surface/call_details.cc
|
1932
1930
|
- src/core/lib/surface/call_log_batch.cc
|
1933
1931
|
- src/core/lib/surface/call_test_only.h
|
1934
|
-
- src/core/lib/surface/call_trace.cc
|
1935
1932
|
- src/core/lib/surface/call_trace.h
|
1936
1933
|
- src/core/lib/surface/channel.cc
|
1937
1934
|
- src/core/lib/surface/channel.h
|
1935
|
+
- src/core/lib/surface/channel_create.cc
|
1936
|
+
- src/core/lib/surface/channel_create.h
|
1938
1937
|
- src/core/lib/surface/channel_init.cc
|
1939
1938
|
- src/core/lib/surface/channel_init.h
|
1940
|
-
- src/core/lib/surface/channel_ping.cc
|
1941
1939
|
- src/core/lib/surface/channel_stack_type.cc
|
1942
1940
|
- src/core/lib/surface/channel_stack_type.h
|
1943
1941
|
- src/core/lib/surface/completion_queue.cc
|
@@ -1952,9 +1950,12 @@ files:
|
|
1952
1950
|
- src/core/lib/surface/init_internally.h
|
1953
1951
|
- src/core/lib/surface/lame_client.cc
|
1954
1952
|
- src/core/lib/surface/lame_client.h
|
1953
|
+
- src/core/lib/surface/legacy_channel.cc
|
1954
|
+
- src/core/lib/surface/legacy_channel.h
|
1955
1955
|
- src/core/lib/surface/metadata_array.cc
|
1956
1956
|
- src/core/lib/surface/server.cc
|
1957
1957
|
- src/core/lib/surface/server.h
|
1958
|
+
- src/core/lib/surface/server_interface.h
|
1958
1959
|
- src/core/lib/surface/validate_metadata.cc
|
1959
1960
|
- src/core/lib/surface/validate_metadata.h
|
1960
1961
|
- src/core/lib/surface/version.cc
|
@@ -1964,8 +1965,6 @@ files:
|
|
1964
1965
|
- src/core/lib/transport/batch_builder.h
|
1965
1966
|
- src/core/lib/transport/bdp_estimator.cc
|
1966
1967
|
- src/core/lib/transport/bdp_estimator.h
|
1967
|
-
- src/core/lib/transport/call_factory.cc
|
1968
|
-
- src/core/lib/transport/call_factory.h
|
1969
1968
|
- src/core/lib/transport/call_filters.cc
|
1970
1969
|
- src/core/lib/transport/call_filters.h
|
1971
1970
|
- src/core/lib/transport/call_final_info.cc
|
@@ -1977,6 +1976,8 @@ files:
|
|
1977
1976
|
- src/core/lib/transport/connectivity_state.cc
|
1978
1977
|
- src/core/lib/transport/connectivity_state.h
|
1979
1978
|
- src/core/lib/transport/custom_metadata.h
|
1979
|
+
- src/core/lib/transport/endpoint_info_handshaker.cc
|
1980
|
+
- src/core/lib/transport/endpoint_info_handshaker.h
|
1980
1981
|
- src/core/lib/transport/error_utils.cc
|
1981
1982
|
- src/core/lib/transport/error_utils.h
|
1982
1983
|
- src/core/lib/transport/handshaker.cc
|
@@ -1994,6 +1995,8 @@ files:
|
|
1994
1995
|
- src/core/lib/transport/metadata_batch.cc
|
1995
1996
|
- src/core/lib/transport/metadata_batch.h
|
1996
1997
|
- src/core/lib/transport/metadata_compression_traits.h
|
1998
|
+
- src/core/lib/transport/metadata_info.cc
|
1999
|
+
- src/core/lib/transport/metadata_info.h
|
1997
2000
|
- src/core/lib/transport/parsed_metadata.cc
|
1998
2001
|
- src/core/lib/transport/parsed_metadata.h
|
1999
2002
|
- src/core/lib/transport/simple_slice_based_metadata.h
|
@@ -2012,6 +2015,8 @@ files:
|
|
2012
2015
|
- src/core/load_balancing/address_filtering.cc
|
2013
2016
|
- src/core/load_balancing/address_filtering.h
|
2014
2017
|
- src/core/load_balancing/backend_metric_data.h
|
2018
|
+
- src/core/load_balancing/backend_metric_parser.cc
|
2019
|
+
- src/core/load_balancing/backend_metric_parser.h
|
2015
2020
|
- src/core/load_balancing/child_policy_handler.cc
|
2016
2021
|
- src/core/load_balancing/child_policy_handler.h
|
2017
2022
|
- src/core/load_balancing/delegating_helper.h
|
@@ -2046,13 +2051,14 @@ files:
|
|
2046
2051
|
- src/core/load_balancing/ring_hash/ring_hash.cc
|
2047
2052
|
- src/core/load_balancing/ring_hash/ring_hash.h
|
2048
2053
|
- src/core/load_balancing/rls/rls.cc
|
2054
|
+
- src/core/load_balancing/rls/rls.h
|
2049
2055
|
- src/core/load_balancing/round_robin/round_robin.cc
|
2050
2056
|
- src/core/load_balancing/subchannel_interface.h
|
2051
|
-
- src/core/load_balancing/subchannel_list.h
|
2052
2057
|
- src/core/load_balancing/weighted_round_robin/static_stride_scheduler.cc
|
2053
2058
|
- src/core/load_balancing/weighted_round_robin/static_stride_scheduler.h
|
2054
2059
|
- src/core/load_balancing/weighted_round_robin/weighted_round_robin.cc
|
2055
2060
|
- src/core/load_balancing/weighted_target/weighted_target.cc
|
2061
|
+
- src/core/load_balancing/weighted_target/weighted_target.h
|
2056
2062
|
- src/core/load_balancing/xds/cds.cc
|
2057
2063
|
- src/core/load_balancing/xds/xds_channel_args.h
|
2058
2064
|
- src/core/load_balancing/xds/xds_cluster_impl.cc
|
@@ -2102,6 +2108,7 @@ files:
|
|
2102
2108
|
- src/core/resolver/xds/xds_resolver_trace.h
|
2103
2109
|
- src/core/service_config/service_config.h
|
2104
2110
|
- src/core/service_config/service_config_call_data.h
|
2111
|
+
- src/core/service_config/service_config_channel_arg_filter.cc
|
2105
2112
|
- src/core/service_config/service_config_impl.cc
|
2106
2113
|
- src/core/service_config/service_config_impl.h
|
2107
2114
|
- src/core/service_config/service_config_parser.cc
|
@@ -2393,6 +2400,8 @@ files:
|
|
2393
2400
|
- third_party/abseil-cpp/absl/debugging/internal/demangle.h
|
2394
2401
|
- third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc
|
2395
2402
|
- third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.h
|
2403
|
+
- third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc
|
2404
|
+
- third_party/abseil-cpp/absl/debugging/internal/examine_stack.h
|
2396
2405
|
- third_party/abseil-cpp/absl/debugging/internal/stacktrace_aarch64-inl.inc
|
2397
2406
|
- third_party/abseil-cpp/absl/debugging/internal/stacktrace_arm-inl.inc
|
2398
2407
|
- third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h
|
@@ -2450,6 +2459,40 @@ files:
|
|
2450
2459
|
- third_party/abseil-cpp/absl/hash/internal/hash.h
|
2451
2460
|
- third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc
|
2452
2461
|
- third_party/abseil-cpp/absl/hash/internal/low_level_hash.h
|
2462
|
+
- third_party/abseil-cpp/absl/log/absl_vlog_is_on.h
|
2463
|
+
- third_party/abseil-cpp/absl/log/globals.cc
|
2464
|
+
- third_party/abseil-cpp/absl/log/globals.h
|
2465
|
+
- third_party/abseil-cpp/absl/log/internal/append_truncated.h
|
2466
|
+
- third_party/abseil-cpp/absl/log/internal/conditions.cc
|
2467
|
+
- third_party/abseil-cpp/absl/log/internal/conditions.h
|
2468
|
+
- third_party/abseil-cpp/absl/log/internal/config.h
|
2469
|
+
- third_party/abseil-cpp/absl/log/internal/fnmatch.cc
|
2470
|
+
- third_party/abseil-cpp/absl/log/internal/fnmatch.h
|
2471
|
+
- third_party/abseil-cpp/absl/log/internal/globals.cc
|
2472
|
+
- third_party/abseil-cpp/absl/log/internal/globals.h
|
2473
|
+
- third_party/abseil-cpp/absl/log/internal/log_format.cc
|
2474
|
+
- third_party/abseil-cpp/absl/log/internal/log_format.h
|
2475
|
+
- third_party/abseil-cpp/absl/log/internal/log_impl.h
|
2476
|
+
- third_party/abseil-cpp/absl/log/internal/log_message.cc
|
2477
|
+
- third_party/abseil-cpp/absl/log/internal/log_message.h
|
2478
|
+
- third_party/abseil-cpp/absl/log/internal/log_sink_set.cc
|
2479
|
+
- third_party/abseil-cpp/absl/log/internal/log_sink_set.h
|
2480
|
+
- third_party/abseil-cpp/absl/log/internal/nullguard.cc
|
2481
|
+
- third_party/abseil-cpp/absl/log/internal/nullguard.h
|
2482
|
+
- third_party/abseil-cpp/absl/log/internal/nullstream.h
|
2483
|
+
- third_party/abseil-cpp/absl/log/internal/proto.cc
|
2484
|
+
- third_party/abseil-cpp/absl/log/internal/proto.h
|
2485
|
+
- third_party/abseil-cpp/absl/log/internal/strip.h
|
2486
|
+
- third_party/abseil-cpp/absl/log/internal/vlog_config.cc
|
2487
|
+
- third_party/abseil-cpp/absl/log/internal/vlog_config.h
|
2488
|
+
- third_party/abseil-cpp/absl/log/internal/voidify.h
|
2489
|
+
- third_party/abseil-cpp/absl/log/log.h
|
2490
|
+
- third_party/abseil-cpp/absl/log/log_entry.cc
|
2491
|
+
- third_party/abseil-cpp/absl/log/log_entry.h
|
2492
|
+
- third_party/abseil-cpp/absl/log/log_sink.cc
|
2493
|
+
- third_party/abseil-cpp/absl/log/log_sink.h
|
2494
|
+
- third_party/abseil-cpp/absl/log/log_sink_registry.h
|
2495
|
+
- third_party/abseil-cpp/absl/log/vlog_is_on.h
|
2453
2496
|
- third_party/abseil-cpp/absl/memory/memory.h
|
2454
2497
|
- third_party/abseil-cpp/absl/meta/type_traits.h
|
2455
2498
|
- third_party/abseil-cpp/absl/numeric/bits.h
|
@@ -3115,6 +3158,8 @@ files:
|
|
3115
3158
|
- third_party/boringssl-with-bazel/src/include/openssl/pkcs12.h
|
3116
3159
|
- third_party/boringssl-with-bazel/src/include/openssl/pkcs7.h
|
3117
3160
|
- third_party/boringssl-with-bazel/src/include/openssl/pkcs8.h
|
3161
|
+
- third_party/boringssl-with-bazel/src/include/openssl/pki/certificate.h
|
3162
|
+
- third_party/boringssl-with-bazel/src/include/openssl/pki/signature_verify_cache.h
|
3118
3163
|
- third_party/boringssl-with-bazel/src/include/openssl/poly1305.h
|
3119
3164
|
- third_party/boringssl-with-bazel/src/include/openssl/pool.h
|
3120
3165
|
- third_party/boringssl-with-bazel/src/include/openssl/posix_time.h
|
@@ -3320,11 +3365,13 @@ files:
|
|
3320
3365
|
- third_party/re2/util/utf.h
|
3321
3366
|
- third_party/re2/util/util.h
|
3322
3367
|
- third_party/upb/upb/base/descriptor_constants.h
|
3368
|
+
- third_party/upb/upb/base/internal/endian.h
|
3323
3369
|
- third_party/upb/upb/base/internal/log2.h
|
3324
3370
|
- third_party/upb/upb/base/status.c
|
3325
3371
|
- third_party/upb/upb/base/status.h
|
3326
3372
|
- third_party/upb/upb/base/status.hpp
|
3327
3373
|
- third_party/upb/upb/base/string_view.h
|
3374
|
+
- third_party/upb/upb/base/upcast.h
|
3328
3375
|
- third_party/upb/upb/generated_code_support.h
|
3329
3376
|
- third_party/upb/upb/hash/common.c
|
3330
3377
|
- third_party/upb/upb/hash/common.h
|
@@ -3352,13 +3399,20 @@ files:
|
|
3352
3399
|
- third_party/upb/upb/message/accessors.h
|
3353
3400
|
- third_party/upb/upb/message/array.c
|
3354
3401
|
- third_party/upb/upb/message/array.h
|
3402
|
+
- third_party/upb/upb/message/compat.c
|
3403
|
+
- third_party/upb/upb/message/compat.h
|
3404
|
+
- third_party/upb/upb/message/copy.c
|
3405
|
+
- third_party/upb/upb/message/copy.h
|
3355
3406
|
- third_party/upb/upb/message/internal/accessors.h
|
3356
3407
|
- third_party/upb/upb/message/internal/array.h
|
3408
|
+
- third_party/upb/upb/message/internal/extension.c
|
3357
3409
|
- third_party/upb/upb/message/internal/extension.h
|
3358
3410
|
- third_party/upb/upb/message/internal/map.h
|
3359
3411
|
- third_party/upb/upb/message/internal/map_entry.h
|
3360
3412
|
- third_party/upb/upb/message/internal/map_sorter.h
|
3413
|
+
- third_party/upb/upb/message/internal/message.c
|
3361
3414
|
- third_party/upb/upb/message/internal/message.h
|
3415
|
+
- third_party/upb/upb/message/internal/tagged_ptr.h
|
3362
3416
|
- third_party/upb/upb/message/internal/types.h
|
3363
3417
|
- third_party/upb/upb/message/map.c
|
3364
3418
|
- third_party/upb/upb/message/map.h
|
@@ -3367,7 +3421,6 @@ files:
|
|
3367
3421
|
- third_party/upb/upb/message/message.c
|
3368
3422
|
- third_party/upb/upb/message/message.h
|
3369
3423
|
- third_party/upb/upb/message/tagged_ptr.h
|
3370
|
-
- third_party/upb/upb/message/types.h
|
3371
3424
|
- third_party/upb/upb/message/value.h
|
3372
3425
|
- third_party/upb/upb/mini_descriptor/build_enum.c
|
3373
3426
|
- third_party/upb/upb/mini_descriptor/build_enum.h
|
@@ -3395,6 +3448,7 @@ files:
|
|
3395
3448
|
- third_party/upb/upb/mini_table/internal/file.h
|
3396
3449
|
- third_party/upb/upb/mini_table/internal/message.c
|
3397
3450
|
- third_party/upb/upb/mini_table/internal/message.h
|
3451
|
+
- third_party/upb/upb/mini_table/internal/size_log2.h
|
3398
3452
|
- third_party/upb/upb/mini_table/internal/sub.h
|
3399
3453
|
- third_party/upb/upb/mini_table/message.c
|
3400
3454
|
- third_party/upb/upb/mini_table/message.h
|
@@ -3440,6 +3494,7 @@ files:
|
|
3440
3494
|
- third_party/upb/upb/reflection/internal/service_def.h
|
3441
3495
|
- third_party/upb/upb/reflection/internal/strdup2.c
|
3442
3496
|
- third_party/upb/upb/reflection/internal/strdup2.h
|
3497
|
+
- third_party/upb/upb/reflection/internal/upb_edition_defaults.h
|
3443
3498
|
- third_party/upb/upb/reflection/message.c
|
3444
3499
|
- third_party/upb/upb/reflection/message.h
|
3445
3500
|
- third_party/upb/upb/reflection/message.hpp
|
@@ -3457,21 +3512,19 @@ files:
|
|
3457
3512
|
- third_party/upb/upb/text/encode.h
|
3458
3513
|
- third_party/upb/upb/wire/decode.c
|
3459
3514
|
- third_party/upb/upb/wire/decode.h
|
3460
|
-
- third_party/upb/upb/wire/decode_fast.c
|
3461
|
-
- third_party/upb/upb/wire/decode_fast.h
|
3462
3515
|
- third_party/upb/upb/wire/encode.c
|
3463
3516
|
- third_party/upb/upb/wire/encode.h
|
3464
3517
|
- third_party/upb/upb/wire/eps_copy_input_stream.c
|
3465
3518
|
- third_party/upb/upb/wire/eps_copy_input_stream.h
|
3466
3519
|
- third_party/upb/upb/wire/internal/constants.h
|
3467
|
-
- third_party/upb/upb/wire/internal/
|
3468
|
-
- third_party/upb/upb/wire/internal/
|
3520
|
+
- third_party/upb/upb/wire/internal/decode_fast.c
|
3521
|
+
- third_party/upb/upb/wire/internal/decode_fast.h
|
3522
|
+
- third_party/upb/upb/wire/internal/decoder.h
|
3523
|
+
- third_party/upb/upb/wire/internal/reader.h
|
3469
3524
|
- third_party/upb/upb/wire/reader.c
|
3470
3525
|
- third_party/upb/upb/wire/reader.h
|
3471
3526
|
- third_party/upb/upb/wire/types.h
|
3472
|
-
- third_party/utf8_range/
|
3473
|
-
- third_party/utf8_range/range2-neon.c
|
3474
|
-
- third_party/utf8_range/range2-sse.c
|
3527
|
+
- third_party/utf8_range/utf8_range.c
|
3475
3528
|
- third_party/utf8_range/utf8_range.h
|
3476
3529
|
- third_party/xxhash/xxhash.h
|
3477
3530
|
- third_party/zlib/adler32.c
|
@@ -3517,7 +3570,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
3517
3570
|
- !ruby/object:Gem::Version
|
3518
3571
|
version: '0'
|
3519
3572
|
requirements: []
|
3520
|
-
rubygems_version: 3.5.
|
3573
|
+
rubygems_version: 3.5.9
|
3521
3574
|
signing_key:
|
3522
3575
|
specification_version: 4
|
3523
3576
|
summary: GRPC system in Ruby
|
@@ -1,265 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// Copyright 2015 gRPC authors.
|
3
|
-
//
|
4
|
-
// Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
// you may not use this file except in compliance with the License.
|
6
|
-
// You may obtain a copy of the License at
|
7
|
-
//
|
8
|
-
// http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
//
|
10
|
-
// Unless required by applicable law or agreed to in writing, software
|
11
|
-
// distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
// See the License for the specific language governing permissions and
|
14
|
-
// limitations under the License.
|
15
|
-
//
|
16
|
-
|
17
|
-
#include <grpc/support/port_platform.h>
|
18
|
-
|
19
|
-
#include <inttypes.h>
|
20
|
-
|
21
|
-
#include "absl/base/thread_annotations.h"
|
22
|
-
#include "absl/status/status.h"
|
23
|
-
#include "absl/types/optional.h"
|
24
|
-
|
25
|
-
#include <grpc/event_engine/event_engine.h>
|
26
|
-
#include <grpc/grpc.h>
|
27
|
-
#include <grpc/impl/connectivity_state.h>
|
28
|
-
#include <grpc/support/log.h>
|
29
|
-
#include <grpc/support/time.h>
|
30
|
-
|
31
|
-
#include "src/core/client_channel/client_channel_filter.h"
|
32
|
-
#include "src/core/lib/channel/channel_fwd.h"
|
33
|
-
#include "src/core/lib/channel/channel_stack.h"
|
34
|
-
#include "src/core/lib/debug/trace.h"
|
35
|
-
#include "src/core/lib/gprpp/crash.h"
|
36
|
-
#include "src/core/lib/gprpp/dual_ref_counted.h"
|
37
|
-
#include "src/core/lib/gprpp/ref_counted_ptr.h"
|
38
|
-
#include "src/core/lib/gprpp/sync.h"
|
39
|
-
#include "src/core/lib/gprpp/time.h"
|
40
|
-
#include "src/core/lib/iomgr/closure.h"
|
41
|
-
#include "src/core/lib/iomgr/error.h"
|
42
|
-
#include "src/core/lib/iomgr/exec_ctx.h"
|
43
|
-
#include "src/core/lib/iomgr/polling_entity.h"
|
44
|
-
#include "src/core/lib/surface/api_trace.h"
|
45
|
-
#include "src/core/lib/surface/channel.h"
|
46
|
-
#include "src/core/lib/surface/completion_queue.h"
|
47
|
-
#include "src/core/lib/surface/lame_client.h"
|
48
|
-
|
49
|
-
namespace grpc_core {
|
50
|
-
namespace {
|
51
|
-
|
52
|
-
bool IsLameChannel(Channel* channel) {
|
53
|
-
grpc_channel_element* elem =
|
54
|
-
grpc_channel_stack_last_element(channel->channel_stack());
|
55
|
-
return elem->filter == &LameClientFilter::kFilter;
|
56
|
-
}
|
57
|
-
|
58
|
-
} // namespace
|
59
|
-
} // namespace grpc_core
|
60
|
-
|
61
|
-
grpc_connectivity_state grpc_channel_check_connectivity_state(
|
62
|
-
grpc_channel* c_channel, int try_to_connect) {
|
63
|
-
grpc_core::ApplicationCallbackExecCtx callback_exec_ctx;
|
64
|
-
grpc_core::ExecCtx exec_ctx;
|
65
|
-
GRPC_API_TRACE(
|
66
|
-
"grpc_channel_check_connectivity_state(channel=%p, try_to_connect=%d)", 2,
|
67
|
-
(c_channel, try_to_connect));
|
68
|
-
grpc_core::Channel* channel = grpc_core::Channel::FromC(c_channel);
|
69
|
-
// Forward through to the underlying client channel.
|
70
|
-
grpc_core::ClientChannelFilter* client_channel =
|
71
|
-
grpc_core::ClientChannelFilter::GetFromChannel(channel);
|
72
|
-
if (GPR_UNLIKELY(client_channel == nullptr)) {
|
73
|
-
if (grpc_core::IsLameChannel(channel)) {
|
74
|
-
return GRPC_CHANNEL_TRANSIENT_FAILURE;
|
75
|
-
}
|
76
|
-
gpr_log(GPR_ERROR,
|
77
|
-
"grpc_channel_check_connectivity_state called on something that is "
|
78
|
-
"not a client channel");
|
79
|
-
return GRPC_CHANNEL_SHUTDOWN;
|
80
|
-
}
|
81
|
-
return client_channel->CheckConnectivityState(try_to_connect);
|
82
|
-
}
|
83
|
-
|
84
|
-
int grpc_channel_num_external_connectivity_watchers(grpc_channel* c_channel) {
|
85
|
-
grpc_core::Channel* channel = grpc_core::Channel::FromC(c_channel);
|
86
|
-
grpc_core::ClientChannelFilter* client_channel =
|
87
|
-
grpc_core::ClientChannelFilter::GetFromChannel(channel);
|
88
|
-
if (client_channel == nullptr) {
|
89
|
-
if (!grpc_core::IsLameChannel(channel)) {
|
90
|
-
gpr_log(GPR_ERROR,
|
91
|
-
"grpc_channel_num_external_connectivity_watchers called on "
|
92
|
-
"something that is not a client channel");
|
93
|
-
}
|
94
|
-
return 0;
|
95
|
-
}
|
96
|
-
return client_channel->NumExternalConnectivityWatchers();
|
97
|
-
}
|
98
|
-
|
99
|
-
int grpc_channel_support_connectivity_watcher(grpc_channel* channel) {
|
100
|
-
return grpc_core::ClientChannelFilter::GetFromChannel(
|
101
|
-
grpc_core::Channel::FromC(channel)) != nullptr;
|
102
|
-
}
|
103
|
-
|
104
|
-
namespace grpc_core {
|
105
|
-
namespace {
|
106
|
-
|
107
|
-
class StateWatcher : public DualRefCounted<StateWatcher> {
|
108
|
-
public:
|
109
|
-
StateWatcher(grpc_channel* c_channel, grpc_completion_queue* cq, void* tag,
|
110
|
-
grpc_connectivity_state last_observed_state,
|
111
|
-
gpr_timespec deadline)
|
112
|
-
: channel_(Channel::FromC(c_channel)->Ref()),
|
113
|
-
cq_(cq),
|
114
|
-
tag_(tag),
|
115
|
-
state_(last_observed_state) {
|
116
|
-
GPR_ASSERT(grpc_cq_begin_op(cq, tag));
|
117
|
-
GRPC_CLOSURE_INIT(&on_complete_, WatchComplete, this, nullptr);
|
118
|
-
ClientChannelFilter* client_channel =
|
119
|
-
ClientChannelFilter::GetFromChannel(channel_.get());
|
120
|
-
if (client_channel == nullptr) {
|
121
|
-
// If the target URI used to create the channel was invalid, channel
|
122
|
-
// stack initialization failed, and that caused us to create a lame
|
123
|
-
// channel. In that case, connectivity state will never change (it
|
124
|
-
// will always be TRANSIENT_FAILURE), so we don't actually start a
|
125
|
-
// watch, but we are hiding that fact from the application.
|
126
|
-
if (IsLameChannel(channel_.get())) {
|
127
|
-
// A ref is held by the timer callback.
|
128
|
-
StartTimer(Timestamp::FromTimespecRoundUp(deadline));
|
129
|
-
// Ref from object creation needs to be freed here since lame channel
|
130
|
-
// does not have a watcher.
|
131
|
-
Unref();
|
132
|
-
return;
|
133
|
-
}
|
134
|
-
Crash(
|
135
|
-
"grpc_channel_watch_connectivity_state called on something that is "
|
136
|
-
"not a client channel");
|
137
|
-
}
|
138
|
-
// Ref from object creation is held by the watcher callback.
|
139
|
-
auto* watcher_timer_init_state = new WatcherTimerInitState(
|
140
|
-
this, Timestamp::FromTimespecRoundUp(deadline));
|
141
|
-
client_channel->AddExternalConnectivityWatcher(
|
142
|
-
grpc_polling_entity_create_from_pollset(grpc_cq_pollset(cq)), &state_,
|
143
|
-
&on_complete_, watcher_timer_init_state->closure());
|
144
|
-
}
|
145
|
-
|
146
|
-
private:
|
147
|
-
// A fire-and-forget object used to delay starting the timer until the
|
148
|
-
// ClientChannelFilter actually starts the watch.
|
149
|
-
class WatcherTimerInitState {
|
150
|
-
public:
|
151
|
-
WatcherTimerInitState(StateWatcher* state_watcher, Timestamp deadline)
|
152
|
-
: state_watcher_(state_watcher), deadline_(deadline) {
|
153
|
-
GRPC_CLOSURE_INIT(&closure_, WatcherTimerInit, this, nullptr);
|
154
|
-
}
|
155
|
-
|
156
|
-
grpc_closure* closure() { return &closure_; }
|
157
|
-
|
158
|
-
private:
|
159
|
-
static void WatcherTimerInit(void* arg, grpc_error_handle /*error*/) {
|
160
|
-
auto* self = static_cast<WatcherTimerInitState*>(arg);
|
161
|
-
self->state_watcher_->StartTimer(self->deadline_);
|
162
|
-
delete self;
|
163
|
-
}
|
164
|
-
|
165
|
-
StateWatcher* state_watcher_;
|
166
|
-
Timestamp deadline_;
|
167
|
-
grpc_closure closure_;
|
168
|
-
};
|
169
|
-
|
170
|
-
void StartTimer(Timestamp deadline) {
|
171
|
-
const Duration timeout = deadline - Timestamp::Now();
|
172
|
-
MutexLock lock(&mu_);
|
173
|
-
timer_handle_ = channel_->channel_stack()->EventEngine()->RunAfter(
|
174
|
-
timeout, [self = Ref()]() mutable {
|
175
|
-
ApplicationCallbackExecCtx callback_exec_ctx;
|
176
|
-
ExecCtx exec_ctx;
|
177
|
-
self->TimeoutComplete();
|
178
|
-
// StateWatcher deletion might require an active ExecCtx.
|
179
|
-
self.reset();
|
180
|
-
});
|
181
|
-
}
|
182
|
-
|
183
|
-
static void WatchComplete(void* arg, grpc_error_handle error) {
|
184
|
-
auto* self = static_cast<StateWatcher*>(arg);
|
185
|
-
if (GRPC_TRACE_FLAG_ENABLED(grpc_trace_operation_failures)) {
|
186
|
-
GRPC_LOG_IF_ERROR("watch_completion_error", error);
|
187
|
-
}
|
188
|
-
{
|
189
|
-
MutexLock lock(&self->mu_);
|
190
|
-
if (self->timer_handle_.has_value()) {
|
191
|
-
self->channel_->channel_stack()->EventEngine()->Cancel(
|
192
|
-
*self->timer_handle_);
|
193
|
-
}
|
194
|
-
}
|
195
|
-
// Watcher fired when either notified or cancelled, either way the state of
|
196
|
-
// this watcher has been cleared from the client channel. Thus there is no
|
197
|
-
// need to cancel the watch again.
|
198
|
-
self->Unref();
|
199
|
-
}
|
200
|
-
|
201
|
-
void TimeoutComplete() {
|
202
|
-
timer_fired_ = true;
|
203
|
-
// If this is a client channel (not a lame channel), cancel the watch.
|
204
|
-
ClientChannelFilter* client_channel =
|
205
|
-
ClientChannelFilter::GetFromChannel(channel_.get());
|
206
|
-
if (client_channel != nullptr) {
|
207
|
-
client_channel->CancelExternalConnectivityWatcher(&on_complete_);
|
208
|
-
}
|
209
|
-
}
|
210
|
-
|
211
|
-
// Invoked when both strong refs are released.
|
212
|
-
void Orphan() override {
|
213
|
-
WeakRef().release(); // Take a weak ref until completion is finished.
|
214
|
-
grpc_error_handle error =
|
215
|
-
timer_fired_
|
216
|
-
? GRPC_ERROR_CREATE("Timed out waiting for connection state change")
|
217
|
-
: absl::OkStatus();
|
218
|
-
grpc_cq_end_op(cq_, tag_, error, FinishedCompletion, this,
|
219
|
-
&completion_storage_);
|
220
|
-
}
|
221
|
-
|
222
|
-
// Called when the completion is returned to the CQ.
|
223
|
-
static void FinishedCompletion(void* arg, grpc_cq_completion* /*ignored*/) {
|
224
|
-
auto* self = static_cast<StateWatcher*>(arg);
|
225
|
-
self->WeakUnref();
|
226
|
-
}
|
227
|
-
|
228
|
-
RefCountedPtr<Channel> channel_;
|
229
|
-
grpc_completion_queue* cq_;
|
230
|
-
void* tag_;
|
231
|
-
|
232
|
-
grpc_connectivity_state state_;
|
233
|
-
|
234
|
-
grpc_cq_completion completion_storage_;
|
235
|
-
|
236
|
-
grpc_closure on_complete_;
|
237
|
-
|
238
|
-
// timer_handle_ might be accessed in parallel from multiple threads, e.g.
|
239
|
-
// timer callback fired immediately on an EventEngine thread before
|
240
|
-
// RunAfter() returns.
|
241
|
-
Mutex mu_;
|
242
|
-
absl::optional<grpc_event_engine::experimental::EventEngine::TaskHandle>
|
243
|
-
timer_handle_ ABSL_GUARDED_BY(mu_);
|
244
|
-
bool timer_fired_ = false;
|
245
|
-
};
|
246
|
-
|
247
|
-
} // namespace
|
248
|
-
} // namespace grpc_core
|
249
|
-
|
250
|
-
void grpc_channel_watch_connectivity_state(
|
251
|
-
grpc_channel* channel, grpc_connectivity_state last_observed_state,
|
252
|
-
gpr_timespec deadline, grpc_completion_queue* cq, void* tag) {
|
253
|
-
grpc_core::ApplicationCallbackExecCtx callback_exec_ctx;
|
254
|
-
grpc_core::ExecCtx exec_ctx;
|
255
|
-
GRPC_API_TRACE(
|
256
|
-
"grpc_channel_watch_connectivity_state("
|
257
|
-
"channel=%p, last_observed_state=%d, "
|
258
|
-
"deadline=gpr_timespec { tv_sec: %" PRId64
|
259
|
-
", tv_nsec: %d, clock_type: %d }, "
|
260
|
-
"cq=%p, tag=%p)",
|
261
|
-
7,
|
262
|
-
(channel, (int)last_observed_state, deadline.tv_sec, deadline.tv_nsec,
|
263
|
-
(int)deadline.clock_type, cq, tag));
|
264
|
-
new grpc_core::StateWatcher(channel, cq, tag, last_observed_state, deadline);
|
265
|
-
}
|