nominal_api/proto/
nominal.gen.v1.rs

1// This file is @generated by prost-build.
2/// Denotes an enum value that represents an error for which a google.rpc.Status will be generated.
3/// The enum value will be used as the google.rpc.ErrorInfo reason and the package name
4/// will be used as the domain.
5#[derive(Clone, PartialEq, ::prost::Message)]
6pub struct Error {
7    /// Corresponds to google.rpc.Code string value
8    #[prost(string, tag = "1")]
9    pub code: ::prost::alloc::string::String,
10    /// A human readable message that is used for the google.rpc.Status message
11    #[prost(string, tag = "2")]
12    pub message: ::prost::alloc::string::String,
13}
14#[derive(Clone, PartialEq, ::prost::Message)]
15pub struct Alias {
16    #[prost(string, tag = "1")]
17    pub java_name: ::prost::alloc::string::String,
18    #[prost(string, tag = "2")]
19    pub key_java_name: ::prost::alloc::string::String,
20    #[prost(string, tag = "3")]
21    pub value_java_name: ::prost::alloc::string::String,
22}