nominal-api 0.1192.0

API bindings for the Nominal platform
Documentation
// This file is @generated by prost-build.
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Alias {
    #[prost(string, tag = "1")]
    pub java_name: ::prost::alloc::string::String,
    #[prost(string, tag = "2")]
    pub key_java_name: ::prost::alloc::string::String,
    #[prost(string, tag = "3")]
    pub value_java_name: ::prost::alloc::string::String,
}
/// Denotes an enum value that represents an error for which a google.rpc.Status will be generated.
/// The enum value will be used as the google.rpc.ErrorInfo reason and the package name
/// will be used as the domain.
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Error {
    /// Corresponds to google.rpc.Code string value
    #[prost(string, tag = "1")]
    pub code: ::prost::alloc::string::String,
    /// A human readable message that is used for the google.rpc.Status message
    #[prost(string, tag = "2")]
    pub message: ::prost::alloc::string::String,
}