mikufans-proto-intl 3.17.4+build.17106976

gRPC APIs for Mikufans (Intl)
Documentation
// This file is @generated by prost-build.
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct FeedModeValue {
    ///
    #[prost(message, optional, tag = "1")]
    pub value: ::core::option::Option<super::super::Int64Value>,
}
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct PegasusAutoPlay {
    ///
    #[prost(message, optional, tag = "1")]
    pub single: ::core::option::Option<super::super::Int64Value>,
    ///
    #[prost(message, optional, tag = "2")]
    pub double: ::core::option::Option<super::super::Int64Value>,
    ///
    #[prost(message, optional, tag = "3")]
    pub single_affected_by_server_side: ::core::option::Option<super::super::BoolValue>,
    ///
    #[prost(message, optional, tag = "4")]
    pub double_affected_by_server_side: ::core::option::Option<super::super::BoolValue>,
}
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct PegasusColumnValue {
    ///
    #[prost(message, optional, tag = "1")]
    pub value: ::core::option::Option<super::super::Int64Value>,
    ///
    #[prost(message, optional, tag = "2")]
    pub affected_by_server_side: ::core::option::Option<super::super::BoolValue>,
}
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct PegasusDeviceConfig {
    ///
    #[prost(message, optional, tag = "1")]
    pub column: ::core::option::Option<PegasusColumnValue>,
    ///
    #[prost(message, optional, tag = "2")]
    pub mode: ::core::option::Option<FeedModeValue>,
    ///
    #[prost(message, optional, tag = "3")]
    pub auto_play: ::core::option::Option<PegasusAutoPlay>,
}
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct PegasusDeviceWithoutFplocalConfig {
    ///
    #[prost(message, optional, tag = "1")]
    pub auto_refresh_state: ::core::option::Option<super::super::Int64Value>,
}
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct PegasusMidConfig {
    ///
    #[prost(message, optional, tag = "1")]
    pub column: ::core::option::Option<super::super::Int64Value>,
    ///
    #[prost(message, optional, tag = "2")]
    pub play_mode: ::core::option::Option<super::super::Int64Value>,
}