xds_api/generated/
envoy.annotations.rs

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