viam_rust_utils/gen/
proto.rpc.examples.echoresource.v1.rs

1// @generated
2#[allow(clippy::derive_partial_eq_without_eq)]
3#[derive(Clone, PartialEq, ::prost::Message)]
4pub struct EchoResourceRequest {
5    #[prost(string, tag="1")]
6    pub name: ::prost::alloc::string::String,
7    #[prost(string, tag="2")]
8    pub message: ::prost::alloc::string::String,
9}
10#[allow(clippy::derive_partial_eq_without_eq)]
11#[derive(Clone, PartialEq, ::prost::Message)]
12pub struct EchoResourceResponse {
13    #[prost(string, tag="1")]
14    pub message: ::prost::alloc::string::String,
15}
16#[allow(clippy::derive_partial_eq_without_eq)]
17#[derive(Clone, PartialEq, ::prost::Message)]
18pub struct EchoResourceMultipleRequest {
19    #[prost(string, tag="1")]
20    pub name: ::prost::alloc::string::String,
21    #[prost(string, tag="2")]
22    pub message: ::prost::alloc::string::String,
23}
24#[allow(clippy::derive_partial_eq_without_eq)]
25#[derive(Clone, PartialEq, ::prost::Message)]
26pub struct EchoResourceMultipleResponse {
27    #[prost(string, tag="1")]
28    pub message: ::prost::alloc::string::String,
29}
30#[allow(clippy::derive_partial_eq_without_eq)]
31#[derive(Clone, PartialEq, ::prost::Message)]
32pub struct EchoResourceBiDiRequest {
33    #[prost(string, tag="1")]
34    pub name: ::prost::alloc::string::String,
35    #[prost(string, tag="2")]
36    pub message: ::prost::alloc::string::String,
37}
38#[allow(clippy::derive_partial_eq_without_eq)]
39#[derive(Clone, PartialEq, ::prost::Message)]
40pub struct EchoResourceBiDiResponse {
41    #[prost(string, tag="1")]
42    pub message: ::prost::alloc::string::String,
43}
44// @@protoc_insertion_point(module)