#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct Label {
#[prost(string, tag = "1")]
pub key: ::prost::alloc::string::String,
#[prost(string, tag = "2")]
pub value: ::prost::alloc::string::String,
}
impl ::prost::Name for Label {
const NAME: &'static str = "Label";
const PACKAGE: &'static str = "ora.common.v1";
fn full_name() -> ::prost::alloc::string::String {
"ora.common.v1.Label".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/ora.common.v1.Label".into()
}
}
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct LabelFilter {
#[prost(string, tag = "1")]
pub key: ::prost::alloc::string::String,
#[prost(string, optional, tag = "2")]
pub value: ::core::option::Option<::prost::alloc::string::String>,
}
impl ::prost::Name for LabelFilter {
const NAME: &'static str = "LabelFilter";
const PACKAGE: &'static str = "ora.common.v1";
fn full_name() -> ::prost::alloc::string::String {
"ora.common.v1.LabelFilter".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/ora.common.v1.LabelFilter".into()
}
}
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
pub struct TimeRange {
#[prost(message, optional, tag = "1")]
pub start: ::core::option::Option<::prost_types::Timestamp>,
#[prost(message, optional, tag = "2")]
pub end: ::core::option::Option<::prost_types::Timestamp>,
}
impl ::prost::Name for TimeRange {
const NAME: &'static str = "TimeRange";
const PACKAGE: &'static str = "ora.common.v1";
fn full_name() -> ::prost::alloc::string::String {
"ora.common.v1.TimeRange".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/ora.common.v1.TimeRange".into()
}
}