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
17
// This file is @generated by prost-build.
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
pub struct THandshake {
    #[prost(message, required, tag = "1")]
    pub connection_id: super::super::n_proto::TGuid,
    /// Only passed from client to server.
    ///
    /// EMultiplexingBand
    #[prost(int32, optional, tag = "2")]
    pub multiplexing_band: ::core::option::Option<i32>,
    /// EEncryptionMode
    #[prost(int32, optional, tag = "3")]
    pub encryption_mode: ::core::option::Option<i32>,
    /// EVerificationMode
    #[prost(int32, optional, tag = "4")]
    pub verification_mode: ::core::option::Option<i32>,
}