
io.vertx.tp.ipc.eon.IpcStatusOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: zero.status.proto
package io.vertx.tp.ipc.eon;
public interface IpcStatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.vertx.tp.ipc.eon.IpcStatus)
com.google.protobuf.MessageOrBuilder {
/**
*
* Status Code
*
*
* int32 code = 1;
* @return The code.
*/
int getCode();
/**
*
* Status Content
*
*
* string message = 2;
* @return The message.
*/
java.lang.String getMessage();
/**
*
* Status Content
*
*
* string message = 2;
* @return The bytes for message.
*/
com.google.protobuf.ByteString
getMessageBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy