xds-types 0.1.0

Generated protobuf types for Envoy xDS APIs
Documentation
1
2
3
4
5
6
7
8
9
10
// This file is @generated by prost-build.
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Status {
    #[prost(int32, tag = "1")]
    pub code: i32,
    #[prost(string, tag = "2")]
    pub message: ::prost::alloc::string::String,
    #[prost(message, repeated, tag = "3")]
    pub details: ::prost::alloc::vec::Vec<super::protobuf::Any>,
}