yandex-cloud 2025.4.14

Generated gRPC clients for the Yandex Cloud API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// Aggregated test results.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Report {
    /// Total count of HTTP responses, grouped by HTTP response code.
    #[prost(map = "int64, int64", tag = "1")]
    pub http_codes: ::std::collections::HashMap<i64, i64>,
    /// Total count of network responses, grouped by response code.
    #[prost(map = "int64, int64", tag = "2")]
    pub net_codes: ::std::collections::HashMap<i64, i64>,
    /// Response time statistics, aggregated by quantiles.
    #[prost(message, optional, tag = "3")]
    pub quantiles: ::core::option::Option<super::super::common::Quantiles>,
}