ytsaurus-proto 0.3.1

Generated protobuf bindings for the YTsaurus RPC proxy, built from the upstream .proto files
Documentation
// This file is @generated by prost-build.
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
pub struct TGuid {
    #[prost(fixed64, required, tag = "1")]
    pub first: u64,
    #[prost(fixed64, required, tag = "2")]
    pub second: u64,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct TError {
    #[prost(int32, required, tag = "1")]
    pub code: i32,
    #[prost(string, optional, tag = "2")]
    pub message: ::core::option::Option<::prost::alloc::string::String>,
    #[prost(message, optional, tag = "3")]
    pub attributes: ::core::option::Option<
        super::ny_tree::n_proto::TAttributeDictionary,
    >,
    #[prost(message, repeated, tag = "4")]
    pub inner_errors: ::prost::alloc::vec::Vec<TError>,
}
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct THyperLogLogDigest {
    #[prost(bytes = "vec", required, tag = "1")]
    pub data: ::prost::alloc::vec::Vec<u8>,
}