com.craxiom.networksurvey.messaging.ErrorOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of network-survey-messaging Show documentation
Show all versions of network-survey-messaging Show documentation
Protobuf and gRPC stubs for sending Wireless Protocol Survey messages'
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: craxiom/status.proto
// Protobuf Java Version: 4.27.3
package com.craxiom.networksurvey.messaging;
@java.lang.Deprecated public interface ErrorOrBuilder extends
// @@protoc_insertion_point(interface_extends:Error)
com.google.protobuf.MessageOrBuilder {
/**
* string errorMessage = 1;
* @return The errorMessage.
*/
java.lang.String getErrorMessage();
/**
* string errorMessage = 1;
* @return The bytes for errorMessage.
*/
com.google.protobuf.ByteString
getErrorMessageBytes();
}