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
// This file is @generated by prost-build.
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct TTimestampMap {
    #[prost(int32, repeated, packed = "false", tag = "1")]
    pub cell_tags: ::prost::alloc::vec::Vec<i32>,
    #[prost(uint64, repeated, packed = "false", tag = "2")]
    pub timestamps: ::prost::alloc::vec::Vec<u64>,
}