ytsaurus-proto 0.3.1

Generated protobuf bindings for the YTsaurus RPC proxy, built from the upstream .proto files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// This file is @generated by prost-build.
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct TTracingExt {
    #[prost(message, optional, tag = "4")]
    pub trace_id: ::core::option::Option<super::super::n_proto::TGuid>,
    #[prost(fixed64, optional, tag = "5")]
    pub span_id: ::core::option::Option<u64>,
    #[prost(bool, optional, tag = "6")]
    pub sampled: ::core::option::Option<bool>,
    #[prost(bool, optional, tag = "7")]
    pub debug: ::core::option::Option<bool>,
    #[prost(string, optional, tag = "9")]
    pub target_endpoint: ::core::option::Option<::prost::alloc::string::String>,
    #[prost(bytes = "vec", optional, tag = "8")]
    pub baggage: ::core::option::Option<::prost::alloc::vec::Vec<u8>>,
}