nominal_api/proto/
nominal.gen.v1.rs

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