diff options
Diffstat (limited to 'src/rpc/envoy.service.runtime.v3.rs')
| -rw-r--r-- | src/rpc/envoy.service.runtime.v3.rs | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/rpc/envoy.service.runtime.v3.rs b/src/rpc/envoy.service.runtime.v3.rs new file mode 100644 index 00000000..1e9fa06d --- /dev/null +++ b/src/rpc/envoy.service.runtime.v3.rs @@ -0,0 +1,21 @@ +// @generated +// This file is @generated by prost-build. +/// \[#not-implemented-hide:\] Not configuration. Workaround c++ protobuf issue with importing +/// services: <https://github.com/google/protobuf/issues/4221> +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, Copy, PartialEq, ::prost::Message)] +pub struct RtdsDummy { +} +/// RTDS resource type. This describes a layer in the runtime virtual filesystem. +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Runtime { + /// Runtime resource name. This makes the Runtime a self-describing xDS + /// resource. + #[prost(string, tag="1")] + pub name: ::prost::alloc::string::String, + #[prost(message, optional, tag="2")] + pub layer: ::core::option::Option<super::super::super::super::google::protobuf::Struct>, +} +include!("envoy.service.runtime.v3.tonic.rs"); +// @@protoc_insertion_point(module)
\ No newline at end of file |
