org.openfeed.StatusOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed_api.proto
// Protobuf Java Version: 4.28.3
package org.openfeed;
public interface StatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.Status)
com.google.protobuf.MessageOrBuilder {
/**
* .org.openfeed.Result result = 1;
* @return The enum numeric value on the wire for result.
*/
int getResultValue();
/**
* .org.openfeed.Result result = 1;
* @return The result.
*/
org.openfeed.Result getResult();
/**
* string message = 2;
* @return The message.
*/
java.lang.String getMessage();
/**
* string message = 2;
* @return The bytes for message.
*/
com.google.protobuf.ByteString
getMessageBytes();
/**
* .org.openfeed.Service service = 3;
* @return The enum numeric value on the wire for service.
*/
int getServiceValue();
/**
* .org.openfeed.Service service = 3;
* @return The service.
*/
org.openfeed.Service getService();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy