// @generated
// This file is @generated by prost-build.
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]pubstructLabelPair{/// Label name
#[prost(string, tag ="1")]pubname:::prost::alloc::string::String,
/// Label value
#[prost(string, tag ="2")]pubvalue:::prost::alloc::string::String,
}