#[derive(Clone, PartialEq, ::prost::Message)]
pub struct DynamicSelect {
#[prost(message, optional, tag = "1")]
pub fold: ::core::option::Option<super::super::BoolValue>,
}
impl ::prost::Name for DynamicSelect {
const NAME: &'static str = "DynamicSelect";
const PACKAGE: &'static str = "bilibili.app.distribution.setting.experimental";
fn full_name() -> ::prost::alloc::string::String {
"bilibili.app.distribution.setting.experimental.DynamicSelect".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/bilibili.app.distribution.setting.experimental.DynamicSelect".into()
}
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Exp {
#[prost(message, optional, tag = "1")]
pub id: ::core::option::Option<super::super::Int64Value>,
#[prost(message, optional, tag = "2")]
pub bucket: ::core::option::Option<super::super::Int32Value>,
}
impl ::prost::Name for Exp {
const NAME: &'static str = "Exp";
const PACKAGE: &'static str = "bilibili.app.distribution.setting.experimental";
fn full_name() -> ::prost::alloc::string::String {
"bilibili.app.distribution.setting.experimental.Exp".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/bilibili.app.distribution.setting.experimental.Exp".into()
}
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ExperimentalConfig {
#[prost(message, optional, tag = "1")]
pub flag: ::core::option::Option<super::super::StringValue>,
#[prost(message, repeated, tag = "2")]
pub exps: ::prost::alloc::vec::Vec<Exp>,
}
impl ::prost::Name for ExperimentalConfig {
const NAME: &'static str = "ExperimentalConfig";
const PACKAGE: &'static str = "bilibili.app.distribution.setting.experimental";
fn full_name() -> ::prost::alloc::string::String {
"bilibili.app.distribution.setting.experimental.ExperimentalConfig".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/bilibili.app.distribution.setting.experimental.ExperimentalConfig".into()
}
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MultipleTusConfig {
#[prost(message, optional, tag = "1")]
pub top_left: ::core::option::Option<TopLeft>,
#[prost(message, optional, tag = "2")]
pub dynamic_select: ::core::option::Option<DynamicSelect>,
}
impl ::prost::Name for MultipleTusConfig {
const NAME: &'static str = "MultipleTusConfig";
const PACKAGE: &'static str = "bilibili.app.distribution.setting.experimental";
fn full_name() -> ::prost::alloc::string::String {
"bilibili.app.distribution.setting.experimental.MultipleTusConfig".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/bilibili.app.distribution.setting.experimental.MultipleTusConfig".into()
}
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct TopLeft {
#[prost(message, optional, tag = "1")]
pub url: ::core::option::Option<super::super::StringValue>,
#[prost(message, optional, tag = "2")]
pub story_foreground_image: ::core::option::Option<super::super::StringValue>,
#[prost(message, optional, tag = "3")]
pub story_background_image: ::core::option::Option<super::super::StringValue>,
#[prost(message, optional, tag = "4")]
pub listen_foreground_image: ::core::option::Option<super::super::StringValue>,
#[prost(message, optional, tag = "5")]
pub listen_background_image: ::core::option::Option<super::super::StringValue>,
#[prost(message, optional, tag = "6")]
pub ios_story_foreground_image: ::core::option::Option<super::super::StringValue>,
#[prost(message, optional, tag = "7")]
pub ios_story_background_image: ::core::option::Option<super::super::StringValue>,
#[prost(message, optional, tag = "8")]
pub ios_listen_foreground_image: ::core::option::Option<super::super::StringValue>,
#[prost(message, optional, tag = "9")]
pub ios_listen_background_image: ::core::option::Option<super::super::StringValue>,
#[prost(message, optional, tag = "10")]
pub goto: ::core::option::Option<super::super::StringValue>,
#[prost(message, optional, tag = "11")]
pub url_v2: ::core::option::Option<super::super::StringValue>,
#[prost(message, optional, tag = "12")]
pub goto_v2: ::core::option::Option<super::super::Int64Value>,
#[prost(message, optional, tag = "13")]
pub badge: ::core::option::Option<super::super::StringValue>,
}
impl ::prost::Name for TopLeft {
const NAME: &'static str = "TopLeft";
const PACKAGE: &'static str = "bilibili.app.distribution.setting.experimental";
fn full_name() -> ::prost::alloc::string::String {
"bilibili.app.distribution.setting.experimental.TopLeft".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/bilibili.app.distribution.setting.experimental.TopLeft".into()
}
}