mikufans-proto 8.52.0+build.19546312

gRPC APIs for Mikufans
Documentation
// This file is @generated by prost-build.
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Metadata {
    ///
    #[prost(string, tag = "1")]
    pub access_key: ::prost::alloc::string::String,
    ///
    #[prost(string, tag = "2")]
    pub mobi_app: ::prost::alloc::string::String,
    ///
    #[prost(string, tag = "3")]
    pub device: ::prost::alloc::string::String,
    ///
    #[prost(int32, tag = "4")]
    pub build: i32,
    ///
    #[prost(string, tag = "5")]
    pub channel: ::prost::alloc::string::String,
    ///
    #[prost(string, tag = "6")]
    pub buvid: ::prost::alloc::string::String,
    ///
    #[prost(string, tag = "7")]
    pub platform: ::prost::alloc::string::String,
}
impl ::prost::Name for Metadata {
    const NAME: &'static str = "Metadata";
    const PACKAGE: &'static str = "bilibili.metadata";
    fn full_name() -> ::prost::alloc::string::String {
        "bilibili.metadata.Metadata".into()
    }
    fn type_url() -> ::prost::alloc::string::String {
        "/bilibili.metadata.Metadata".into()
    }
}