xds_api/generated/
envoy.annotations.rs1#[derive(Clone, PartialEq, ::prost::Message)]
3pub struct ResourceAnnotation {
4 #[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}