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
@@ -21,18 +21,18 @@
|
|
21
21
|
extern "C" {
|
22
22
|
#endif
|
23
23
|
|
24
|
-
typedef struct grpc_gcp_Endpoint grpc_gcp_Endpoint;
|
25
|
-
typedef struct grpc_gcp_Identity grpc_gcp_Identity;
|
26
|
-
typedef struct grpc_gcp_Identity_AttributesEntry grpc_gcp_Identity_AttributesEntry;
|
27
|
-
typedef struct grpc_gcp_StartClientHandshakeReq grpc_gcp_StartClientHandshakeReq;
|
28
|
-
typedef struct grpc_gcp_ServerHandshakeParameters grpc_gcp_ServerHandshakeParameters;
|
29
|
-
typedef struct grpc_gcp_StartServerHandshakeReq grpc_gcp_StartServerHandshakeReq;
|
30
|
-
typedef struct grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry;
|
31
|
-
typedef struct grpc_gcp_NextHandshakeMessageReq grpc_gcp_NextHandshakeMessageReq;
|
32
|
-
typedef struct grpc_gcp_HandshakerReq grpc_gcp_HandshakerReq;
|
33
|
-
typedef struct grpc_gcp_HandshakerResult grpc_gcp_HandshakerResult;
|
34
|
-
typedef struct grpc_gcp_HandshakerStatus grpc_gcp_HandshakerStatus;
|
35
|
-
typedef struct grpc_gcp_HandshakerResp grpc_gcp_HandshakerResp;
|
24
|
+
typedef struct grpc_gcp_Endpoint { upb_Message UPB_PRIVATE(base); } grpc_gcp_Endpoint;
|
25
|
+
typedef struct grpc_gcp_Identity { upb_Message UPB_PRIVATE(base); } grpc_gcp_Identity;
|
26
|
+
typedef struct grpc_gcp_Identity_AttributesEntry { upb_Message UPB_PRIVATE(base); } grpc_gcp_Identity_AttributesEntry;
|
27
|
+
typedef struct grpc_gcp_StartClientHandshakeReq { upb_Message UPB_PRIVATE(base); } grpc_gcp_StartClientHandshakeReq;
|
28
|
+
typedef struct grpc_gcp_ServerHandshakeParameters { upb_Message UPB_PRIVATE(base); } grpc_gcp_ServerHandshakeParameters;
|
29
|
+
typedef struct grpc_gcp_StartServerHandshakeReq { upb_Message UPB_PRIVATE(base); } grpc_gcp_StartServerHandshakeReq;
|
30
|
+
typedef struct grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry { upb_Message UPB_PRIVATE(base); } grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry;
|
31
|
+
typedef struct grpc_gcp_NextHandshakeMessageReq { upb_Message UPB_PRIVATE(base); } grpc_gcp_NextHandshakeMessageReq;
|
32
|
+
typedef struct grpc_gcp_HandshakerReq { upb_Message UPB_PRIVATE(base); } grpc_gcp_HandshakerReq;
|
33
|
+
typedef struct grpc_gcp_HandshakerResult { upb_Message UPB_PRIVATE(base); } grpc_gcp_HandshakerResult;
|
34
|
+
typedef struct grpc_gcp_HandshakerStatus { upb_Message UPB_PRIVATE(base); } grpc_gcp_HandshakerStatus;
|
35
|
+
typedef struct grpc_gcp_HandshakerResp { upb_Message UPB_PRIVATE(base); } grpc_gcp_HandshakerResp;
|
36
36
|
struct grpc_gcp_RpcProtocolVersions;
|
37
37
|
|
38
38
|
typedef enum {
|
@@ -57,7 +57,8 @@ UPB_INLINE grpc_gcp_Endpoint* grpc_gcp_Endpoint_new(upb_Arena* arena) {
|
|
57
57
|
UPB_INLINE grpc_gcp_Endpoint* grpc_gcp_Endpoint_parse(const char* buf, size_t size, upb_Arena* arena) {
|
58
58
|
grpc_gcp_Endpoint* ret = grpc_gcp_Endpoint_new(arena);
|
59
59
|
if (!ret) return NULL;
|
60
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__Endpoint_msg_init, NULL, 0, arena) !=
|
60
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__Endpoint_msg_init, NULL, 0, arena) !=
|
61
|
+
kUpb_DecodeStatus_Ok) {
|
61
62
|
return NULL;
|
62
63
|
}
|
63
64
|
return ret;
|
@@ -67,68 +68,71 @@ UPB_INLINE grpc_gcp_Endpoint* grpc_gcp_Endpoint_parse_ex(const char* buf, size_t
|
|
67
68
|
int options, upb_Arena* arena) {
|
68
69
|
grpc_gcp_Endpoint* ret = grpc_gcp_Endpoint_new(arena);
|
69
70
|
if (!ret) return NULL;
|
70
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__Endpoint_msg_init, extreg, options,
|
71
|
-
|
71
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__Endpoint_msg_init, extreg, options,
|
72
|
+
arena) != kUpb_DecodeStatus_Ok) {
|
72
73
|
return NULL;
|
73
74
|
}
|
74
75
|
return ret;
|
75
76
|
}
|
76
77
|
UPB_INLINE char* grpc_gcp_Endpoint_serialize(const grpc_gcp_Endpoint* msg, upb_Arena* arena, size_t* len) {
|
77
78
|
char* ptr;
|
78
|
-
(void)upb_Encode(msg, &grpc__gcp__Endpoint_msg_init, 0, arena, &ptr, len);
|
79
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__Endpoint_msg_init, 0, arena, &ptr, len);
|
79
80
|
return ptr;
|
80
81
|
}
|
81
82
|
UPB_INLINE char* grpc_gcp_Endpoint_serialize_ex(const grpc_gcp_Endpoint* msg, int options,
|
82
83
|
upb_Arena* arena, size_t* len) {
|
83
84
|
char* ptr;
|
84
|
-
(void)upb_Encode(msg, &grpc__gcp__Endpoint_msg_init, options, arena, &ptr, len);
|
85
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__Endpoint_msg_init, options, arena, &ptr, len);
|
85
86
|
return ptr;
|
86
87
|
}
|
87
88
|
UPB_INLINE void grpc_gcp_Endpoint_clear_ip_address(grpc_gcp_Endpoint* msg) {
|
88
|
-
const upb_MiniTableField field = {1,
|
89
|
-
|
89
|
+
const upb_MiniTableField field = {1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
90
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
90
91
|
}
|
91
92
|
UPB_INLINE upb_StringView grpc_gcp_Endpoint_ip_address(const grpc_gcp_Endpoint* msg) {
|
92
93
|
upb_StringView default_val = upb_StringView_FromString("");
|
93
94
|
upb_StringView ret;
|
94
|
-
const upb_MiniTableField field = {1,
|
95
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
95
|
+
const upb_MiniTableField field = {1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
96
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
97
|
+
&default_val, &ret);
|
96
98
|
return ret;
|
97
99
|
}
|
98
100
|
UPB_INLINE void grpc_gcp_Endpoint_clear_port(grpc_gcp_Endpoint* msg) {
|
99
|
-
const upb_MiniTableField field = {2,
|
100
|
-
|
101
|
+
const upb_MiniTableField field = {2, 8, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
102
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
101
103
|
}
|
102
104
|
UPB_INLINE int32_t grpc_gcp_Endpoint_port(const grpc_gcp_Endpoint* msg) {
|
103
105
|
int32_t default_val = (int32_t)0;
|
104
106
|
int32_t ret;
|
105
|
-
const upb_MiniTableField field = {2,
|
106
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
107
|
+
const upb_MiniTableField field = {2, 8, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
108
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
109
|
+
&default_val, &ret);
|
107
110
|
return ret;
|
108
111
|
}
|
109
112
|
UPB_INLINE void grpc_gcp_Endpoint_clear_protocol(grpc_gcp_Endpoint* msg) {
|
110
|
-
const upb_MiniTableField field = {3,
|
111
|
-
|
113
|
+
const upb_MiniTableField field = {3, 12, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
114
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
112
115
|
}
|
113
116
|
UPB_INLINE int32_t grpc_gcp_Endpoint_protocol(const grpc_gcp_Endpoint* msg) {
|
114
117
|
int32_t default_val = 0;
|
115
118
|
int32_t ret;
|
116
|
-
const upb_MiniTableField field = {3,
|
117
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
119
|
+
const upb_MiniTableField field = {3, 12, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
120
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
121
|
+
&default_val, &ret);
|
118
122
|
return ret;
|
119
123
|
}
|
120
124
|
|
121
125
|
UPB_INLINE void grpc_gcp_Endpoint_set_ip_address(grpc_gcp_Endpoint *msg, upb_StringView value) {
|
122
|
-
const upb_MiniTableField field = {1,
|
123
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
126
|
+
const upb_MiniTableField field = {1, 16, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
127
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
124
128
|
}
|
125
129
|
UPB_INLINE void grpc_gcp_Endpoint_set_port(grpc_gcp_Endpoint *msg, int32_t value) {
|
126
|
-
const upb_MiniTableField field = {2,
|
127
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
130
|
+
const upb_MiniTableField field = {2, 8, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
131
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
128
132
|
}
|
129
133
|
UPB_INLINE void grpc_gcp_Endpoint_set_protocol(grpc_gcp_Endpoint *msg, int32_t value) {
|
130
|
-
const upb_MiniTableField field = {3,
|
131
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
134
|
+
const upb_MiniTableField field = {3, 12, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
135
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
132
136
|
}
|
133
137
|
|
134
138
|
/* grpc.gcp.Identity */
|
@@ -139,7 +143,8 @@ UPB_INLINE grpc_gcp_Identity* grpc_gcp_Identity_new(upb_Arena* arena) {
|
|
139
143
|
UPB_INLINE grpc_gcp_Identity* grpc_gcp_Identity_parse(const char* buf, size_t size, upb_Arena* arena) {
|
140
144
|
grpc_gcp_Identity* ret = grpc_gcp_Identity_new(arena);
|
141
145
|
if (!ret) return NULL;
|
142
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__Identity_msg_init, NULL, 0, arena) !=
|
146
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__Identity_msg_init, NULL, 0, arena) !=
|
147
|
+
kUpb_DecodeStatus_Ok) {
|
143
148
|
return NULL;
|
144
149
|
}
|
145
150
|
return ret;
|
@@ -149,21 +154,21 @@ UPB_INLINE grpc_gcp_Identity* grpc_gcp_Identity_parse_ex(const char* buf, size_t
|
|
149
154
|
int options, upb_Arena* arena) {
|
150
155
|
grpc_gcp_Identity* ret = grpc_gcp_Identity_new(arena);
|
151
156
|
if (!ret) return NULL;
|
152
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__Identity_msg_init, extreg, options,
|
153
|
-
|
157
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__Identity_msg_init, extreg, options,
|
158
|
+
arena) != kUpb_DecodeStatus_Ok) {
|
154
159
|
return NULL;
|
155
160
|
}
|
156
161
|
return ret;
|
157
162
|
}
|
158
163
|
UPB_INLINE char* grpc_gcp_Identity_serialize(const grpc_gcp_Identity* msg, upb_Arena* arena, size_t* len) {
|
159
164
|
char* ptr;
|
160
|
-
(void)upb_Encode(msg, &grpc__gcp__Identity_msg_init, 0, arena, &ptr, len);
|
165
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__Identity_msg_init, 0, arena, &ptr, len);
|
161
166
|
return ptr;
|
162
167
|
}
|
163
168
|
UPB_INLINE char* grpc_gcp_Identity_serialize_ex(const grpc_gcp_Identity* msg, int options,
|
164
169
|
upb_Arena* arena, size_t* len) {
|
165
170
|
char* ptr;
|
166
|
-
(void)upb_Encode(msg, &grpc__gcp__Identity_msg_init, options, arena, &ptr, len);
|
171
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__Identity_msg_init, options, arena, &ptr, len);
|
167
172
|
return ptr;
|
168
173
|
}
|
169
174
|
typedef enum {
|
@@ -172,90 +177,102 @@ typedef enum {
|
|
172
177
|
grpc_gcp_Identity_identity_oneof_NOT_SET = 0
|
173
178
|
} grpc_gcp_Identity_identity_oneof_oneofcases;
|
174
179
|
UPB_INLINE grpc_gcp_Identity_identity_oneof_oneofcases grpc_gcp_Identity_identity_oneof_case(const grpc_gcp_Identity* msg) {
|
175
|
-
const upb_MiniTableField field = {1,
|
176
|
-
return (grpc_gcp_Identity_identity_oneof_oneofcases)upb_Message_WhichOneofFieldNumber(
|
180
|
+
const upb_MiniTableField field = {1, 16, -9, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
181
|
+
return (grpc_gcp_Identity_identity_oneof_oneofcases)upb_Message_WhichOneofFieldNumber(
|
182
|
+
UPB_UPCAST(msg), &field);
|
177
183
|
}
|
178
184
|
UPB_INLINE void grpc_gcp_Identity_clear_service_account(grpc_gcp_Identity* msg) {
|
179
|
-
const upb_MiniTableField field = {1,
|
180
|
-
|
185
|
+
const upb_MiniTableField field = {1, 16, -9, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
186
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
181
187
|
}
|
182
188
|
UPB_INLINE upb_StringView grpc_gcp_Identity_service_account(const grpc_gcp_Identity* msg) {
|
183
189
|
upb_StringView default_val = upb_StringView_FromString("");
|
184
190
|
upb_StringView ret;
|
185
|
-
const upb_MiniTableField field = {1,
|
186
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
191
|
+
const upb_MiniTableField field = {1, 16, -9, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
192
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
193
|
+
&default_val, &ret);
|
187
194
|
return ret;
|
188
195
|
}
|
189
196
|
UPB_INLINE bool grpc_gcp_Identity_has_service_account(const grpc_gcp_Identity* msg) {
|
190
|
-
const upb_MiniTableField field = {1,
|
191
|
-
return
|
197
|
+
const upb_MiniTableField field = {1, 16, -9, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
198
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
192
199
|
}
|
193
200
|
UPB_INLINE void grpc_gcp_Identity_clear_hostname(grpc_gcp_Identity* msg) {
|
194
|
-
const upb_MiniTableField field = {2,
|
195
|
-
|
201
|
+
const upb_MiniTableField field = {2, 16, -9, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
202
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
196
203
|
}
|
197
204
|
UPB_INLINE upb_StringView grpc_gcp_Identity_hostname(const grpc_gcp_Identity* msg) {
|
198
205
|
upb_StringView default_val = upb_StringView_FromString("");
|
199
206
|
upb_StringView ret;
|
200
|
-
const upb_MiniTableField field = {2,
|
201
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
207
|
+
const upb_MiniTableField field = {2, 16, -9, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
208
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
209
|
+
&default_val, &ret);
|
202
210
|
return ret;
|
203
211
|
}
|
204
212
|
UPB_INLINE bool grpc_gcp_Identity_has_hostname(const grpc_gcp_Identity* msg) {
|
205
|
-
const upb_MiniTableField field = {2,
|
206
|
-
return
|
213
|
+
const upb_MiniTableField field = {2, 16, -9, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
214
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
207
215
|
}
|
208
216
|
UPB_INLINE void grpc_gcp_Identity_clear_attributes(grpc_gcp_Identity* msg) {
|
209
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
210
|
-
|
217
|
+
const upb_MiniTableField field = {3, UPB_SIZE(12, 32), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
218
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
211
219
|
}
|
212
220
|
UPB_INLINE size_t grpc_gcp_Identity_attributes_size(const grpc_gcp_Identity* msg) {
|
213
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
214
|
-
const upb_Map* map = upb_Message_GetMap(msg, &field);
|
221
|
+
const upb_MiniTableField field = {3, UPB_SIZE(12, 32), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
222
|
+
const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field);
|
215
223
|
return map ? _upb_Map_Size(map) : 0;
|
216
224
|
}
|
217
225
|
UPB_INLINE bool grpc_gcp_Identity_attributes_get(const grpc_gcp_Identity* msg, upb_StringView key, upb_StringView* val) {
|
218
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
219
|
-
const upb_Map* map = upb_Message_GetMap(msg, &field);
|
226
|
+
const upb_MiniTableField field = {3, UPB_SIZE(12, 32), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
227
|
+
const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field);
|
220
228
|
if (!map) return false;
|
221
229
|
return _upb_Map_Get(map, &key, 0, val, 0);
|
222
230
|
}
|
223
231
|
UPB_INLINE const grpc_gcp_Identity_AttributesEntry* grpc_gcp_Identity_attributes_next(const grpc_gcp_Identity* msg, size_t* iter) {
|
224
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
225
|
-
const upb_Map* map = upb_Message_GetMap(msg, &field);
|
232
|
+
const upb_MiniTableField field = {3, UPB_SIZE(12, 32), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
233
|
+
const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field);
|
226
234
|
if (!map) return NULL;
|
227
235
|
return (const grpc_gcp_Identity_AttributesEntry*)_upb_map_next(map, iter);
|
228
236
|
}
|
237
|
+
UPB_INLINE const upb_Map* _grpc_gcp_Identity_attributes_upb_map(grpc_gcp_Identity* msg) {
|
238
|
+
const upb_MiniTableField field = {3, UPB_SIZE(12, 32), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
239
|
+
return upb_Message_GetMap(UPB_UPCAST(msg), &field);
|
240
|
+
}
|
241
|
+
UPB_INLINE upb_Map* _grpc_gcp_Identity_attributes_mutable_upb_map(grpc_gcp_Identity* msg, upb_Arena* a) {
|
242
|
+
const upb_MiniTableField field = {3, UPB_SIZE(12, 32), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
243
|
+
return _upb_Message_GetOrCreateMutableMap(UPB_UPCAST(msg), &field, 0, 0, a);
|
244
|
+
}
|
229
245
|
|
230
246
|
UPB_INLINE void grpc_gcp_Identity_set_service_account(grpc_gcp_Identity *msg, upb_StringView value) {
|
231
|
-
const upb_MiniTableField field = {1,
|
232
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
247
|
+
const upb_MiniTableField field = {1, 16, -9, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
248
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
233
249
|
}
|
234
250
|
UPB_INLINE void grpc_gcp_Identity_set_hostname(grpc_gcp_Identity *msg, upb_StringView value) {
|
235
|
-
const upb_MiniTableField field = {2,
|
236
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
251
|
+
const upb_MiniTableField field = {2, 16, -9, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
252
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
237
253
|
}
|
238
254
|
UPB_INLINE void grpc_gcp_Identity_attributes_clear(grpc_gcp_Identity* msg) {
|
239
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
240
|
-
upb_Map* map = (upb_Map*)upb_Message_GetMap(msg, &field);
|
255
|
+
const upb_MiniTableField field = {3, UPB_SIZE(12, 32), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
256
|
+
upb_Map* map = (upb_Map*)upb_Message_GetMap(UPB_UPCAST(msg), &field);
|
241
257
|
if (!map) return;
|
242
258
|
_upb_Map_Clear(map);
|
243
259
|
}
|
244
260
|
UPB_INLINE bool grpc_gcp_Identity_attributes_set(grpc_gcp_Identity* msg, upb_StringView key, upb_StringView val, upb_Arena* a) {
|
245
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
246
|
-
upb_Map* map = _upb_Message_GetOrCreateMutableMap(msg,
|
261
|
+
const upb_MiniTableField field = {3, UPB_SIZE(12, 32), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
262
|
+
upb_Map* map = _upb_Message_GetOrCreateMutableMap(UPB_UPCAST(msg),
|
263
|
+
&field, 0, 0, a);
|
247
264
|
return _upb_Map_Insert(map, &key, 0, &val, 0, a) !=
|
248
265
|
kUpb_MapInsertStatus_OutOfMemory;
|
249
266
|
}
|
250
267
|
UPB_INLINE bool grpc_gcp_Identity_attributes_delete(grpc_gcp_Identity* msg, upb_StringView key) {
|
251
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
252
|
-
upb_Map* map = (upb_Map*)upb_Message_GetMap(msg, &field);
|
268
|
+
const upb_MiniTableField field = {3, UPB_SIZE(12, 32), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
269
|
+
upb_Map* map = (upb_Map*)upb_Message_GetMap(UPB_UPCAST(msg), &field);
|
253
270
|
if (!map) return false;
|
254
271
|
return _upb_Map_Delete(map, &key, 0, NULL);
|
255
272
|
}
|
256
273
|
UPB_INLINE grpc_gcp_Identity_AttributesEntry* grpc_gcp_Identity_attributes_nextmutable(grpc_gcp_Identity* msg, size_t* iter) {
|
257
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
258
|
-
upb_Map* map = (upb_Map*)upb_Message_GetMap(msg, &field);
|
274
|
+
const upb_MiniTableField field = {3, UPB_SIZE(12, 32), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
275
|
+
upb_Map* map = (upb_Map*)upb_Message_GetMap(UPB_UPCAST(msg), &field);
|
259
276
|
if (!map) return NULL;
|
260
277
|
return (grpc_gcp_Identity_AttributesEntry*)_upb_map_next(map, iter);
|
261
278
|
}
|
@@ -285,7 +302,8 @@ UPB_INLINE grpc_gcp_StartClientHandshakeReq* grpc_gcp_StartClientHandshakeReq_ne
|
|
285
302
|
UPB_INLINE grpc_gcp_StartClientHandshakeReq* grpc_gcp_StartClientHandshakeReq_parse(const char* buf, size_t size, upb_Arena* arena) {
|
286
303
|
grpc_gcp_StartClientHandshakeReq* ret = grpc_gcp_StartClientHandshakeReq_new(arena);
|
287
304
|
if (!ret) return NULL;
|
288
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__StartClientHandshakeReq_msg_init, NULL, 0, arena) !=
|
305
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__StartClientHandshakeReq_msg_init, NULL, 0, arena) !=
|
306
|
+
kUpb_DecodeStatus_Ok) {
|
289
307
|
return NULL;
|
290
308
|
}
|
291
309
|
return ret;
|
@@ -295,309 +313,313 @@ UPB_INLINE grpc_gcp_StartClientHandshakeReq* grpc_gcp_StartClientHandshakeReq_pa
|
|
295
313
|
int options, upb_Arena* arena) {
|
296
314
|
grpc_gcp_StartClientHandshakeReq* ret = grpc_gcp_StartClientHandshakeReq_new(arena);
|
297
315
|
if (!ret) return NULL;
|
298
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__StartClientHandshakeReq_msg_init, extreg, options,
|
299
|
-
|
316
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__StartClientHandshakeReq_msg_init, extreg, options,
|
317
|
+
arena) != kUpb_DecodeStatus_Ok) {
|
300
318
|
return NULL;
|
301
319
|
}
|
302
320
|
return ret;
|
303
321
|
}
|
304
322
|
UPB_INLINE char* grpc_gcp_StartClientHandshakeReq_serialize(const grpc_gcp_StartClientHandshakeReq* msg, upb_Arena* arena, size_t* len) {
|
305
323
|
char* ptr;
|
306
|
-
(void)upb_Encode(msg, &grpc__gcp__StartClientHandshakeReq_msg_init, 0, arena, &ptr, len);
|
324
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__StartClientHandshakeReq_msg_init, 0, arena, &ptr, len);
|
307
325
|
return ptr;
|
308
326
|
}
|
309
327
|
UPB_INLINE char* grpc_gcp_StartClientHandshakeReq_serialize_ex(const grpc_gcp_StartClientHandshakeReq* msg, int options,
|
310
328
|
upb_Arena* arena, size_t* len) {
|
311
329
|
char* ptr;
|
312
|
-
(void)upb_Encode(msg, &grpc__gcp__StartClientHandshakeReq_msg_init, options, arena, &ptr, len);
|
330
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__StartClientHandshakeReq_msg_init, options, arena, &ptr, len);
|
313
331
|
return ptr;
|
314
332
|
}
|
315
333
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_handshake_security_protocol(grpc_gcp_StartClientHandshakeReq* msg) {
|
316
|
-
const upb_MiniTableField field = {1,
|
317
|
-
|
334
|
+
const upb_MiniTableField field = {1, 12, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
335
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
318
336
|
}
|
319
337
|
UPB_INLINE int32_t grpc_gcp_StartClientHandshakeReq_handshake_security_protocol(const grpc_gcp_StartClientHandshakeReq* msg) {
|
320
338
|
int32_t default_val = 0;
|
321
339
|
int32_t ret;
|
322
|
-
const upb_MiniTableField field = {1,
|
323
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
340
|
+
const upb_MiniTableField field = {1, 12, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
341
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
342
|
+
&default_val, &ret);
|
324
343
|
return ret;
|
325
344
|
}
|
326
345
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_application_protocols(grpc_gcp_StartClientHandshakeReq* msg) {
|
327
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
328
|
-
|
346
|
+
const upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
347
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
329
348
|
}
|
330
349
|
UPB_INLINE upb_StringView const* grpc_gcp_StartClientHandshakeReq_application_protocols(const grpc_gcp_StartClientHandshakeReq* msg, size_t* size) {
|
331
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
332
|
-
const upb_Array* arr = upb_Message_GetArray(msg, &field);
|
350
|
+
const upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
351
|
+
const upb_Array* arr = upb_Message_GetArray(UPB_UPCAST(msg), &field);
|
333
352
|
if (arr) {
|
334
|
-
if (size) *size = arr->size;
|
335
|
-
return (upb_StringView const*)
|
353
|
+
if (size) *size = arr->UPB_PRIVATE(size);
|
354
|
+
return (upb_StringView const*)upb_Array_DataPtr(arr);
|
336
355
|
} else {
|
337
356
|
if (size) *size = 0;
|
338
357
|
return NULL;
|
339
358
|
}
|
340
359
|
}
|
341
360
|
UPB_INLINE const upb_Array* _grpc_gcp_StartClientHandshakeReq_application_protocols_upb_array(const grpc_gcp_StartClientHandshakeReq* msg, size_t* size) {
|
342
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
343
|
-
const upb_Array* arr = upb_Message_GetArray(msg, &field);
|
361
|
+
const upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
362
|
+
const upb_Array* arr = upb_Message_GetArray(UPB_UPCAST(msg), &field);
|
344
363
|
if (size) {
|
345
|
-
*size = arr ? arr->size : 0;
|
364
|
+
*size = arr ? arr->UPB_PRIVATE(size) : 0;
|
346
365
|
}
|
347
366
|
return arr;
|
348
367
|
}
|
349
|
-
UPB_INLINE upb_Array* _grpc_gcp_StartClientHandshakeReq_application_protocols_mutable_upb_array(
|
350
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
351
|
-
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
352
|
-
|
368
|
+
UPB_INLINE upb_Array* _grpc_gcp_StartClientHandshakeReq_application_protocols_mutable_upb_array(grpc_gcp_StartClientHandshakeReq* msg, size_t* size, upb_Arena* arena) {
|
369
|
+
const upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
370
|
+
upb_Array* arr = upb_Message_GetOrCreateMutableArray(UPB_UPCAST(msg),
|
371
|
+
&field, arena);
|
353
372
|
if (size) {
|
354
|
-
*size = arr ? arr->size : 0;
|
373
|
+
*size = arr ? arr->UPB_PRIVATE(size) : 0;
|
355
374
|
}
|
356
375
|
return arr;
|
357
376
|
}
|
358
|
-
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_has_application_protocols(const grpc_gcp_StartClientHandshakeReq* msg) {
|
359
|
-
size_t size;
|
360
|
-
grpc_gcp_StartClientHandshakeReq_application_protocols(msg, &size);
|
361
|
-
return size != 0;
|
362
|
-
}
|
363
377
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_record_protocols(grpc_gcp_StartClientHandshakeReq* msg) {
|
364
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
365
|
-
|
378
|
+
const upb_MiniTableField field = {3, UPB_SIZE(20, 32), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
379
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
366
380
|
}
|
367
381
|
UPB_INLINE upb_StringView const* grpc_gcp_StartClientHandshakeReq_record_protocols(const grpc_gcp_StartClientHandshakeReq* msg, size_t* size) {
|
368
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
369
|
-
const upb_Array* arr = upb_Message_GetArray(msg, &field);
|
382
|
+
const upb_MiniTableField field = {3, UPB_SIZE(20, 32), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
383
|
+
const upb_Array* arr = upb_Message_GetArray(UPB_UPCAST(msg), &field);
|
370
384
|
if (arr) {
|
371
|
-
if (size) *size = arr->size;
|
372
|
-
return (upb_StringView const*)
|
385
|
+
if (size) *size = arr->UPB_PRIVATE(size);
|
386
|
+
return (upb_StringView const*)upb_Array_DataPtr(arr);
|
373
387
|
} else {
|
374
388
|
if (size) *size = 0;
|
375
389
|
return NULL;
|
376
390
|
}
|
377
391
|
}
|
378
392
|
UPB_INLINE const upb_Array* _grpc_gcp_StartClientHandshakeReq_record_protocols_upb_array(const grpc_gcp_StartClientHandshakeReq* msg, size_t* size) {
|
379
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
380
|
-
const upb_Array* arr = upb_Message_GetArray(msg, &field);
|
393
|
+
const upb_MiniTableField field = {3, UPB_SIZE(20, 32), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
394
|
+
const upb_Array* arr = upb_Message_GetArray(UPB_UPCAST(msg), &field);
|
381
395
|
if (size) {
|
382
|
-
*size = arr ? arr->size : 0;
|
396
|
+
*size = arr ? arr->UPB_PRIVATE(size) : 0;
|
383
397
|
}
|
384
398
|
return arr;
|
385
399
|
}
|
386
|
-
UPB_INLINE upb_Array* _grpc_gcp_StartClientHandshakeReq_record_protocols_mutable_upb_array(
|
387
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
388
|
-
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
389
|
-
|
400
|
+
UPB_INLINE upb_Array* _grpc_gcp_StartClientHandshakeReq_record_protocols_mutable_upb_array(grpc_gcp_StartClientHandshakeReq* msg, size_t* size, upb_Arena* arena) {
|
401
|
+
const upb_MiniTableField field = {3, UPB_SIZE(20, 32), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
402
|
+
upb_Array* arr = upb_Message_GetOrCreateMutableArray(UPB_UPCAST(msg),
|
403
|
+
&field, arena);
|
390
404
|
if (size) {
|
391
|
-
*size = arr ? arr->size : 0;
|
405
|
+
*size = arr ? arr->UPB_PRIVATE(size) : 0;
|
392
406
|
}
|
393
407
|
return arr;
|
394
408
|
}
|
395
|
-
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_has_record_protocols(const grpc_gcp_StartClientHandshakeReq* msg) {
|
396
|
-
size_t size;
|
397
|
-
grpc_gcp_StartClientHandshakeReq_record_protocols(msg, &size);
|
398
|
-
return size != 0;
|
399
|
-
}
|
400
409
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_target_identities(grpc_gcp_StartClientHandshakeReq* msg) {
|
401
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
402
|
-
|
410
|
+
const upb_MiniTableField field = {4, UPB_SIZE(24, 40), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
411
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
403
412
|
}
|
404
413
|
UPB_INLINE const grpc_gcp_Identity* const* grpc_gcp_StartClientHandshakeReq_target_identities(const grpc_gcp_StartClientHandshakeReq* msg, size_t* size) {
|
405
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
406
|
-
const upb_Array* arr = upb_Message_GetArray(msg, &field);
|
414
|
+
const upb_MiniTableField field = {4, UPB_SIZE(24, 40), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
415
|
+
const upb_Array* arr = upb_Message_GetArray(UPB_UPCAST(msg), &field);
|
407
416
|
if (arr) {
|
408
|
-
if (size) *size = arr->size;
|
409
|
-
return (const grpc_gcp_Identity* const*)
|
417
|
+
if (size) *size = arr->UPB_PRIVATE(size);
|
418
|
+
return (const grpc_gcp_Identity* const*)upb_Array_DataPtr(arr);
|
410
419
|
} else {
|
411
420
|
if (size) *size = 0;
|
412
421
|
return NULL;
|
413
422
|
}
|
414
423
|
}
|
415
424
|
UPB_INLINE const upb_Array* _grpc_gcp_StartClientHandshakeReq_target_identities_upb_array(const grpc_gcp_StartClientHandshakeReq* msg, size_t* size) {
|
416
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
417
|
-
const upb_Array* arr = upb_Message_GetArray(msg, &field);
|
425
|
+
const upb_MiniTableField field = {4, UPB_SIZE(24, 40), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
426
|
+
const upb_Array* arr = upb_Message_GetArray(UPB_UPCAST(msg), &field);
|
418
427
|
if (size) {
|
419
|
-
*size = arr ? arr->size : 0;
|
428
|
+
*size = arr ? arr->UPB_PRIVATE(size) : 0;
|
420
429
|
}
|
421
430
|
return arr;
|
422
431
|
}
|
423
|
-
UPB_INLINE upb_Array* _grpc_gcp_StartClientHandshakeReq_target_identities_mutable_upb_array(
|
424
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
425
|
-
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
426
|
-
|
432
|
+
UPB_INLINE upb_Array* _grpc_gcp_StartClientHandshakeReq_target_identities_mutable_upb_array(grpc_gcp_StartClientHandshakeReq* msg, size_t* size, upb_Arena* arena) {
|
433
|
+
const upb_MiniTableField field = {4, UPB_SIZE(24, 40), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
434
|
+
upb_Array* arr = upb_Message_GetOrCreateMutableArray(UPB_UPCAST(msg),
|
435
|
+
&field, arena);
|
427
436
|
if (size) {
|
428
|
-
*size = arr ? arr->size : 0;
|
437
|
+
*size = arr ? arr->UPB_PRIVATE(size) : 0;
|
429
438
|
}
|
430
439
|
return arr;
|
431
440
|
}
|
432
|
-
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_has_target_identities(const grpc_gcp_StartClientHandshakeReq* msg) {
|
433
|
-
size_t size;
|
434
|
-
grpc_gcp_StartClientHandshakeReq_target_identities(msg, &size);
|
435
|
-
return size != 0;
|
436
|
-
}
|
437
441
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_local_identity(grpc_gcp_StartClientHandshakeReq* msg) {
|
438
|
-
const upb_MiniTableField field = {5, UPB_SIZE(
|
439
|
-
|
442
|
+
const upb_MiniTableField field = {5, UPB_SIZE(28, 48), 64, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
443
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
440
444
|
}
|
441
445
|
UPB_INLINE const grpc_gcp_Identity* grpc_gcp_StartClientHandshakeReq_local_identity(const grpc_gcp_StartClientHandshakeReq* msg) {
|
442
446
|
const grpc_gcp_Identity* default_val = NULL;
|
443
447
|
const grpc_gcp_Identity* ret;
|
444
|
-
const upb_MiniTableField field = {5, UPB_SIZE(
|
445
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
448
|
+
const upb_MiniTableField field = {5, UPB_SIZE(28, 48), 64, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
449
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
450
|
+
&default_val, &ret);
|
446
451
|
return ret;
|
447
452
|
}
|
448
453
|
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_has_local_identity(const grpc_gcp_StartClientHandshakeReq* msg) {
|
449
|
-
const upb_MiniTableField field = {5, UPB_SIZE(
|
450
|
-
return
|
454
|
+
const upb_MiniTableField field = {5, UPB_SIZE(28, 48), 64, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
455
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
451
456
|
}
|
452
457
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_local_endpoint(grpc_gcp_StartClientHandshakeReq* msg) {
|
453
|
-
const upb_MiniTableField field = {6, UPB_SIZE(
|
454
|
-
|
458
|
+
const upb_MiniTableField field = {6, UPB_SIZE(32, 56), 65, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
459
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
455
460
|
}
|
456
461
|
UPB_INLINE const grpc_gcp_Endpoint* grpc_gcp_StartClientHandshakeReq_local_endpoint(const grpc_gcp_StartClientHandshakeReq* msg) {
|
457
462
|
const grpc_gcp_Endpoint* default_val = NULL;
|
458
463
|
const grpc_gcp_Endpoint* ret;
|
459
|
-
const upb_MiniTableField field = {6, UPB_SIZE(
|
460
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
464
|
+
const upb_MiniTableField field = {6, UPB_SIZE(32, 56), 65, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
465
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
466
|
+
&default_val, &ret);
|
461
467
|
return ret;
|
462
468
|
}
|
463
469
|
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_has_local_endpoint(const grpc_gcp_StartClientHandshakeReq* msg) {
|
464
|
-
const upb_MiniTableField field = {6, UPB_SIZE(
|
465
|
-
return
|
470
|
+
const upb_MiniTableField field = {6, UPB_SIZE(32, 56), 65, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
471
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
466
472
|
}
|
467
473
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_remote_endpoint(grpc_gcp_StartClientHandshakeReq* msg) {
|
468
|
-
const upb_MiniTableField field = {7, UPB_SIZE(
|
469
|
-
|
474
|
+
const upb_MiniTableField field = {7, UPB_SIZE(36, 64), 66, 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
475
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
470
476
|
}
|
471
477
|
UPB_INLINE const grpc_gcp_Endpoint* grpc_gcp_StartClientHandshakeReq_remote_endpoint(const grpc_gcp_StartClientHandshakeReq* msg) {
|
472
478
|
const grpc_gcp_Endpoint* default_val = NULL;
|
473
479
|
const grpc_gcp_Endpoint* ret;
|
474
|
-
const upb_MiniTableField field = {7, UPB_SIZE(
|
475
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
480
|
+
const upb_MiniTableField field = {7, UPB_SIZE(36, 64), 66, 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
481
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
482
|
+
&default_val, &ret);
|
476
483
|
return ret;
|
477
484
|
}
|
478
485
|
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_has_remote_endpoint(const grpc_gcp_StartClientHandshakeReq* msg) {
|
479
|
-
const upb_MiniTableField field = {7, UPB_SIZE(
|
480
|
-
return
|
486
|
+
const upb_MiniTableField field = {7, UPB_SIZE(36, 64), 66, 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
487
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
481
488
|
}
|
482
489
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_target_name(grpc_gcp_StartClientHandshakeReq* msg) {
|
483
|
-
const upb_MiniTableField field = {8, UPB_SIZE(
|
484
|
-
|
490
|
+
const upb_MiniTableField field = {8, UPB_SIZE(48, 72), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
491
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
485
492
|
}
|
486
493
|
UPB_INLINE upb_StringView grpc_gcp_StartClientHandshakeReq_target_name(const grpc_gcp_StartClientHandshakeReq* msg) {
|
487
494
|
upb_StringView default_val = upb_StringView_FromString("");
|
488
495
|
upb_StringView ret;
|
489
|
-
const upb_MiniTableField field = {8, UPB_SIZE(
|
490
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
496
|
+
const upb_MiniTableField field = {8, UPB_SIZE(48, 72), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
497
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
498
|
+
&default_val, &ret);
|
491
499
|
return ret;
|
492
500
|
}
|
493
501
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_rpc_versions(grpc_gcp_StartClientHandshakeReq* msg) {
|
494
|
-
const upb_MiniTableField field = {9, UPB_SIZE(
|
495
|
-
|
502
|
+
const upb_MiniTableField field = {9, UPB_SIZE(40, 88), 67, 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
503
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
496
504
|
}
|
497
505
|
UPB_INLINE const struct grpc_gcp_RpcProtocolVersions* grpc_gcp_StartClientHandshakeReq_rpc_versions(const grpc_gcp_StartClientHandshakeReq* msg) {
|
498
506
|
const struct grpc_gcp_RpcProtocolVersions* default_val = NULL;
|
499
507
|
const struct grpc_gcp_RpcProtocolVersions* ret;
|
500
|
-
const upb_MiniTableField field = {9, UPB_SIZE(
|
501
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
508
|
+
const upb_MiniTableField field = {9, UPB_SIZE(40, 88), 67, 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
509
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
510
|
+
&default_val, &ret);
|
502
511
|
return ret;
|
503
512
|
}
|
504
513
|
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_has_rpc_versions(const grpc_gcp_StartClientHandshakeReq* msg) {
|
505
|
-
const upb_MiniTableField field = {9, UPB_SIZE(
|
506
|
-
return
|
514
|
+
const upb_MiniTableField field = {9, UPB_SIZE(40, 88), 67, 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
515
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
507
516
|
}
|
508
517
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_max_frame_size(grpc_gcp_StartClientHandshakeReq* msg) {
|
509
|
-
const upb_MiniTableField field = {10, UPB_SIZE(
|
510
|
-
|
518
|
+
const upb_MiniTableField field = {10, UPB_SIZE(44, 16), 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
519
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
511
520
|
}
|
512
521
|
UPB_INLINE uint32_t grpc_gcp_StartClientHandshakeReq_max_frame_size(const grpc_gcp_StartClientHandshakeReq* msg) {
|
513
522
|
uint32_t default_val = (uint32_t)0u;
|
514
523
|
uint32_t ret;
|
515
|
-
const upb_MiniTableField field = {10, UPB_SIZE(
|
516
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
524
|
+
const upb_MiniTableField field = {10, UPB_SIZE(44, 16), 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
525
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
526
|
+
&default_val, &ret);
|
517
527
|
return ret;
|
518
528
|
}
|
519
529
|
|
520
530
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_handshake_security_protocol(grpc_gcp_StartClientHandshakeReq *msg, int32_t value) {
|
521
|
-
const upb_MiniTableField field = {1,
|
522
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
531
|
+
const upb_MiniTableField field = {1, 12, 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
532
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
523
533
|
}
|
524
534
|
UPB_INLINE upb_StringView* grpc_gcp_StartClientHandshakeReq_mutable_application_protocols(grpc_gcp_StartClientHandshakeReq* msg, size_t* size) {
|
525
|
-
upb_MiniTableField field = {2, UPB_SIZE(
|
526
|
-
upb_Array* arr = upb_Message_GetMutableArray(msg, &field);
|
535
|
+
upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
536
|
+
upb_Array* arr = upb_Message_GetMutableArray(UPB_UPCAST(msg), &field);
|
527
537
|
if (arr) {
|
528
|
-
if (size) *size = arr->size;
|
529
|
-
return (upb_StringView*)
|
538
|
+
if (size) *size = arr->UPB_PRIVATE(size);
|
539
|
+
return (upb_StringView*)upb_Array_MutableDataPtr(arr);
|
530
540
|
} else {
|
531
541
|
if (size) *size = 0;
|
532
542
|
return NULL;
|
533
543
|
}
|
534
544
|
}
|
535
545
|
UPB_INLINE upb_StringView* grpc_gcp_StartClientHandshakeReq_resize_application_protocols(grpc_gcp_StartClientHandshakeReq* msg, size_t size, upb_Arena* arena) {
|
536
|
-
upb_MiniTableField field = {2, UPB_SIZE(
|
537
|
-
return (upb_StringView*)upb_Message_ResizeArrayUninitialized(msg,
|
546
|
+
upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
547
|
+
return (upb_StringView*)upb_Message_ResizeArrayUninitialized(UPB_UPCAST(msg),
|
548
|
+
&field, size, arena);
|
538
549
|
}
|
539
550
|
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_add_application_protocols(grpc_gcp_StartClientHandshakeReq* msg, upb_StringView val, upb_Arena* arena) {
|
540
|
-
upb_MiniTableField field = {2, UPB_SIZE(
|
541
|
-
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
542
|
-
|
551
|
+
upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
552
|
+
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
553
|
+
UPB_UPCAST(msg), &field, arena);
|
554
|
+
if (!arr || !UPB_PRIVATE(_upb_Array_ResizeUninitialized)(
|
555
|
+
arr, arr->UPB_PRIVATE(size) + 1, arena)) {
|
543
556
|
return false;
|
544
557
|
}
|
545
|
-
_upb_Array_Set
|
558
|
+
UPB_PRIVATE(_upb_Array_Set)
|
559
|
+
(arr, arr->UPB_PRIVATE(size) - 1, &val, sizeof(val));
|
546
560
|
return true;
|
547
561
|
}
|
548
562
|
UPB_INLINE upb_StringView* grpc_gcp_StartClientHandshakeReq_mutable_record_protocols(grpc_gcp_StartClientHandshakeReq* msg, size_t* size) {
|
549
|
-
upb_MiniTableField field = {3, UPB_SIZE(
|
550
|
-
upb_Array* arr = upb_Message_GetMutableArray(msg, &field);
|
563
|
+
upb_MiniTableField field = {3, UPB_SIZE(20, 32), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
564
|
+
upb_Array* arr = upb_Message_GetMutableArray(UPB_UPCAST(msg), &field);
|
551
565
|
if (arr) {
|
552
|
-
if (size) *size = arr->size;
|
553
|
-
return (upb_StringView*)
|
566
|
+
if (size) *size = arr->UPB_PRIVATE(size);
|
567
|
+
return (upb_StringView*)upb_Array_MutableDataPtr(arr);
|
554
568
|
} else {
|
555
569
|
if (size) *size = 0;
|
556
570
|
return NULL;
|
557
571
|
}
|
558
572
|
}
|
559
573
|
UPB_INLINE upb_StringView* grpc_gcp_StartClientHandshakeReq_resize_record_protocols(grpc_gcp_StartClientHandshakeReq* msg, size_t size, upb_Arena* arena) {
|
560
|
-
upb_MiniTableField field = {3, UPB_SIZE(
|
561
|
-
return (upb_StringView*)upb_Message_ResizeArrayUninitialized(msg,
|
574
|
+
upb_MiniTableField field = {3, UPB_SIZE(20, 32), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
575
|
+
return (upb_StringView*)upb_Message_ResizeArrayUninitialized(UPB_UPCAST(msg),
|
576
|
+
&field, size, arena);
|
562
577
|
}
|
563
578
|
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_add_record_protocols(grpc_gcp_StartClientHandshakeReq* msg, upb_StringView val, upb_Arena* arena) {
|
564
|
-
upb_MiniTableField field = {3, UPB_SIZE(
|
565
|
-
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
566
|
-
|
579
|
+
upb_MiniTableField field = {3, UPB_SIZE(20, 32), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
580
|
+
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
581
|
+
UPB_UPCAST(msg), &field, arena);
|
582
|
+
if (!arr || !UPB_PRIVATE(_upb_Array_ResizeUninitialized)(
|
583
|
+
arr, arr->UPB_PRIVATE(size) + 1, arena)) {
|
567
584
|
return false;
|
568
585
|
}
|
569
|
-
_upb_Array_Set
|
586
|
+
UPB_PRIVATE(_upb_Array_Set)
|
587
|
+
(arr, arr->UPB_PRIVATE(size) - 1, &val, sizeof(val));
|
570
588
|
return true;
|
571
589
|
}
|
572
590
|
UPB_INLINE grpc_gcp_Identity** grpc_gcp_StartClientHandshakeReq_mutable_target_identities(grpc_gcp_StartClientHandshakeReq* msg, size_t* size) {
|
573
|
-
upb_MiniTableField field = {4, UPB_SIZE(
|
574
|
-
upb_Array* arr = upb_Message_GetMutableArray(msg, &field);
|
591
|
+
upb_MiniTableField field = {4, UPB_SIZE(24, 40), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
592
|
+
upb_Array* arr = upb_Message_GetMutableArray(UPB_UPCAST(msg), &field);
|
575
593
|
if (arr) {
|
576
|
-
if (size) *size = arr->size;
|
577
|
-
return (grpc_gcp_Identity**)
|
594
|
+
if (size) *size = arr->UPB_PRIVATE(size);
|
595
|
+
return (grpc_gcp_Identity**)upb_Array_MutableDataPtr(arr);
|
578
596
|
} else {
|
579
597
|
if (size) *size = 0;
|
580
598
|
return NULL;
|
581
599
|
}
|
582
600
|
}
|
583
601
|
UPB_INLINE grpc_gcp_Identity** grpc_gcp_StartClientHandshakeReq_resize_target_identities(grpc_gcp_StartClientHandshakeReq* msg, size_t size, upb_Arena* arena) {
|
584
|
-
upb_MiniTableField field = {4, UPB_SIZE(
|
585
|
-
return (grpc_gcp_Identity**)upb_Message_ResizeArrayUninitialized(msg,
|
602
|
+
upb_MiniTableField field = {4, UPB_SIZE(24, 40), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
603
|
+
return (grpc_gcp_Identity**)upb_Message_ResizeArrayUninitialized(UPB_UPCAST(msg),
|
604
|
+
&field, size, arena);
|
586
605
|
}
|
587
606
|
UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_StartClientHandshakeReq_add_target_identities(grpc_gcp_StartClientHandshakeReq* msg, upb_Arena* arena) {
|
588
|
-
upb_MiniTableField field = {4, UPB_SIZE(
|
589
|
-
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
590
|
-
|
607
|
+
upb_MiniTableField field = {4, UPB_SIZE(24, 40), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
608
|
+
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
609
|
+
UPB_UPCAST(msg), &field, arena);
|
610
|
+
if (!arr || !UPB_PRIVATE(_upb_Array_ResizeUninitialized)(
|
611
|
+
arr, arr->UPB_PRIVATE(size) + 1, arena)) {
|
591
612
|
return NULL;
|
592
613
|
}
|
593
614
|
struct grpc_gcp_Identity* sub = (struct grpc_gcp_Identity*)_upb_Message_New(&grpc__gcp__Identity_msg_init, arena);
|
594
615
|
if (!arr || !sub) return NULL;
|
595
|
-
_upb_Array_Set
|
616
|
+
UPB_PRIVATE(_upb_Array_Set)
|
617
|
+
(arr, arr->UPB_PRIVATE(size) - 1, &sub, sizeof(sub));
|
596
618
|
return sub;
|
597
619
|
}
|
598
620
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_local_identity(grpc_gcp_StartClientHandshakeReq *msg, grpc_gcp_Identity* value) {
|
599
|
-
const upb_MiniTableField field = {5, UPB_SIZE(
|
600
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
621
|
+
const upb_MiniTableField field = {5, UPB_SIZE(28, 48), 64, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
622
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
601
623
|
}
|
602
624
|
UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_StartClientHandshakeReq_mutable_local_identity(grpc_gcp_StartClientHandshakeReq* msg, upb_Arena* arena) {
|
603
625
|
struct grpc_gcp_Identity* sub = (struct grpc_gcp_Identity*)grpc_gcp_StartClientHandshakeReq_local_identity(msg);
|
@@ -608,8 +630,8 @@ UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_StartClientHandshakeReq_mutable_lo
|
|
608
630
|
return sub;
|
609
631
|
}
|
610
632
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_local_endpoint(grpc_gcp_StartClientHandshakeReq *msg, grpc_gcp_Endpoint* value) {
|
611
|
-
const upb_MiniTableField field = {6, UPB_SIZE(
|
612
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
633
|
+
const upb_MiniTableField field = {6, UPB_SIZE(32, 56), 65, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
634
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
613
635
|
}
|
614
636
|
UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartClientHandshakeReq_mutable_local_endpoint(grpc_gcp_StartClientHandshakeReq* msg, upb_Arena* arena) {
|
615
637
|
struct grpc_gcp_Endpoint* sub = (struct grpc_gcp_Endpoint*)grpc_gcp_StartClientHandshakeReq_local_endpoint(msg);
|
@@ -620,8 +642,8 @@ UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartClientHandshakeReq_mutable_lo
|
|
620
642
|
return sub;
|
621
643
|
}
|
622
644
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_remote_endpoint(grpc_gcp_StartClientHandshakeReq *msg, grpc_gcp_Endpoint* value) {
|
623
|
-
const upb_MiniTableField field = {7, UPB_SIZE(
|
624
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
645
|
+
const upb_MiniTableField field = {7, UPB_SIZE(36, 64), 66, 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
646
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
625
647
|
}
|
626
648
|
UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartClientHandshakeReq_mutable_remote_endpoint(grpc_gcp_StartClientHandshakeReq* msg, upb_Arena* arena) {
|
627
649
|
struct grpc_gcp_Endpoint* sub = (struct grpc_gcp_Endpoint*)grpc_gcp_StartClientHandshakeReq_remote_endpoint(msg);
|
@@ -632,12 +654,12 @@ UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartClientHandshakeReq_mutable_re
|
|
632
654
|
return sub;
|
633
655
|
}
|
634
656
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_target_name(grpc_gcp_StartClientHandshakeReq *msg, upb_StringView value) {
|
635
|
-
const upb_MiniTableField field = {8, UPB_SIZE(
|
636
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
657
|
+
const upb_MiniTableField field = {8, UPB_SIZE(48, 72), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
658
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
637
659
|
}
|
638
660
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_rpc_versions(grpc_gcp_StartClientHandshakeReq *msg, struct grpc_gcp_RpcProtocolVersions* value) {
|
639
|
-
const upb_MiniTableField field = {9, UPB_SIZE(
|
640
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
661
|
+
const upb_MiniTableField field = {9, UPB_SIZE(40, 88), 67, 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
662
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
641
663
|
}
|
642
664
|
UPB_INLINE struct grpc_gcp_RpcProtocolVersions* grpc_gcp_StartClientHandshakeReq_mutable_rpc_versions(grpc_gcp_StartClientHandshakeReq* msg, upb_Arena* arena) {
|
643
665
|
struct grpc_gcp_RpcProtocolVersions* sub = (struct grpc_gcp_RpcProtocolVersions*)grpc_gcp_StartClientHandshakeReq_rpc_versions(msg);
|
@@ -648,8 +670,8 @@ UPB_INLINE struct grpc_gcp_RpcProtocolVersions* grpc_gcp_StartClientHandshakeReq
|
|
648
670
|
return sub;
|
649
671
|
}
|
650
672
|
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_max_frame_size(grpc_gcp_StartClientHandshakeReq *msg, uint32_t value) {
|
651
|
-
const upb_MiniTableField field = {10, UPB_SIZE(
|
652
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
673
|
+
const upb_MiniTableField field = {10, UPB_SIZE(44, 16), 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
674
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
653
675
|
}
|
654
676
|
|
655
677
|
/* grpc.gcp.ServerHandshakeParameters */
|
@@ -660,7 +682,8 @@ UPB_INLINE grpc_gcp_ServerHandshakeParameters* grpc_gcp_ServerHandshakeParameter
|
|
660
682
|
UPB_INLINE grpc_gcp_ServerHandshakeParameters* grpc_gcp_ServerHandshakeParameters_parse(const char* buf, size_t size, upb_Arena* arena) {
|
661
683
|
grpc_gcp_ServerHandshakeParameters* ret = grpc_gcp_ServerHandshakeParameters_new(arena);
|
662
684
|
if (!ret) return NULL;
|
663
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__ServerHandshakeParameters_msg_init, NULL, 0, arena) !=
|
685
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__ServerHandshakeParameters_msg_init, NULL, 0, arena) !=
|
686
|
+
kUpb_DecodeStatus_Ok) {
|
664
687
|
return NULL;
|
665
688
|
}
|
666
689
|
return ret;
|
@@ -670,146 +693,144 @@ UPB_INLINE grpc_gcp_ServerHandshakeParameters* grpc_gcp_ServerHandshakeParameter
|
|
670
693
|
int options, upb_Arena* arena) {
|
671
694
|
grpc_gcp_ServerHandshakeParameters* ret = grpc_gcp_ServerHandshakeParameters_new(arena);
|
672
695
|
if (!ret) return NULL;
|
673
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__ServerHandshakeParameters_msg_init, extreg, options,
|
674
|
-
|
696
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__ServerHandshakeParameters_msg_init, extreg, options,
|
697
|
+
arena) != kUpb_DecodeStatus_Ok) {
|
675
698
|
return NULL;
|
676
699
|
}
|
677
700
|
return ret;
|
678
701
|
}
|
679
702
|
UPB_INLINE char* grpc_gcp_ServerHandshakeParameters_serialize(const grpc_gcp_ServerHandshakeParameters* msg, upb_Arena* arena, size_t* len) {
|
680
703
|
char* ptr;
|
681
|
-
(void)upb_Encode(msg, &grpc__gcp__ServerHandshakeParameters_msg_init, 0, arena, &ptr, len);
|
704
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__ServerHandshakeParameters_msg_init, 0, arena, &ptr, len);
|
682
705
|
return ptr;
|
683
706
|
}
|
684
707
|
UPB_INLINE char* grpc_gcp_ServerHandshakeParameters_serialize_ex(const grpc_gcp_ServerHandshakeParameters* msg, int options,
|
685
708
|
upb_Arena* arena, size_t* len) {
|
686
709
|
char* ptr;
|
687
|
-
(void)upb_Encode(msg, &grpc__gcp__ServerHandshakeParameters_msg_init, options, arena, &ptr, len);
|
710
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__ServerHandshakeParameters_msg_init, options, arena, &ptr, len);
|
688
711
|
return ptr;
|
689
712
|
}
|
690
713
|
UPB_INLINE void grpc_gcp_ServerHandshakeParameters_clear_record_protocols(grpc_gcp_ServerHandshakeParameters* msg) {
|
691
|
-
const upb_MiniTableField field = {1,
|
692
|
-
|
714
|
+
const upb_MiniTableField field = {1, 8, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
715
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
693
716
|
}
|
694
717
|
UPB_INLINE upb_StringView const* grpc_gcp_ServerHandshakeParameters_record_protocols(const grpc_gcp_ServerHandshakeParameters* msg, size_t* size) {
|
695
|
-
const upb_MiniTableField field = {1,
|
696
|
-
const upb_Array* arr = upb_Message_GetArray(msg, &field);
|
718
|
+
const upb_MiniTableField field = {1, 8, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
719
|
+
const upb_Array* arr = upb_Message_GetArray(UPB_UPCAST(msg), &field);
|
697
720
|
if (arr) {
|
698
|
-
if (size) *size = arr->size;
|
699
|
-
return (upb_StringView const*)
|
721
|
+
if (size) *size = arr->UPB_PRIVATE(size);
|
722
|
+
return (upb_StringView const*)upb_Array_DataPtr(arr);
|
700
723
|
} else {
|
701
724
|
if (size) *size = 0;
|
702
725
|
return NULL;
|
703
726
|
}
|
704
727
|
}
|
705
728
|
UPB_INLINE const upb_Array* _grpc_gcp_ServerHandshakeParameters_record_protocols_upb_array(const grpc_gcp_ServerHandshakeParameters* msg, size_t* size) {
|
706
|
-
const upb_MiniTableField field = {1,
|
707
|
-
const upb_Array* arr = upb_Message_GetArray(msg, &field);
|
729
|
+
const upb_MiniTableField field = {1, 8, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
730
|
+
const upb_Array* arr = upb_Message_GetArray(UPB_UPCAST(msg), &field);
|
708
731
|
if (size) {
|
709
|
-
*size = arr ? arr->size : 0;
|
732
|
+
*size = arr ? arr->UPB_PRIVATE(size) : 0;
|
710
733
|
}
|
711
734
|
return arr;
|
712
735
|
}
|
713
|
-
UPB_INLINE upb_Array* _grpc_gcp_ServerHandshakeParameters_record_protocols_mutable_upb_array(
|
714
|
-
const upb_MiniTableField field = {1,
|
715
|
-
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
716
|
-
|
736
|
+
UPB_INLINE upb_Array* _grpc_gcp_ServerHandshakeParameters_record_protocols_mutable_upb_array(grpc_gcp_ServerHandshakeParameters* msg, size_t* size, upb_Arena* arena) {
|
737
|
+
const upb_MiniTableField field = {1, 8, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
738
|
+
upb_Array* arr = upb_Message_GetOrCreateMutableArray(UPB_UPCAST(msg),
|
739
|
+
&field, arena);
|
717
740
|
if (size) {
|
718
|
-
*size = arr ? arr->size : 0;
|
741
|
+
*size = arr ? arr->UPB_PRIVATE(size) : 0;
|
719
742
|
}
|
720
743
|
return arr;
|
721
744
|
}
|
722
|
-
UPB_INLINE bool grpc_gcp_ServerHandshakeParameters_has_record_protocols(const grpc_gcp_ServerHandshakeParameters* msg) {
|
723
|
-
size_t size;
|
724
|
-
grpc_gcp_ServerHandshakeParameters_record_protocols(msg, &size);
|
725
|
-
return size != 0;
|
726
|
-
}
|
727
745
|
UPB_INLINE void grpc_gcp_ServerHandshakeParameters_clear_local_identities(grpc_gcp_ServerHandshakeParameters* msg) {
|
728
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
729
|
-
|
746
|
+
const upb_MiniTableField field = {2, UPB_SIZE(12, 16), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
747
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
730
748
|
}
|
731
749
|
UPB_INLINE const grpc_gcp_Identity* const* grpc_gcp_ServerHandshakeParameters_local_identities(const grpc_gcp_ServerHandshakeParameters* msg, size_t* size) {
|
732
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
733
|
-
const upb_Array* arr = upb_Message_GetArray(msg, &field);
|
750
|
+
const upb_MiniTableField field = {2, UPB_SIZE(12, 16), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
751
|
+
const upb_Array* arr = upb_Message_GetArray(UPB_UPCAST(msg), &field);
|
734
752
|
if (arr) {
|
735
|
-
if (size) *size = arr->size;
|
736
|
-
return (const grpc_gcp_Identity* const*)
|
753
|
+
if (size) *size = arr->UPB_PRIVATE(size);
|
754
|
+
return (const grpc_gcp_Identity* const*)upb_Array_DataPtr(arr);
|
737
755
|
} else {
|
738
756
|
if (size) *size = 0;
|
739
757
|
return NULL;
|
740
758
|
}
|
741
759
|
}
|
742
760
|
UPB_INLINE const upb_Array* _grpc_gcp_ServerHandshakeParameters_local_identities_upb_array(const grpc_gcp_ServerHandshakeParameters* msg, size_t* size) {
|
743
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
744
|
-
const upb_Array* arr = upb_Message_GetArray(msg, &field);
|
761
|
+
const upb_MiniTableField field = {2, UPB_SIZE(12, 16), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
762
|
+
const upb_Array* arr = upb_Message_GetArray(UPB_UPCAST(msg), &field);
|
745
763
|
if (size) {
|
746
|
-
*size = arr ? arr->size : 0;
|
764
|
+
*size = arr ? arr->UPB_PRIVATE(size) : 0;
|
747
765
|
}
|
748
766
|
return arr;
|
749
767
|
}
|
750
|
-
UPB_INLINE upb_Array* _grpc_gcp_ServerHandshakeParameters_local_identities_mutable_upb_array(
|
751
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
752
|
-
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
753
|
-
|
768
|
+
UPB_INLINE upb_Array* _grpc_gcp_ServerHandshakeParameters_local_identities_mutable_upb_array(grpc_gcp_ServerHandshakeParameters* msg, size_t* size, upb_Arena* arena) {
|
769
|
+
const upb_MiniTableField field = {2, UPB_SIZE(12, 16), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
770
|
+
upb_Array* arr = upb_Message_GetOrCreateMutableArray(UPB_UPCAST(msg),
|
771
|
+
&field, arena);
|
754
772
|
if (size) {
|
755
|
-
*size = arr ? arr->size : 0;
|
773
|
+
*size = arr ? arr->UPB_PRIVATE(size) : 0;
|
756
774
|
}
|
757
775
|
return arr;
|
758
776
|
}
|
759
|
-
UPB_INLINE bool grpc_gcp_ServerHandshakeParameters_has_local_identities(const grpc_gcp_ServerHandshakeParameters* msg) {
|
760
|
-
size_t size;
|
761
|
-
grpc_gcp_ServerHandshakeParameters_local_identities(msg, &size);
|
762
|
-
return size != 0;
|
763
|
-
}
|
764
777
|
|
765
778
|
UPB_INLINE upb_StringView* grpc_gcp_ServerHandshakeParameters_mutable_record_protocols(grpc_gcp_ServerHandshakeParameters* msg, size_t* size) {
|
766
|
-
upb_MiniTableField field = {1,
|
767
|
-
upb_Array* arr = upb_Message_GetMutableArray(msg, &field);
|
779
|
+
upb_MiniTableField field = {1, 8, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
780
|
+
upb_Array* arr = upb_Message_GetMutableArray(UPB_UPCAST(msg), &field);
|
768
781
|
if (arr) {
|
769
|
-
if (size) *size = arr->size;
|
770
|
-
return (upb_StringView*)
|
782
|
+
if (size) *size = arr->UPB_PRIVATE(size);
|
783
|
+
return (upb_StringView*)upb_Array_MutableDataPtr(arr);
|
771
784
|
} else {
|
772
785
|
if (size) *size = 0;
|
773
786
|
return NULL;
|
774
787
|
}
|
775
788
|
}
|
776
789
|
UPB_INLINE upb_StringView* grpc_gcp_ServerHandshakeParameters_resize_record_protocols(grpc_gcp_ServerHandshakeParameters* msg, size_t size, upb_Arena* arena) {
|
777
|
-
upb_MiniTableField field = {1,
|
778
|
-
return (upb_StringView*)upb_Message_ResizeArrayUninitialized(msg,
|
790
|
+
upb_MiniTableField field = {1, 8, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
791
|
+
return (upb_StringView*)upb_Message_ResizeArrayUninitialized(UPB_UPCAST(msg),
|
792
|
+
&field, size, arena);
|
779
793
|
}
|
780
794
|
UPB_INLINE bool grpc_gcp_ServerHandshakeParameters_add_record_protocols(grpc_gcp_ServerHandshakeParameters* msg, upb_StringView val, upb_Arena* arena) {
|
781
|
-
upb_MiniTableField field = {1,
|
782
|
-
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
783
|
-
|
795
|
+
upb_MiniTableField field = {1, 8, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
796
|
+
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
797
|
+
UPB_UPCAST(msg), &field, arena);
|
798
|
+
if (!arr || !UPB_PRIVATE(_upb_Array_ResizeUninitialized)(
|
799
|
+
arr, arr->UPB_PRIVATE(size) + 1, arena)) {
|
784
800
|
return false;
|
785
801
|
}
|
786
|
-
_upb_Array_Set
|
802
|
+
UPB_PRIVATE(_upb_Array_Set)
|
803
|
+
(arr, arr->UPB_PRIVATE(size) - 1, &val, sizeof(val));
|
787
804
|
return true;
|
788
805
|
}
|
789
806
|
UPB_INLINE grpc_gcp_Identity** grpc_gcp_ServerHandshakeParameters_mutable_local_identities(grpc_gcp_ServerHandshakeParameters* msg, size_t* size) {
|
790
|
-
upb_MiniTableField field = {2, UPB_SIZE(
|
791
|
-
upb_Array* arr = upb_Message_GetMutableArray(msg, &field);
|
807
|
+
upb_MiniTableField field = {2, UPB_SIZE(12, 16), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
808
|
+
upb_Array* arr = upb_Message_GetMutableArray(UPB_UPCAST(msg), &field);
|
792
809
|
if (arr) {
|
793
|
-
if (size) *size = arr->size;
|
794
|
-
return (grpc_gcp_Identity**)
|
810
|
+
if (size) *size = arr->UPB_PRIVATE(size);
|
811
|
+
return (grpc_gcp_Identity**)upb_Array_MutableDataPtr(arr);
|
795
812
|
} else {
|
796
813
|
if (size) *size = 0;
|
797
814
|
return NULL;
|
798
815
|
}
|
799
816
|
}
|
800
817
|
UPB_INLINE grpc_gcp_Identity** grpc_gcp_ServerHandshakeParameters_resize_local_identities(grpc_gcp_ServerHandshakeParameters* msg, size_t size, upb_Arena* arena) {
|
801
|
-
upb_MiniTableField field = {2, UPB_SIZE(
|
802
|
-
return (grpc_gcp_Identity**)upb_Message_ResizeArrayUninitialized(msg,
|
818
|
+
upb_MiniTableField field = {2, UPB_SIZE(12, 16), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
819
|
+
return (grpc_gcp_Identity**)upb_Message_ResizeArrayUninitialized(UPB_UPCAST(msg),
|
820
|
+
&field, size, arena);
|
803
821
|
}
|
804
822
|
UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_ServerHandshakeParameters_add_local_identities(grpc_gcp_ServerHandshakeParameters* msg, upb_Arena* arena) {
|
805
|
-
upb_MiniTableField field = {2, UPB_SIZE(
|
806
|
-
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
807
|
-
|
823
|
+
upb_MiniTableField field = {2, UPB_SIZE(12, 16), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
824
|
+
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
825
|
+
UPB_UPCAST(msg), &field, arena);
|
826
|
+
if (!arr || !UPB_PRIVATE(_upb_Array_ResizeUninitialized)(
|
827
|
+
arr, arr->UPB_PRIVATE(size) + 1, arena)) {
|
808
828
|
return NULL;
|
809
829
|
}
|
810
830
|
struct grpc_gcp_Identity* sub = (struct grpc_gcp_Identity*)_upb_Message_New(&grpc__gcp__Identity_msg_init, arena);
|
811
831
|
if (!arr || !sub) return NULL;
|
812
|
-
_upb_Array_Set
|
832
|
+
UPB_PRIVATE(_upb_Array_Set)
|
833
|
+
(arr, arr->UPB_PRIVATE(size) - 1, &sub, sizeof(sub));
|
813
834
|
return sub;
|
814
835
|
}
|
815
836
|
|
@@ -821,7 +842,8 @@ UPB_INLINE grpc_gcp_StartServerHandshakeReq* grpc_gcp_StartServerHandshakeReq_ne
|
|
821
842
|
UPB_INLINE grpc_gcp_StartServerHandshakeReq* grpc_gcp_StartServerHandshakeReq_parse(const char* buf, size_t size, upb_Arena* arena) {
|
822
843
|
grpc_gcp_StartServerHandshakeReq* ret = grpc_gcp_StartServerHandshakeReq_new(arena);
|
823
844
|
if (!ret) return NULL;
|
824
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__StartServerHandshakeReq_msg_init, NULL, 0, arena) !=
|
845
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__StartServerHandshakeReq_msg_init, NULL, 0, arena) !=
|
846
|
+
kUpb_DecodeStatus_Ok) {
|
825
847
|
return NULL;
|
826
848
|
}
|
827
849
|
return ret;
|
@@ -831,204 +853,217 @@ UPB_INLINE grpc_gcp_StartServerHandshakeReq* grpc_gcp_StartServerHandshakeReq_pa
|
|
831
853
|
int options, upb_Arena* arena) {
|
832
854
|
grpc_gcp_StartServerHandshakeReq* ret = grpc_gcp_StartServerHandshakeReq_new(arena);
|
833
855
|
if (!ret) return NULL;
|
834
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__StartServerHandshakeReq_msg_init, extreg, options,
|
835
|
-
|
856
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__StartServerHandshakeReq_msg_init, extreg, options,
|
857
|
+
arena) != kUpb_DecodeStatus_Ok) {
|
836
858
|
return NULL;
|
837
859
|
}
|
838
860
|
return ret;
|
839
861
|
}
|
840
862
|
UPB_INLINE char* grpc_gcp_StartServerHandshakeReq_serialize(const grpc_gcp_StartServerHandshakeReq* msg, upb_Arena* arena, size_t* len) {
|
841
863
|
char* ptr;
|
842
|
-
(void)upb_Encode(msg, &grpc__gcp__StartServerHandshakeReq_msg_init, 0, arena, &ptr, len);
|
864
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__StartServerHandshakeReq_msg_init, 0, arena, &ptr, len);
|
843
865
|
return ptr;
|
844
866
|
}
|
845
867
|
UPB_INLINE char* grpc_gcp_StartServerHandshakeReq_serialize_ex(const grpc_gcp_StartServerHandshakeReq* msg, int options,
|
846
868
|
upb_Arena* arena, size_t* len) {
|
847
869
|
char* ptr;
|
848
|
-
(void)upb_Encode(msg, &grpc__gcp__StartServerHandshakeReq_msg_init, options, arena, &ptr, len);
|
870
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__StartServerHandshakeReq_msg_init, options, arena, &ptr, len);
|
849
871
|
return ptr;
|
850
872
|
}
|
851
873
|
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_clear_application_protocols(grpc_gcp_StartServerHandshakeReq* msg) {
|
852
|
-
const upb_MiniTableField field = {1, UPB_SIZE(
|
853
|
-
|
874
|
+
const upb_MiniTableField field = {1, UPB_SIZE(12, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
875
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
854
876
|
}
|
855
877
|
UPB_INLINE upb_StringView const* grpc_gcp_StartServerHandshakeReq_application_protocols(const grpc_gcp_StartServerHandshakeReq* msg, size_t* size) {
|
856
|
-
const upb_MiniTableField field = {1, UPB_SIZE(
|
857
|
-
const upb_Array* arr = upb_Message_GetArray(msg, &field);
|
878
|
+
const upb_MiniTableField field = {1, UPB_SIZE(12, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
879
|
+
const upb_Array* arr = upb_Message_GetArray(UPB_UPCAST(msg), &field);
|
858
880
|
if (arr) {
|
859
|
-
if (size) *size = arr->size;
|
860
|
-
return (upb_StringView const*)
|
881
|
+
if (size) *size = arr->UPB_PRIVATE(size);
|
882
|
+
return (upb_StringView const*)upb_Array_DataPtr(arr);
|
861
883
|
} else {
|
862
884
|
if (size) *size = 0;
|
863
885
|
return NULL;
|
864
886
|
}
|
865
887
|
}
|
866
888
|
UPB_INLINE const upb_Array* _grpc_gcp_StartServerHandshakeReq_application_protocols_upb_array(const grpc_gcp_StartServerHandshakeReq* msg, size_t* size) {
|
867
|
-
const upb_MiniTableField field = {1, UPB_SIZE(
|
868
|
-
const upb_Array* arr = upb_Message_GetArray(msg, &field);
|
889
|
+
const upb_MiniTableField field = {1, UPB_SIZE(12, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
890
|
+
const upb_Array* arr = upb_Message_GetArray(UPB_UPCAST(msg), &field);
|
869
891
|
if (size) {
|
870
|
-
*size = arr ? arr->size : 0;
|
892
|
+
*size = arr ? arr->UPB_PRIVATE(size) : 0;
|
871
893
|
}
|
872
894
|
return arr;
|
873
895
|
}
|
874
|
-
UPB_INLINE upb_Array* _grpc_gcp_StartServerHandshakeReq_application_protocols_mutable_upb_array(
|
875
|
-
const upb_MiniTableField field = {1, UPB_SIZE(
|
876
|
-
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
877
|
-
|
896
|
+
UPB_INLINE upb_Array* _grpc_gcp_StartServerHandshakeReq_application_protocols_mutable_upb_array(grpc_gcp_StartServerHandshakeReq* msg, size_t* size, upb_Arena* arena) {
|
897
|
+
const upb_MiniTableField field = {1, UPB_SIZE(12, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
898
|
+
upb_Array* arr = upb_Message_GetOrCreateMutableArray(UPB_UPCAST(msg),
|
899
|
+
&field, arena);
|
878
900
|
if (size) {
|
879
|
-
*size = arr ? arr->size : 0;
|
901
|
+
*size = arr ? arr->UPB_PRIVATE(size) : 0;
|
880
902
|
}
|
881
903
|
return arr;
|
882
904
|
}
|
883
|
-
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_has_application_protocols(const grpc_gcp_StartServerHandshakeReq* msg) {
|
884
|
-
size_t size;
|
885
|
-
grpc_gcp_StartServerHandshakeReq_application_protocols(msg, &size);
|
886
|
-
return size != 0;
|
887
|
-
}
|
888
905
|
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_clear_handshake_parameters(grpc_gcp_StartServerHandshakeReq* msg) {
|
889
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
890
|
-
|
906
|
+
const upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
907
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
891
908
|
}
|
892
909
|
UPB_INLINE size_t grpc_gcp_StartServerHandshakeReq_handshake_parameters_size(const grpc_gcp_StartServerHandshakeReq* msg) {
|
893
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
894
|
-
const upb_Map* map = upb_Message_GetMap(msg, &field);
|
910
|
+
const upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
911
|
+
const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field);
|
895
912
|
return map ? _upb_Map_Size(map) : 0;
|
896
913
|
}
|
897
914
|
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_handshake_parameters_get(const grpc_gcp_StartServerHandshakeReq* msg, int32_t key, grpc_gcp_ServerHandshakeParameters** val) {
|
898
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
899
|
-
const upb_Map* map = upb_Message_GetMap(msg, &field);
|
915
|
+
const upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
916
|
+
const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field);
|
900
917
|
if (!map) return false;
|
901
918
|
return _upb_Map_Get(map, &key, sizeof(key), val, sizeof(*val));
|
902
919
|
}
|
903
920
|
UPB_INLINE const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry* grpc_gcp_StartServerHandshakeReq_handshake_parameters_next(const grpc_gcp_StartServerHandshakeReq* msg, size_t* iter) {
|
904
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
905
|
-
const upb_Map* map = upb_Message_GetMap(msg, &field);
|
921
|
+
const upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
922
|
+
const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field);
|
906
923
|
if (!map) return NULL;
|
907
924
|
return (const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry*)_upb_map_next(map, iter);
|
908
925
|
}
|
926
|
+
UPB_INLINE const upb_Map* _grpc_gcp_StartServerHandshakeReq_handshake_parameters_upb_map(grpc_gcp_StartServerHandshakeReq* msg) {
|
927
|
+
const upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
928
|
+
return upb_Message_GetMap(UPB_UPCAST(msg), &field);
|
929
|
+
}
|
930
|
+
UPB_INLINE upb_Map* _grpc_gcp_StartServerHandshakeReq_handshake_parameters_mutable_upb_map(grpc_gcp_StartServerHandshakeReq* msg, upb_Arena* a) {
|
931
|
+
const upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
932
|
+
return _upb_Message_GetOrCreateMutableMap(UPB_UPCAST(msg), &field, sizeof(int32_t), sizeof(grpc_gcp_ServerHandshakeParameters*), a);
|
933
|
+
}
|
909
934
|
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_clear_in_bytes(grpc_gcp_StartServerHandshakeReq* msg) {
|
910
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
911
|
-
|
935
|
+
const upb_MiniTableField field = {3, UPB_SIZE(36, 32), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
936
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
912
937
|
}
|
913
938
|
UPB_INLINE upb_StringView grpc_gcp_StartServerHandshakeReq_in_bytes(const grpc_gcp_StartServerHandshakeReq* msg) {
|
914
939
|
upb_StringView default_val = upb_StringView_FromString("");
|
915
940
|
upb_StringView ret;
|
916
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
917
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
941
|
+
const upb_MiniTableField field = {3, UPB_SIZE(36, 32), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
942
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
943
|
+
&default_val, &ret);
|
918
944
|
return ret;
|
919
945
|
}
|
920
946
|
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_clear_local_endpoint(grpc_gcp_StartServerHandshakeReq* msg) {
|
921
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
922
|
-
|
947
|
+
const upb_MiniTableField field = {4, UPB_SIZE(20, 48), 64, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
948
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
923
949
|
}
|
924
950
|
UPB_INLINE const grpc_gcp_Endpoint* grpc_gcp_StartServerHandshakeReq_local_endpoint(const grpc_gcp_StartServerHandshakeReq* msg) {
|
925
951
|
const grpc_gcp_Endpoint* default_val = NULL;
|
926
952
|
const grpc_gcp_Endpoint* ret;
|
927
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
928
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
953
|
+
const upb_MiniTableField field = {4, UPB_SIZE(20, 48), 64, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
954
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
955
|
+
&default_val, &ret);
|
929
956
|
return ret;
|
930
957
|
}
|
931
958
|
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_has_local_endpoint(const grpc_gcp_StartServerHandshakeReq* msg) {
|
932
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
933
|
-
return
|
959
|
+
const upb_MiniTableField field = {4, UPB_SIZE(20, 48), 64, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
960
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
934
961
|
}
|
935
962
|
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_clear_remote_endpoint(grpc_gcp_StartServerHandshakeReq* msg) {
|
936
|
-
const upb_MiniTableField field = {5, UPB_SIZE(
|
937
|
-
|
963
|
+
const upb_MiniTableField field = {5, UPB_SIZE(24, 56), 65, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
964
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
938
965
|
}
|
939
966
|
UPB_INLINE const grpc_gcp_Endpoint* grpc_gcp_StartServerHandshakeReq_remote_endpoint(const grpc_gcp_StartServerHandshakeReq* msg) {
|
940
967
|
const grpc_gcp_Endpoint* default_val = NULL;
|
941
968
|
const grpc_gcp_Endpoint* ret;
|
942
|
-
const upb_MiniTableField field = {5, UPB_SIZE(
|
943
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
969
|
+
const upb_MiniTableField field = {5, UPB_SIZE(24, 56), 65, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
970
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
971
|
+
&default_val, &ret);
|
944
972
|
return ret;
|
945
973
|
}
|
946
974
|
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_has_remote_endpoint(const grpc_gcp_StartServerHandshakeReq* msg) {
|
947
|
-
const upb_MiniTableField field = {5, UPB_SIZE(
|
948
|
-
return
|
975
|
+
const upb_MiniTableField field = {5, UPB_SIZE(24, 56), 65, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
976
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
949
977
|
}
|
950
978
|
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_clear_rpc_versions(grpc_gcp_StartServerHandshakeReq* msg) {
|
951
|
-
const upb_MiniTableField field = {6, UPB_SIZE(
|
952
|
-
|
979
|
+
const upb_MiniTableField field = {6, UPB_SIZE(28, 64), 66, 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
980
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
953
981
|
}
|
954
982
|
UPB_INLINE const struct grpc_gcp_RpcProtocolVersions* grpc_gcp_StartServerHandshakeReq_rpc_versions(const grpc_gcp_StartServerHandshakeReq* msg) {
|
955
983
|
const struct grpc_gcp_RpcProtocolVersions* default_val = NULL;
|
956
984
|
const struct grpc_gcp_RpcProtocolVersions* ret;
|
957
|
-
const upb_MiniTableField field = {6, UPB_SIZE(
|
958
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
985
|
+
const upb_MiniTableField field = {6, UPB_SIZE(28, 64), 66, 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
986
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
987
|
+
&default_val, &ret);
|
959
988
|
return ret;
|
960
989
|
}
|
961
990
|
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_has_rpc_versions(const grpc_gcp_StartServerHandshakeReq* msg) {
|
962
|
-
const upb_MiniTableField field = {6, UPB_SIZE(
|
963
|
-
return
|
991
|
+
const upb_MiniTableField field = {6, UPB_SIZE(28, 64), 66, 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
992
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
964
993
|
}
|
965
994
|
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_clear_max_frame_size(grpc_gcp_StartServerHandshakeReq* msg) {
|
966
|
-
const upb_MiniTableField field = {7, UPB_SIZE(
|
967
|
-
|
995
|
+
const upb_MiniTableField field = {7, UPB_SIZE(32, 12), 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
996
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
968
997
|
}
|
969
998
|
UPB_INLINE uint32_t grpc_gcp_StartServerHandshakeReq_max_frame_size(const grpc_gcp_StartServerHandshakeReq* msg) {
|
970
999
|
uint32_t default_val = (uint32_t)0u;
|
971
1000
|
uint32_t ret;
|
972
|
-
const upb_MiniTableField field = {7, UPB_SIZE(
|
973
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1001
|
+
const upb_MiniTableField field = {7, UPB_SIZE(32, 12), 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
1002
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1003
|
+
&default_val, &ret);
|
974
1004
|
return ret;
|
975
1005
|
}
|
976
1006
|
|
977
1007
|
UPB_INLINE upb_StringView* grpc_gcp_StartServerHandshakeReq_mutable_application_protocols(grpc_gcp_StartServerHandshakeReq* msg, size_t* size) {
|
978
|
-
upb_MiniTableField field = {1, UPB_SIZE(
|
979
|
-
upb_Array* arr = upb_Message_GetMutableArray(msg, &field);
|
1008
|
+
upb_MiniTableField field = {1, UPB_SIZE(12, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1009
|
+
upb_Array* arr = upb_Message_GetMutableArray(UPB_UPCAST(msg), &field);
|
980
1010
|
if (arr) {
|
981
|
-
if (size) *size = arr->size;
|
982
|
-
return (upb_StringView*)
|
1011
|
+
if (size) *size = arr->UPB_PRIVATE(size);
|
1012
|
+
return (upb_StringView*)upb_Array_MutableDataPtr(arr);
|
983
1013
|
} else {
|
984
1014
|
if (size) *size = 0;
|
985
1015
|
return NULL;
|
986
1016
|
}
|
987
1017
|
}
|
988
1018
|
UPB_INLINE upb_StringView* grpc_gcp_StartServerHandshakeReq_resize_application_protocols(grpc_gcp_StartServerHandshakeReq* msg, size_t size, upb_Arena* arena) {
|
989
|
-
upb_MiniTableField field = {1, UPB_SIZE(
|
990
|
-
return (upb_StringView*)upb_Message_ResizeArrayUninitialized(msg,
|
1019
|
+
upb_MiniTableField field = {1, UPB_SIZE(12, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1020
|
+
return (upb_StringView*)upb_Message_ResizeArrayUninitialized(UPB_UPCAST(msg),
|
1021
|
+
&field, size, arena);
|
991
1022
|
}
|
992
1023
|
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_add_application_protocols(grpc_gcp_StartServerHandshakeReq* msg, upb_StringView val, upb_Arena* arena) {
|
993
|
-
upb_MiniTableField field = {1, UPB_SIZE(
|
994
|
-
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
995
|
-
|
1024
|
+
upb_MiniTableField field = {1, UPB_SIZE(12, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1025
|
+
upb_Array* arr = upb_Message_GetOrCreateMutableArray(
|
1026
|
+
UPB_UPCAST(msg), &field, arena);
|
1027
|
+
if (!arr || !UPB_PRIVATE(_upb_Array_ResizeUninitialized)(
|
1028
|
+
arr, arr->UPB_PRIVATE(size) + 1, arena)) {
|
996
1029
|
return false;
|
997
1030
|
}
|
998
|
-
_upb_Array_Set
|
1031
|
+
UPB_PRIVATE(_upb_Array_Set)
|
1032
|
+
(arr, arr->UPB_PRIVATE(size) - 1, &val, sizeof(val));
|
999
1033
|
return true;
|
1000
1034
|
}
|
1001
1035
|
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_handshake_parameters_clear(grpc_gcp_StartServerHandshakeReq* msg) {
|
1002
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
1003
|
-
upb_Map* map = (upb_Map*)upb_Message_GetMap(msg, &field);
|
1036
|
+
const upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1037
|
+
upb_Map* map = (upb_Map*)upb_Message_GetMap(UPB_UPCAST(msg), &field);
|
1004
1038
|
if (!map) return;
|
1005
1039
|
_upb_Map_Clear(map);
|
1006
1040
|
}
|
1007
1041
|
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_handshake_parameters_set(grpc_gcp_StartServerHandshakeReq* msg, int32_t key, grpc_gcp_ServerHandshakeParameters* val, upb_Arena* a) {
|
1008
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
1009
|
-
upb_Map* map = _upb_Message_GetOrCreateMutableMap(msg
|
1042
|
+
const upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1043
|
+
upb_Map* map = _upb_Message_GetOrCreateMutableMap(UPB_UPCAST(msg),
|
1044
|
+
&field, sizeof(key), sizeof(val), a);
|
1010
1045
|
return _upb_Map_Insert(map, &key, sizeof(key), &val, sizeof(val), a) !=
|
1011
1046
|
kUpb_MapInsertStatus_OutOfMemory;
|
1012
1047
|
}
|
1013
1048
|
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_handshake_parameters_delete(grpc_gcp_StartServerHandshakeReq* msg, int32_t key) {
|
1014
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
1015
|
-
upb_Map* map = (upb_Map*)upb_Message_GetMap(msg, &field);
|
1049
|
+
const upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1050
|
+
upb_Map* map = (upb_Map*)upb_Message_GetMap(UPB_UPCAST(msg), &field);
|
1016
1051
|
if (!map) return false;
|
1017
1052
|
return _upb_Map_Delete(map, &key, sizeof(key), NULL);
|
1018
1053
|
}
|
1019
1054
|
UPB_INLINE grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry* grpc_gcp_StartServerHandshakeReq_handshake_parameters_nextmutable(grpc_gcp_StartServerHandshakeReq* msg, size_t* iter) {
|
1020
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
1021
|
-
upb_Map* map = (upb_Map*)upb_Message_GetMap(msg, &field);
|
1055
|
+
const upb_MiniTableField field = {2, UPB_SIZE(16, 24), 0, 0, 11, (int)kUpb_FieldMode_Map | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1056
|
+
upb_Map* map = (upb_Map*)upb_Message_GetMap(UPB_UPCAST(msg), &field);
|
1022
1057
|
if (!map) return NULL;
|
1023
1058
|
return (grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry*)_upb_map_next(map, iter);
|
1024
1059
|
}
|
1025
1060
|
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_in_bytes(grpc_gcp_StartServerHandshakeReq *msg, upb_StringView value) {
|
1026
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
1027
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1061
|
+
const upb_MiniTableField field = {3, UPB_SIZE(36, 32), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1062
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1028
1063
|
}
|
1029
1064
|
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_local_endpoint(grpc_gcp_StartServerHandshakeReq *msg, grpc_gcp_Endpoint* value) {
|
1030
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
1031
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1065
|
+
const upb_MiniTableField field = {4, UPB_SIZE(20, 48), 64, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1066
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1032
1067
|
}
|
1033
1068
|
UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartServerHandshakeReq_mutable_local_endpoint(grpc_gcp_StartServerHandshakeReq* msg, upb_Arena* arena) {
|
1034
1069
|
struct grpc_gcp_Endpoint* sub = (struct grpc_gcp_Endpoint*)grpc_gcp_StartServerHandshakeReq_local_endpoint(msg);
|
@@ -1039,8 +1074,8 @@ UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartServerHandshakeReq_mutable_lo
|
|
1039
1074
|
return sub;
|
1040
1075
|
}
|
1041
1076
|
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_remote_endpoint(grpc_gcp_StartServerHandshakeReq *msg, grpc_gcp_Endpoint* value) {
|
1042
|
-
const upb_MiniTableField field = {5, UPB_SIZE(
|
1043
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1077
|
+
const upb_MiniTableField field = {5, UPB_SIZE(24, 56), 65, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1078
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1044
1079
|
}
|
1045
1080
|
UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartServerHandshakeReq_mutable_remote_endpoint(grpc_gcp_StartServerHandshakeReq* msg, upb_Arena* arena) {
|
1046
1081
|
struct grpc_gcp_Endpoint* sub = (struct grpc_gcp_Endpoint*)grpc_gcp_StartServerHandshakeReq_remote_endpoint(msg);
|
@@ -1051,8 +1086,8 @@ UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartServerHandshakeReq_mutable_re
|
|
1051
1086
|
return sub;
|
1052
1087
|
}
|
1053
1088
|
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_rpc_versions(grpc_gcp_StartServerHandshakeReq *msg, struct grpc_gcp_RpcProtocolVersions* value) {
|
1054
|
-
const upb_MiniTableField field = {6, UPB_SIZE(
|
1055
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1089
|
+
const upb_MiniTableField field = {6, UPB_SIZE(28, 64), 66, 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1090
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1056
1091
|
}
|
1057
1092
|
UPB_INLINE struct grpc_gcp_RpcProtocolVersions* grpc_gcp_StartServerHandshakeReq_mutable_rpc_versions(grpc_gcp_StartServerHandshakeReq* msg, upb_Arena* arena) {
|
1058
1093
|
struct grpc_gcp_RpcProtocolVersions* sub = (struct grpc_gcp_RpcProtocolVersions*)grpc_gcp_StartServerHandshakeReq_rpc_versions(msg);
|
@@ -1063,8 +1098,8 @@ UPB_INLINE struct grpc_gcp_RpcProtocolVersions* grpc_gcp_StartServerHandshakeReq
|
|
1063
1098
|
return sub;
|
1064
1099
|
}
|
1065
1100
|
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_max_frame_size(grpc_gcp_StartServerHandshakeReq *msg, uint32_t value) {
|
1066
|
-
const upb_MiniTableField field = {7, UPB_SIZE(
|
1067
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1101
|
+
const upb_MiniTableField field = {7, UPB_SIZE(32, 12), 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
1102
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1068
1103
|
}
|
1069
1104
|
|
1070
1105
|
/* grpc.gcp.StartServerHandshakeReq.HandshakeParametersEntry */
|
@@ -1080,8 +1115,8 @@ UPB_INLINE const grpc_gcp_ServerHandshakeParameters* grpc_gcp_StartServerHandsha
|
|
1080
1115
|
return ret;
|
1081
1116
|
}
|
1082
1117
|
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_has_value(const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry* msg) {
|
1083
|
-
const upb_MiniTableField field = {2,
|
1084
|
-
return
|
1118
|
+
const upb_MiniTableField field = {2, 32, 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1119
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
1085
1120
|
}
|
1086
1121
|
|
1087
1122
|
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_set_value(grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry *msg, grpc_gcp_ServerHandshakeParameters* value) {
|
@@ -1096,7 +1131,8 @@ UPB_INLINE grpc_gcp_NextHandshakeMessageReq* grpc_gcp_NextHandshakeMessageReq_ne
|
|
1096
1131
|
UPB_INLINE grpc_gcp_NextHandshakeMessageReq* grpc_gcp_NextHandshakeMessageReq_parse(const char* buf, size_t size, upb_Arena* arena) {
|
1097
1132
|
grpc_gcp_NextHandshakeMessageReq* ret = grpc_gcp_NextHandshakeMessageReq_new(arena);
|
1098
1133
|
if (!ret) return NULL;
|
1099
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__NextHandshakeMessageReq_msg_init, NULL, 0, arena) !=
|
1134
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__NextHandshakeMessageReq_msg_init, NULL, 0, arena) !=
|
1135
|
+
kUpb_DecodeStatus_Ok) {
|
1100
1136
|
return NULL;
|
1101
1137
|
}
|
1102
1138
|
return ret;
|
@@ -1106,38 +1142,39 @@ UPB_INLINE grpc_gcp_NextHandshakeMessageReq* grpc_gcp_NextHandshakeMessageReq_pa
|
|
1106
1142
|
int options, upb_Arena* arena) {
|
1107
1143
|
grpc_gcp_NextHandshakeMessageReq* ret = grpc_gcp_NextHandshakeMessageReq_new(arena);
|
1108
1144
|
if (!ret) return NULL;
|
1109
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__NextHandshakeMessageReq_msg_init, extreg, options,
|
1110
|
-
|
1145
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__NextHandshakeMessageReq_msg_init, extreg, options,
|
1146
|
+
arena) != kUpb_DecodeStatus_Ok) {
|
1111
1147
|
return NULL;
|
1112
1148
|
}
|
1113
1149
|
return ret;
|
1114
1150
|
}
|
1115
1151
|
UPB_INLINE char* grpc_gcp_NextHandshakeMessageReq_serialize(const grpc_gcp_NextHandshakeMessageReq* msg, upb_Arena* arena, size_t* len) {
|
1116
1152
|
char* ptr;
|
1117
|
-
(void)upb_Encode(msg, &grpc__gcp__NextHandshakeMessageReq_msg_init, 0, arena, &ptr, len);
|
1153
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__NextHandshakeMessageReq_msg_init, 0, arena, &ptr, len);
|
1118
1154
|
return ptr;
|
1119
1155
|
}
|
1120
1156
|
UPB_INLINE char* grpc_gcp_NextHandshakeMessageReq_serialize_ex(const grpc_gcp_NextHandshakeMessageReq* msg, int options,
|
1121
1157
|
upb_Arena* arena, size_t* len) {
|
1122
1158
|
char* ptr;
|
1123
|
-
(void)upb_Encode(msg, &grpc__gcp__NextHandshakeMessageReq_msg_init, options, arena, &ptr, len);
|
1159
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__NextHandshakeMessageReq_msg_init, options, arena, &ptr, len);
|
1124
1160
|
return ptr;
|
1125
1161
|
}
|
1126
1162
|
UPB_INLINE void grpc_gcp_NextHandshakeMessageReq_clear_in_bytes(grpc_gcp_NextHandshakeMessageReq* msg) {
|
1127
|
-
const upb_MiniTableField field = {1,
|
1128
|
-
|
1163
|
+
const upb_MiniTableField field = {1, 8, 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1164
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1129
1165
|
}
|
1130
1166
|
UPB_INLINE upb_StringView grpc_gcp_NextHandshakeMessageReq_in_bytes(const grpc_gcp_NextHandshakeMessageReq* msg) {
|
1131
1167
|
upb_StringView default_val = upb_StringView_FromString("");
|
1132
1168
|
upb_StringView ret;
|
1133
|
-
const upb_MiniTableField field = {1,
|
1134
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1169
|
+
const upb_MiniTableField field = {1, 8, 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1170
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1171
|
+
&default_val, &ret);
|
1135
1172
|
return ret;
|
1136
1173
|
}
|
1137
1174
|
|
1138
1175
|
UPB_INLINE void grpc_gcp_NextHandshakeMessageReq_set_in_bytes(grpc_gcp_NextHandshakeMessageReq *msg, upb_StringView value) {
|
1139
|
-
const upb_MiniTableField field = {1,
|
1140
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1176
|
+
const upb_MiniTableField field = {1, 8, 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1177
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1141
1178
|
}
|
1142
1179
|
|
1143
1180
|
/* grpc.gcp.HandshakerReq */
|
@@ -1148,7 +1185,8 @@ UPB_INLINE grpc_gcp_HandshakerReq* grpc_gcp_HandshakerReq_new(upb_Arena* arena)
|
|
1148
1185
|
UPB_INLINE grpc_gcp_HandshakerReq* grpc_gcp_HandshakerReq_parse(const char* buf, size_t size, upb_Arena* arena) {
|
1149
1186
|
grpc_gcp_HandshakerReq* ret = grpc_gcp_HandshakerReq_new(arena);
|
1150
1187
|
if (!ret) return NULL;
|
1151
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__HandshakerReq_msg_init, NULL, 0, arena) !=
|
1188
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__HandshakerReq_msg_init, NULL, 0, arena) !=
|
1189
|
+
kUpb_DecodeStatus_Ok) {
|
1152
1190
|
return NULL;
|
1153
1191
|
}
|
1154
1192
|
return ret;
|
@@ -1158,21 +1196,21 @@ UPB_INLINE grpc_gcp_HandshakerReq* grpc_gcp_HandshakerReq_parse_ex(const char* b
|
|
1158
1196
|
int options, upb_Arena* arena) {
|
1159
1197
|
grpc_gcp_HandshakerReq* ret = grpc_gcp_HandshakerReq_new(arena);
|
1160
1198
|
if (!ret) return NULL;
|
1161
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__HandshakerReq_msg_init, extreg, options,
|
1162
|
-
|
1199
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__HandshakerReq_msg_init, extreg, options,
|
1200
|
+
arena) != kUpb_DecodeStatus_Ok) {
|
1163
1201
|
return NULL;
|
1164
1202
|
}
|
1165
1203
|
return ret;
|
1166
1204
|
}
|
1167
1205
|
UPB_INLINE char* grpc_gcp_HandshakerReq_serialize(const grpc_gcp_HandshakerReq* msg, upb_Arena* arena, size_t* len) {
|
1168
1206
|
char* ptr;
|
1169
|
-
(void)upb_Encode(msg, &grpc__gcp__HandshakerReq_msg_init, 0, arena, &ptr, len);
|
1207
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__HandshakerReq_msg_init, 0, arena, &ptr, len);
|
1170
1208
|
return ptr;
|
1171
1209
|
}
|
1172
1210
|
UPB_INLINE char* grpc_gcp_HandshakerReq_serialize_ex(const grpc_gcp_HandshakerReq* msg, int options,
|
1173
1211
|
upb_Arena* arena, size_t* len) {
|
1174
1212
|
char* ptr;
|
1175
|
-
(void)upb_Encode(msg, &grpc__gcp__HandshakerReq_msg_init, options, arena, &ptr, len);
|
1213
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__HandshakerReq_msg_init, options, arena, &ptr, len);
|
1176
1214
|
return ptr;
|
1177
1215
|
}
|
1178
1216
|
typedef enum {
|
@@ -1182,58 +1220,62 @@ typedef enum {
|
|
1182
1220
|
grpc_gcp_HandshakerReq_req_oneof_NOT_SET = 0
|
1183
1221
|
} grpc_gcp_HandshakerReq_req_oneof_oneofcases;
|
1184
1222
|
UPB_INLINE grpc_gcp_HandshakerReq_req_oneof_oneofcases grpc_gcp_HandshakerReq_req_oneof_case(const grpc_gcp_HandshakerReq* msg) {
|
1185
|
-
const upb_MiniTableField field = {1, UPB_SIZE(
|
1186
|
-
return (grpc_gcp_HandshakerReq_req_oneof_oneofcases)upb_Message_WhichOneofFieldNumber(
|
1223
|
+
const upb_MiniTableField field = {1, UPB_SIZE(12, 16), -9, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1224
|
+
return (grpc_gcp_HandshakerReq_req_oneof_oneofcases)upb_Message_WhichOneofFieldNumber(
|
1225
|
+
UPB_UPCAST(msg), &field);
|
1187
1226
|
}
|
1188
1227
|
UPB_INLINE void grpc_gcp_HandshakerReq_clear_client_start(grpc_gcp_HandshakerReq* msg) {
|
1189
|
-
const upb_MiniTableField field = {1, UPB_SIZE(
|
1190
|
-
|
1228
|
+
const upb_MiniTableField field = {1, UPB_SIZE(12, 16), -9, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1229
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1191
1230
|
}
|
1192
1231
|
UPB_INLINE const grpc_gcp_StartClientHandshakeReq* grpc_gcp_HandshakerReq_client_start(const grpc_gcp_HandshakerReq* msg) {
|
1193
1232
|
const grpc_gcp_StartClientHandshakeReq* default_val = NULL;
|
1194
1233
|
const grpc_gcp_StartClientHandshakeReq* ret;
|
1195
|
-
const upb_MiniTableField field = {1, UPB_SIZE(
|
1196
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1234
|
+
const upb_MiniTableField field = {1, UPB_SIZE(12, 16), -9, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1235
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1236
|
+
&default_val, &ret);
|
1197
1237
|
return ret;
|
1198
1238
|
}
|
1199
1239
|
UPB_INLINE bool grpc_gcp_HandshakerReq_has_client_start(const grpc_gcp_HandshakerReq* msg) {
|
1200
|
-
const upb_MiniTableField field = {1, UPB_SIZE(
|
1201
|
-
return
|
1240
|
+
const upb_MiniTableField field = {1, UPB_SIZE(12, 16), -9, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1241
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
1202
1242
|
}
|
1203
1243
|
UPB_INLINE void grpc_gcp_HandshakerReq_clear_server_start(grpc_gcp_HandshakerReq* msg) {
|
1204
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
1205
|
-
|
1244
|
+
const upb_MiniTableField field = {2, UPB_SIZE(12, 16), -9, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1245
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1206
1246
|
}
|
1207
1247
|
UPB_INLINE const grpc_gcp_StartServerHandshakeReq* grpc_gcp_HandshakerReq_server_start(const grpc_gcp_HandshakerReq* msg) {
|
1208
1248
|
const grpc_gcp_StartServerHandshakeReq* default_val = NULL;
|
1209
1249
|
const grpc_gcp_StartServerHandshakeReq* ret;
|
1210
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
1211
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1250
|
+
const upb_MiniTableField field = {2, UPB_SIZE(12, 16), -9, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1251
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1252
|
+
&default_val, &ret);
|
1212
1253
|
return ret;
|
1213
1254
|
}
|
1214
1255
|
UPB_INLINE bool grpc_gcp_HandshakerReq_has_server_start(const grpc_gcp_HandshakerReq* msg) {
|
1215
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
1216
|
-
return
|
1256
|
+
const upb_MiniTableField field = {2, UPB_SIZE(12, 16), -9, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1257
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
1217
1258
|
}
|
1218
1259
|
UPB_INLINE void grpc_gcp_HandshakerReq_clear_next(grpc_gcp_HandshakerReq* msg) {
|
1219
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
1220
|
-
|
1260
|
+
const upb_MiniTableField field = {3, UPB_SIZE(12, 16), -9, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1261
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1221
1262
|
}
|
1222
1263
|
UPB_INLINE const grpc_gcp_NextHandshakeMessageReq* grpc_gcp_HandshakerReq_next(const grpc_gcp_HandshakerReq* msg) {
|
1223
1264
|
const grpc_gcp_NextHandshakeMessageReq* default_val = NULL;
|
1224
1265
|
const grpc_gcp_NextHandshakeMessageReq* ret;
|
1225
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
1226
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1266
|
+
const upb_MiniTableField field = {3, UPB_SIZE(12, 16), -9, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1267
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1268
|
+
&default_val, &ret);
|
1227
1269
|
return ret;
|
1228
1270
|
}
|
1229
1271
|
UPB_INLINE bool grpc_gcp_HandshakerReq_has_next(const grpc_gcp_HandshakerReq* msg) {
|
1230
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
1231
|
-
return
|
1272
|
+
const upb_MiniTableField field = {3, UPB_SIZE(12, 16), -9, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1273
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
1232
1274
|
}
|
1233
1275
|
|
1234
1276
|
UPB_INLINE void grpc_gcp_HandshakerReq_set_client_start(grpc_gcp_HandshakerReq *msg, grpc_gcp_StartClientHandshakeReq* value) {
|
1235
|
-
const upb_MiniTableField field = {1, UPB_SIZE(
|
1236
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1277
|
+
const upb_MiniTableField field = {1, UPB_SIZE(12, 16), -9, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1278
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1237
1279
|
}
|
1238
1280
|
UPB_INLINE struct grpc_gcp_StartClientHandshakeReq* grpc_gcp_HandshakerReq_mutable_client_start(grpc_gcp_HandshakerReq* msg, upb_Arena* arena) {
|
1239
1281
|
struct grpc_gcp_StartClientHandshakeReq* sub = (struct grpc_gcp_StartClientHandshakeReq*)grpc_gcp_HandshakerReq_client_start(msg);
|
@@ -1244,8 +1286,8 @@ UPB_INLINE struct grpc_gcp_StartClientHandshakeReq* grpc_gcp_HandshakerReq_mutab
|
|
1244
1286
|
return sub;
|
1245
1287
|
}
|
1246
1288
|
UPB_INLINE void grpc_gcp_HandshakerReq_set_server_start(grpc_gcp_HandshakerReq *msg, grpc_gcp_StartServerHandshakeReq* value) {
|
1247
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
1248
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1289
|
+
const upb_MiniTableField field = {2, UPB_SIZE(12, 16), -9, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1290
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1249
1291
|
}
|
1250
1292
|
UPB_INLINE struct grpc_gcp_StartServerHandshakeReq* grpc_gcp_HandshakerReq_mutable_server_start(grpc_gcp_HandshakerReq* msg, upb_Arena* arena) {
|
1251
1293
|
struct grpc_gcp_StartServerHandshakeReq* sub = (struct grpc_gcp_StartServerHandshakeReq*)grpc_gcp_HandshakerReq_server_start(msg);
|
@@ -1256,8 +1298,8 @@ UPB_INLINE struct grpc_gcp_StartServerHandshakeReq* grpc_gcp_HandshakerReq_mutab
|
|
1256
1298
|
return sub;
|
1257
1299
|
}
|
1258
1300
|
UPB_INLINE void grpc_gcp_HandshakerReq_set_next(grpc_gcp_HandshakerReq *msg, grpc_gcp_NextHandshakeMessageReq* value) {
|
1259
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
1260
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1301
|
+
const upb_MiniTableField field = {3, UPB_SIZE(12, 16), -9, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1302
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1261
1303
|
}
|
1262
1304
|
UPB_INLINE struct grpc_gcp_NextHandshakeMessageReq* grpc_gcp_HandshakerReq_mutable_next(grpc_gcp_HandshakerReq* msg, upb_Arena* arena) {
|
1263
1305
|
struct grpc_gcp_NextHandshakeMessageReq* sub = (struct grpc_gcp_NextHandshakeMessageReq*)grpc_gcp_HandshakerReq_next(msg);
|
@@ -1276,7 +1318,8 @@ UPB_INLINE grpc_gcp_HandshakerResult* grpc_gcp_HandshakerResult_new(upb_Arena* a
|
|
1276
1318
|
UPB_INLINE grpc_gcp_HandshakerResult* grpc_gcp_HandshakerResult_parse(const char* buf, size_t size, upb_Arena* arena) {
|
1277
1319
|
grpc_gcp_HandshakerResult* ret = grpc_gcp_HandshakerResult_new(arena);
|
1278
1320
|
if (!ret) return NULL;
|
1279
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__HandshakerResult_msg_init, NULL, 0, arena) !=
|
1321
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__HandshakerResult_msg_init, NULL, 0, arena) !=
|
1322
|
+
kUpb_DecodeStatus_Ok) {
|
1280
1323
|
return NULL;
|
1281
1324
|
}
|
1282
1325
|
return ret;
|
@@ -1286,139 +1329,147 @@ UPB_INLINE grpc_gcp_HandshakerResult* grpc_gcp_HandshakerResult_parse_ex(const c
|
|
1286
1329
|
int options, upb_Arena* arena) {
|
1287
1330
|
grpc_gcp_HandshakerResult* ret = grpc_gcp_HandshakerResult_new(arena);
|
1288
1331
|
if (!ret) return NULL;
|
1289
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__HandshakerResult_msg_init, extreg, options,
|
1290
|
-
|
1332
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__HandshakerResult_msg_init, extreg, options,
|
1333
|
+
arena) != kUpb_DecodeStatus_Ok) {
|
1291
1334
|
return NULL;
|
1292
1335
|
}
|
1293
1336
|
return ret;
|
1294
1337
|
}
|
1295
1338
|
UPB_INLINE char* grpc_gcp_HandshakerResult_serialize(const grpc_gcp_HandshakerResult* msg, upb_Arena* arena, size_t* len) {
|
1296
1339
|
char* ptr;
|
1297
|
-
(void)upb_Encode(msg, &grpc__gcp__HandshakerResult_msg_init, 0, arena, &ptr, len);
|
1340
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__HandshakerResult_msg_init, 0, arena, &ptr, len);
|
1298
1341
|
return ptr;
|
1299
1342
|
}
|
1300
1343
|
UPB_INLINE char* grpc_gcp_HandshakerResult_serialize_ex(const grpc_gcp_HandshakerResult* msg, int options,
|
1301
1344
|
upb_Arena* arena, size_t* len) {
|
1302
1345
|
char* ptr;
|
1303
|
-
(void)upb_Encode(msg, &grpc__gcp__HandshakerResult_msg_init, options, arena, &ptr, len);
|
1346
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__HandshakerResult_msg_init, options, arena, &ptr, len);
|
1304
1347
|
return ptr;
|
1305
1348
|
}
|
1306
1349
|
UPB_INLINE void grpc_gcp_HandshakerResult_clear_application_protocol(grpc_gcp_HandshakerResult* msg) {
|
1307
|
-
const upb_MiniTableField field = {1, UPB_SIZE(
|
1308
|
-
|
1350
|
+
const upb_MiniTableField field = {1, UPB_SIZE(32, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1351
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1309
1352
|
}
|
1310
1353
|
UPB_INLINE upb_StringView grpc_gcp_HandshakerResult_application_protocol(const grpc_gcp_HandshakerResult* msg) {
|
1311
1354
|
upb_StringView default_val = upb_StringView_FromString("");
|
1312
1355
|
upb_StringView ret;
|
1313
|
-
const upb_MiniTableField field = {1, UPB_SIZE(
|
1314
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1356
|
+
const upb_MiniTableField field = {1, UPB_SIZE(32, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1357
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1358
|
+
&default_val, &ret);
|
1315
1359
|
return ret;
|
1316
1360
|
}
|
1317
1361
|
UPB_INLINE void grpc_gcp_HandshakerResult_clear_record_protocol(grpc_gcp_HandshakerResult* msg) {
|
1318
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
1319
|
-
|
1362
|
+
const upb_MiniTableField field = {2, UPB_SIZE(40, 32), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1363
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1320
1364
|
}
|
1321
1365
|
UPB_INLINE upb_StringView grpc_gcp_HandshakerResult_record_protocol(const grpc_gcp_HandshakerResult* msg) {
|
1322
1366
|
upb_StringView default_val = upb_StringView_FromString("");
|
1323
1367
|
upb_StringView ret;
|
1324
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
1325
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1368
|
+
const upb_MiniTableField field = {2, UPB_SIZE(40, 32), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1369
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1370
|
+
&default_val, &ret);
|
1326
1371
|
return ret;
|
1327
1372
|
}
|
1328
1373
|
UPB_INLINE void grpc_gcp_HandshakerResult_clear_key_data(grpc_gcp_HandshakerResult* msg) {
|
1329
|
-
const upb_MiniTableField field = {3,
|
1330
|
-
|
1374
|
+
const upb_MiniTableField field = {3, 48, 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1375
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1331
1376
|
}
|
1332
1377
|
UPB_INLINE upb_StringView grpc_gcp_HandshakerResult_key_data(const grpc_gcp_HandshakerResult* msg) {
|
1333
1378
|
upb_StringView default_val = upb_StringView_FromString("");
|
1334
1379
|
upb_StringView ret;
|
1335
|
-
const upb_MiniTableField field = {3,
|
1336
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1380
|
+
const upb_MiniTableField field = {3, 48, 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1381
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1382
|
+
&default_val, &ret);
|
1337
1383
|
return ret;
|
1338
1384
|
}
|
1339
1385
|
UPB_INLINE void grpc_gcp_HandshakerResult_clear_peer_identity(grpc_gcp_HandshakerResult* msg) {
|
1340
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
1341
|
-
|
1386
|
+
const upb_MiniTableField field = {4, UPB_SIZE(12, 64), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1387
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1342
1388
|
}
|
1343
1389
|
UPB_INLINE const grpc_gcp_Identity* grpc_gcp_HandshakerResult_peer_identity(const grpc_gcp_HandshakerResult* msg) {
|
1344
1390
|
const grpc_gcp_Identity* default_val = NULL;
|
1345
1391
|
const grpc_gcp_Identity* ret;
|
1346
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
1347
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1392
|
+
const upb_MiniTableField field = {4, UPB_SIZE(12, 64), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1393
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1394
|
+
&default_val, &ret);
|
1348
1395
|
return ret;
|
1349
1396
|
}
|
1350
1397
|
UPB_INLINE bool grpc_gcp_HandshakerResult_has_peer_identity(const grpc_gcp_HandshakerResult* msg) {
|
1351
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
1352
|
-
return
|
1398
|
+
const upb_MiniTableField field = {4, UPB_SIZE(12, 64), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1399
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
1353
1400
|
}
|
1354
1401
|
UPB_INLINE void grpc_gcp_HandshakerResult_clear_local_identity(grpc_gcp_HandshakerResult* msg) {
|
1355
|
-
const upb_MiniTableField field = {5, UPB_SIZE(
|
1356
|
-
|
1402
|
+
const upb_MiniTableField field = {5, UPB_SIZE(16, 72), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1403
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1357
1404
|
}
|
1358
1405
|
UPB_INLINE const grpc_gcp_Identity* grpc_gcp_HandshakerResult_local_identity(const grpc_gcp_HandshakerResult* msg) {
|
1359
1406
|
const grpc_gcp_Identity* default_val = NULL;
|
1360
1407
|
const grpc_gcp_Identity* ret;
|
1361
|
-
const upb_MiniTableField field = {5, UPB_SIZE(
|
1362
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1408
|
+
const upb_MiniTableField field = {5, UPB_SIZE(16, 72), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1409
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1410
|
+
&default_val, &ret);
|
1363
1411
|
return ret;
|
1364
1412
|
}
|
1365
1413
|
UPB_INLINE bool grpc_gcp_HandshakerResult_has_local_identity(const grpc_gcp_HandshakerResult* msg) {
|
1366
|
-
const upb_MiniTableField field = {5, UPB_SIZE(
|
1367
|
-
return
|
1414
|
+
const upb_MiniTableField field = {5, UPB_SIZE(16, 72), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1415
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
1368
1416
|
}
|
1369
1417
|
UPB_INLINE void grpc_gcp_HandshakerResult_clear_keep_channel_open(grpc_gcp_HandshakerResult* msg) {
|
1370
|
-
const upb_MiniTableField field = {6, UPB_SIZE(
|
1371
|
-
|
1418
|
+
const upb_MiniTableField field = {6, UPB_SIZE(20, 9), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)};
|
1419
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1372
1420
|
}
|
1373
1421
|
UPB_INLINE bool grpc_gcp_HandshakerResult_keep_channel_open(const grpc_gcp_HandshakerResult* msg) {
|
1374
1422
|
bool default_val = false;
|
1375
1423
|
bool ret;
|
1376
|
-
const upb_MiniTableField field = {6, UPB_SIZE(
|
1377
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1424
|
+
const upb_MiniTableField field = {6, UPB_SIZE(20, 9), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)};
|
1425
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1426
|
+
&default_val, &ret);
|
1378
1427
|
return ret;
|
1379
1428
|
}
|
1380
1429
|
UPB_INLINE void grpc_gcp_HandshakerResult_clear_peer_rpc_versions(grpc_gcp_HandshakerResult* msg) {
|
1381
|
-
const upb_MiniTableField field = {7, UPB_SIZE(
|
1382
|
-
|
1430
|
+
const upb_MiniTableField field = {7, UPB_SIZE(24, 80), 66, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1431
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1383
1432
|
}
|
1384
1433
|
UPB_INLINE const struct grpc_gcp_RpcProtocolVersions* grpc_gcp_HandshakerResult_peer_rpc_versions(const grpc_gcp_HandshakerResult* msg) {
|
1385
1434
|
const struct grpc_gcp_RpcProtocolVersions* default_val = NULL;
|
1386
1435
|
const struct grpc_gcp_RpcProtocolVersions* ret;
|
1387
|
-
const upb_MiniTableField field = {7, UPB_SIZE(
|
1388
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1436
|
+
const upb_MiniTableField field = {7, UPB_SIZE(24, 80), 66, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1437
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1438
|
+
&default_val, &ret);
|
1389
1439
|
return ret;
|
1390
1440
|
}
|
1391
1441
|
UPB_INLINE bool grpc_gcp_HandshakerResult_has_peer_rpc_versions(const grpc_gcp_HandshakerResult* msg) {
|
1392
|
-
const upb_MiniTableField field = {7, UPB_SIZE(
|
1393
|
-
return
|
1442
|
+
const upb_MiniTableField field = {7, UPB_SIZE(24, 80), 66, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1443
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
1394
1444
|
}
|
1395
1445
|
UPB_INLINE void grpc_gcp_HandshakerResult_clear_max_frame_size(grpc_gcp_HandshakerResult* msg) {
|
1396
|
-
const upb_MiniTableField field = {8, UPB_SIZE(
|
1397
|
-
|
1446
|
+
const upb_MiniTableField field = {8, UPB_SIZE(28, 12), 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
1447
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1398
1448
|
}
|
1399
1449
|
UPB_INLINE uint32_t grpc_gcp_HandshakerResult_max_frame_size(const grpc_gcp_HandshakerResult* msg) {
|
1400
1450
|
uint32_t default_val = (uint32_t)0u;
|
1401
1451
|
uint32_t ret;
|
1402
|
-
const upb_MiniTableField field = {8, UPB_SIZE(
|
1403
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1452
|
+
const upb_MiniTableField field = {8, UPB_SIZE(28, 12), 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
1453
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1454
|
+
&default_val, &ret);
|
1404
1455
|
return ret;
|
1405
1456
|
}
|
1406
1457
|
|
1407
1458
|
UPB_INLINE void grpc_gcp_HandshakerResult_set_application_protocol(grpc_gcp_HandshakerResult *msg, upb_StringView value) {
|
1408
|
-
const upb_MiniTableField field = {1, UPB_SIZE(
|
1409
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1459
|
+
const upb_MiniTableField field = {1, UPB_SIZE(32, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1460
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1410
1461
|
}
|
1411
1462
|
UPB_INLINE void grpc_gcp_HandshakerResult_set_record_protocol(grpc_gcp_HandshakerResult *msg, upb_StringView value) {
|
1412
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
1413
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1463
|
+
const upb_MiniTableField field = {2, UPB_SIZE(40, 32), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1464
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1414
1465
|
}
|
1415
1466
|
UPB_INLINE void grpc_gcp_HandshakerResult_set_key_data(grpc_gcp_HandshakerResult *msg, upb_StringView value) {
|
1416
|
-
const upb_MiniTableField field = {3,
|
1417
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1467
|
+
const upb_MiniTableField field = {3, 48, 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1468
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1418
1469
|
}
|
1419
1470
|
UPB_INLINE void grpc_gcp_HandshakerResult_set_peer_identity(grpc_gcp_HandshakerResult *msg, grpc_gcp_Identity* value) {
|
1420
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
1421
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1471
|
+
const upb_MiniTableField field = {4, UPB_SIZE(12, 64), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1472
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1422
1473
|
}
|
1423
1474
|
UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_HandshakerResult_mutable_peer_identity(grpc_gcp_HandshakerResult* msg, upb_Arena* arena) {
|
1424
1475
|
struct grpc_gcp_Identity* sub = (struct grpc_gcp_Identity*)grpc_gcp_HandshakerResult_peer_identity(msg);
|
@@ -1429,8 +1480,8 @@ UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_HandshakerResult_mutable_peer_iden
|
|
1429
1480
|
return sub;
|
1430
1481
|
}
|
1431
1482
|
UPB_INLINE void grpc_gcp_HandshakerResult_set_local_identity(grpc_gcp_HandshakerResult *msg, grpc_gcp_Identity* value) {
|
1432
|
-
const upb_MiniTableField field = {5, UPB_SIZE(
|
1433
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1483
|
+
const upb_MiniTableField field = {5, UPB_SIZE(16, 72), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1484
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1434
1485
|
}
|
1435
1486
|
UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_HandshakerResult_mutable_local_identity(grpc_gcp_HandshakerResult* msg, upb_Arena* arena) {
|
1436
1487
|
struct grpc_gcp_Identity* sub = (struct grpc_gcp_Identity*)grpc_gcp_HandshakerResult_local_identity(msg);
|
@@ -1441,12 +1492,12 @@ UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_HandshakerResult_mutable_local_ide
|
|
1441
1492
|
return sub;
|
1442
1493
|
}
|
1443
1494
|
UPB_INLINE void grpc_gcp_HandshakerResult_set_keep_channel_open(grpc_gcp_HandshakerResult *msg, bool value) {
|
1444
|
-
const upb_MiniTableField field = {6, UPB_SIZE(
|
1445
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1495
|
+
const upb_MiniTableField field = {6, UPB_SIZE(20, 9), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)};
|
1496
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1446
1497
|
}
|
1447
1498
|
UPB_INLINE void grpc_gcp_HandshakerResult_set_peer_rpc_versions(grpc_gcp_HandshakerResult *msg, struct grpc_gcp_RpcProtocolVersions* value) {
|
1448
|
-
const upb_MiniTableField field = {7, UPB_SIZE(
|
1449
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1499
|
+
const upb_MiniTableField field = {7, UPB_SIZE(24, 80), 66, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1500
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1450
1501
|
}
|
1451
1502
|
UPB_INLINE struct grpc_gcp_RpcProtocolVersions* grpc_gcp_HandshakerResult_mutable_peer_rpc_versions(grpc_gcp_HandshakerResult* msg, upb_Arena* arena) {
|
1452
1503
|
struct grpc_gcp_RpcProtocolVersions* sub = (struct grpc_gcp_RpcProtocolVersions*)grpc_gcp_HandshakerResult_peer_rpc_versions(msg);
|
@@ -1457,8 +1508,8 @@ UPB_INLINE struct grpc_gcp_RpcProtocolVersions* grpc_gcp_HandshakerResult_mutabl
|
|
1457
1508
|
return sub;
|
1458
1509
|
}
|
1459
1510
|
UPB_INLINE void grpc_gcp_HandshakerResult_set_max_frame_size(grpc_gcp_HandshakerResult *msg, uint32_t value) {
|
1460
|
-
const upb_MiniTableField field = {8, UPB_SIZE(
|
1461
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1511
|
+
const upb_MiniTableField field = {8, UPB_SIZE(28, 12), 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
1512
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1462
1513
|
}
|
1463
1514
|
|
1464
1515
|
/* grpc.gcp.HandshakerStatus */
|
@@ -1469,7 +1520,8 @@ UPB_INLINE grpc_gcp_HandshakerStatus* grpc_gcp_HandshakerStatus_new(upb_Arena* a
|
|
1469
1520
|
UPB_INLINE grpc_gcp_HandshakerStatus* grpc_gcp_HandshakerStatus_parse(const char* buf, size_t size, upb_Arena* arena) {
|
1470
1521
|
grpc_gcp_HandshakerStatus* ret = grpc_gcp_HandshakerStatus_new(arena);
|
1471
1522
|
if (!ret) return NULL;
|
1472
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__HandshakerStatus_msg_init, NULL, 0, arena) !=
|
1523
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__HandshakerStatus_msg_init, NULL, 0, arena) !=
|
1524
|
+
kUpb_DecodeStatus_Ok) {
|
1473
1525
|
return NULL;
|
1474
1526
|
}
|
1475
1527
|
return ret;
|
@@ -1479,53 +1531,55 @@ UPB_INLINE grpc_gcp_HandshakerStatus* grpc_gcp_HandshakerStatus_parse_ex(const c
|
|
1479
1531
|
int options, upb_Arena* arena) {
|
1480
1532
|
grpc_gcp_HandshakerStatus* ret = grpc_gcp_HandshakerStatus_new(arena);
|
1481
1533
|
if (!ret) return NULL;
|
1482
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__HandshakerStatus_msg_init, extreg, options,
|
1483
|
-
|
1534
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__HandshakerStatus_msg_init, extreg, options,
|
1535
|
+
arena) != kUpb_DecodeStatus_Ok) {
|
1484
1536
|
return NULL;
|
1485
1537
|
}
|
1486
1538
|
return ret;
|
1487
1539
|
}
|
1488
1540
|
UPB_INLINE char* grpc_gcp_HandshakerStatus_serialize(const grpc_gcp_HandshakerStatus* msg, upb_Arena* arena, size_t* len) {
|
1489
1541
|
char* ptr;
|
1490
|
-
(void)upb_Encode(msg, &grpc__gcp__HandshakerStatus_msg_init, 0, arena, &ptr, len);
|
1542
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__HandshakerStatus_msg_init, 0, arena, &ptr, len);
|
1491
1543
|
return ptr;
|
1492
1544
|
}
|
1493
1545
|
UPB_INLINE char* grpc_gcp_HandshakerStatus_serialize_ex(const grpc_gcp_HandshakerStatus* msg, int options,
|
1494
1546
|
upb_Arena* arena, size_t* len) {
|
1495
1547
|
char* ptr;
|
1496
|
-
(void)upb_Encode(msg, &grpc__gcp__HandshakerStatus_msg_init, options, arena, &ptr, len);
|
1548
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__HandshakerStatus_msg_init, options, arena, &ptr, len);
|
1497
1549
|
return ptr;
|
1498
1550
|
}
|
1499
1551
|
UPB_INLINE void grpc_gcp_HandshakerStatus_clear_code(grpc_gcp_HandshakerStatus* msg) {
|
1500
|
-
const upb_MiniTableField field = {1,
|
1501
|
-
|
1552
|
+
const upb_MiniTableField field = {1, 8, 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
1553
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1502
1554
|
}
|
1503
1555
|
UPB_INLINE uint32_t grpc_gcp_HandshakerStatus_code(const grpc_gcp_HandshakerStatus* msg) {
|
1504
1556
|
uint32_t default_val = (uint32_t)0u;
|
1505
1557
|
uint32_t ret;
|
1506
|
-
const upb_MiniTableField field = {1,
|
1507
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1558
|
+
const upb_MiniTableField field = {1, 8, 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
1559
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1560
|
+
&default_val, &ret);
|
1508
1561
|
return ret;
|
1509
1562
|
}
|
1510
1563
|
UPB_INLINE void grpc_gcp_HandshakerStatus_clear_details(grpc_gcp_HandshakerStatus* msg) {
|
1511
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
1512
|
-
|
1564
|
+
const upb_MiniTableField field = {2, UPB_SIZE(12, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1565
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1513
1566
|
}
|
1514
1567
|
UPB_INLINE upb_StringView grpc_gcp_HandshakerStatus_details(const grpc_gcp_HandshakerStatus* msg) {
|
1515
1568
|
upb_StringView default_val = upb_StringView_FromString("");
|
1516
1569
|
upb_StringView ret;
|
1517
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
1518
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1570
|
+
const upb_MiniTableField field = {2, UPB_SIZE(12, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1571
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1572
|
+
&default_val, &ret);
|
1519
1573
|
return ret;
|
1520
1574
|
}
|
1521
1575
|
|
1522
1576
|
UPB_INLINE void grpc_gcp_HandshakerStatus_set_code(grpc_gcp_HandshakerStatus *msg, uint32_t value) {
|
1523
|
-
const upb_MiniTableField field = {1,
|
1524
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1577
|
+
const upb_MiniTableField field = {1, 8, 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
1578
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1525
1579
|
}
|
1526
1580
|
UPB_INLINE void grpc_gcp_HandshakerStatus_set_details(grpc_gcp_HandshakerStatus *msg, upb_StringView value) {
|
1527
|
-
const upb_MiniTableField field = {2, UPB_SIZE(
|
1528
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1581
|
+
const upb_MiniTableField field = {2, UPB_SIZE(12, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1582
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1529
1583
|
}
|
1530
1584
|
|
1531
1585
|
/* grpc.gcp.HandshakerResp */
|
@@ -1536,7 +1590,8 @@ UPB_INLINE grpc_gcp_HandshakerResp* grpc_gcp_HandshakerResp_new(upb_Arena* arena
|
|
1536
1590
|
UPB_INLINE grpc_gcp_HandshakerResp* grpc_gcp_HandshakerResp_parse(const char* buf, size_t size, upb_Arena* arena) {
|
1537
1591
|
grpc_gcp_HandshakerResp* ret = grpc_gcp_HandshakerResp_new(arena);
|
1538
1592
|
if (!ret) return NULL;
|
1539
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__HandshakerResp_msg_init, NULL, 0, arena) !=
|
1593
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__HandshakerResp_msg_init, NULL, 0, arena) !=
|
1594
|
+
kUpb_DecodeStatus_Ok) {
|
1540
1595
|
return NULL;
|
1541
1596
|
}
|
1542
1597
|
return ret;
|
@@ -1546,87 +1601,91 @@ UPB_INLINE grpc_gcp_HandshakerResp* grpc_gcp_HandshakerResp_parse_ex(const char*
|
|
1546
1601
|
int options, upb_Arena* arena) {
|
1547
1602
|
grpc_gcp_HandshakerResp* ret = grpc_gcp_HandshakerResp_new(arena);
|
1548
1603
|
if (!ret) return NULL;
|
1549
|
-
if (upb_Decode(buf, size, ret, &grpc__gcp__HandshakerResp_msg_init, extreg, options,
|
1550
|
-
|
1604
|
+
if (upb_Decode(buf, size, UPB_UPCAST(ret), &grpc__gcp__HandshakerResp_msg_init, extreg, options,
|
1605
|
+
arena) != kUpb_DecodeStatus_Ok) {
|
1551
1606
|
return NULL;
|
1552
1607
|
}
|
1553
1608
|
return ret;
|
1554
1609
|
}
|
1555
1610
|
UPB_INLINE char* grpc_gcp_HandshakerResp_serialize(const grpc_gcp_HandshakerResp* msg, upb_Arena* arena, size_t* len) {
|
1556
1611
|
char* ptr;
|
1557
|
-
(void)upb_Encode(msg, &grpc__gcp__HandshakerResp_msg_init, 0, arena, &ptr, len);
|
1612
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__HandshakerResp_msg_init, 0, arena, &ptr, len);
|
1558
1613
|
return ptr;
|
1559
1614
|
}
|
1560
1615
|
UPB_INLINE char* grpc_gcp_HandshakerResp_serialize_ex(const grpc_gcp_HandshakerResp* msg, int options,
|
1561
1616
|
upb_Arena* arena, size_t* len) {
|
1562
1617
|
char* ptr;
|
1563
|
-
(void)upb_Encode(msg, &grpc__gcp__HandshakerResp_msg_init, options, arena, &ptr, len);
|
1618
|
+
(void)upb_Encode(UPB_UPCAST(msg), &grpc__gcp__HandshakerResp_msg_init, options, arena, &ptr, len);
|
1564
1619
|
return ptr;
|
1565
1620
|
}
|
1566
1621
|
UPB_INLINE void grpc_gcp_HandshakerResp_clear_out_frames(grpc_gcp_HandshakerResp* msg) {
|
1567
|
-
const upb_MiniTableField field = {1, UPB_SIZE(
|
1568
|
-
|
1622
|
+
const upb_MiniTableField field = {1, UPB_SIZE(24, 16), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1623
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1569
1624
|
}
|
1570
1625
|
UPB_INLINE upb_StringView grpc_gcp_HandshakerResp_out_frames(const grpc_gcp_HandshakerResp* msg) {
|
1571
1626
|
upb_StringView default_val = upb_StringView_FromString("");
|
1572
1627
|
upb_StringView ret;
|
1573
|
-
const upb_MiniTableField field = {1, UPB_SIZE(
|
1574
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1628
|
+
const upb_MiniTableField field = {1, UPB_SIZE(24, 16), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1629
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1630
|
+
&default_val, &ret);
|
1575
1631
|
return ret;
|
1576
1632
|
}
|
1577
1633
|
UPB_INLINE void grpc_gcp_HandshakerResp_clear_bytes_consumed(grpc_gcp_HandshakerResp* msg) {
|
1578
|
-
const upb_MiniTableField field = {2,
|
1579
|
-
|
1634
|
+
const upb_MiniTableField field = {2, 12, 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
1635
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1580
1636
|
}
|
1581
1637
|
UPB_INLINE uint32_t grpc_gcp_HandshakerResp_bytes_consumed(const grpc_gcp_HandshakerResp* msg) {
|
1582
1638
|
uint32_t default_val = (uint32_t)0u;
|
1583
1639
|
uint32_t ret;
|
1584
|
-
const upb_MiniTableField field = {2,
|
1585
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1640
|
+
const upb_MiniTableField field = {2, 12, 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
1641
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1642
|
+
&default_val, &ret);
|
1586
1643
|
return ret;
|
1587
1644
|
}
|
1588
1645
|
UPB_INLINE void grpc_gcp_HandshakerResp_clear_result(grpc_gcp_HandshakerResp* msg) {
|
1589
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
1590
|
-
|
1646
|
+
const upb_MiniTableField field = {3, UPB_SIZE(16, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1647
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1591
1648
|
}
|
1592
1649
|
UPB_INLINE const grpc_gcp_HandshakerResult* grpc_gcp_HandshakerResp_result(const grpc_gcp_HandshakerResp* msg) {
|
1593
1650
|
const grpc_gcp_HandshakerResult* default_val = NULL;
|
1594
1651
|
const grpc_gcp_HandshakerResult* ret;
|
1595
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
1596
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1652
|
+
const upb_MiniTableField field = {3, UPB_SIZE(16, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1653
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1654
|
+
&default_val, &ret);
|
1597
1655
|
return ret;
|
1598
1656
|
}
|
1599
1657
|
UPB_INLINE bool grpc_gcp_HandshakerResp_has_result(const grpc_gcp_HandshakerResp* msg) {
|
1600
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
1601
|
-
return
|
1658
|
+
const upb_MiniTableField field = {3, UPB_SIZE(16, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1659
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
1602
1660
|
}
|
1603
1661
|
UPB_INLINE void grpc_gcp_HandshakerResp_clear_status(grpc_gcp_HandshakerResp* msg) {
|
1604
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
1605
|
-
|
1662
|
+
const upb_MiniTableField field = {4, UPB_SIZE(20, 40), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1663
|
+
upb_Message_ClearBaseField(UPB_UPCAST(msg), &field);
|
1606
1664
|
}
|
1607
1665
|
UPB_INLINE const grpc_gcp_HandshakerStatus* grpc_gcp_HandshakerResp_status(const grpc_gcp_HandshakerResp* msg) {
|
1608
1666
|
const grpc_gcp_HandshakerStatus* default_val = NULL;
|
1609
1667
|
const grpc_gcp_HandshakerStatus* ret;
|
1610
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
1611
|
-
_upb_Message_GetNonExtensionField(msg, &field,
|
1668
|
+
const upb_MiniTableField field = {4, UPB_SIZE(20, 40), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1669
|
+
_upb_Message_GetNonExtensionField(UPB_UPCAST(msg), &field,
|
1670
|
+
&default_val, &ret);
|
1612
1671
|
return ret;
|
1613
1672
|
}
|
1614
1673
|
UPB_INLINE bool grpc_gcp_HandshakerResp_has_status(const grpc_gcp_HandshakerResp* msg) {
|
1615
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
1616
|
-
return
|
1674
|
+
const upb_MiniTableField field = {4, UPB_SIZE(20, 40), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1675
|
+
return upb_Message_HasBaseField(UPB_UPCAST(msg), &field);
|
1617
1676
|
}
|
1618
1677
|
|
1619
1678
|
UPB_INLINE void grpc_gcp_HandshakerResp_set_out_frames(grpc_gcp_HandshakerResp *msg, upb_StringView value) {
|
1620
|
-
const upb_MiniTableField field = {1, UPB_SIZE(
|
1621
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1679
|
+
const upb_MiniTableField field = {1, UPB_SIZE(24, 16), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)};
|
1680
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1622
1681
|
}
|
1623
1682
|
UPB_INLINE void grpc_gcp_HandshakerResp_set_bytes_consumed(grpc_gcp_HandshakerResp *msg, uint32_t value) {
|
1624
|
-
const upb_MiniTableField field = {2,
|
1625
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1683
|
+
const upb_MiniTableField field = {2, 12, 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)};
|
1684
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1626
1685
|
}
|
1627
1686
|
UPB_INLINE void grpc_gcp_HandshakerResp_set_result(grpc_gcp_HandshakerResp *msg, grpc_gcp_HandshakerResult* value) {
|
1628
|
-
const upb_MiniTableField field = {3, UPB_SIZE(
|
1629
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1687
|
+
const upb_MiniTableField field = {3, UPB_SIZE(16, 32), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1688
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1630
1689
|
}
|
1631
1690
|
UPB_INLINE struct grpc_gcp_HandshakerResult* grpc_gcp_HandshakerResp_mutable_result(grpc_gcp_HandshakerResp* msg, upb_Arena* arena) {
|
1632
1691
|
struct grpc_gcp_HandshakerResult* sub = (struct grpc_gcp_HandshakerResult*)grpc_gcp_HandshakerResp_result(msg);
|
@@ -1637,8 +1696,8 @@ UPB_INLINE struct grpc_gcp_HandshakerResult* grpc_gcp_HandshakerResp_mutable_res
|
|
1637
1696
|
return sub;
|
1638
1697
|
}
|
1639
1698
|
UPB_INLINE void grpc_gcp_HandshakerResp_set_status(grpc_gcp_HandshakerResp *msg, grpc_gcp_HandshakerStatus* value) {
|
1640
|
-
const upb_MiniTableField field = {4, UPB_SIZE(
|
1641
|
-
_upb_Message_SetNonExtensionField(msg, &field, &value);
|
1699
|
+
const upb_MiniTableField field = {4, UPB_SIZE(20, 40), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)};
|
1700
|
+
_upb_Message_SetNonExtensionField((upb_Message *)msg, &field, &value);
|
1642
1701
|
}
|
1643
1702
|
UPB_INLINE struct grpc_gcp_HandshakerStatus* grpc_gcp_HandshakerResp_mutable_status(grpc_gcp_HandshakerResp* msg, upb_Arena* arena) {
|
1644
1703
|
struct grpc_gcp_HandshakerStatus* sub = (struct grpc_gcp_HandshakerStatus*)grpc_gcp_HandshakerResp_status(msg);
|