envoy-types 0.7.3

Collection of protobuf types and other assets to work with the Envoy Proxy through Rust gRPC services.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// This file is @generated by prost-build.
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct ResourceAnnotation {
    /// Annotation for xDS services that indicates the fully-qualified Protobuf type for the resource
    /// type.
    #[prost(string, tag = "1")]
    pub r#type: ::prost::alloc::string::String,
}
impl ::prost::Name for ResourceAnnotation {
    const NAME: &'static str = "ResourceAnnotation";
    const PACKAGE: &'static str = "envoy.annotations";
    fn full_name() -> ::prost::alloc::string::String {
        "envoy.annotations.ResourceAnnotation".into()
    }
    fn type_url() -> ::prost::alloc::string::String {
        "type.googleapis.com/envoy.annotations.ResourceAnnotation".into()
    }
}