org.hyperledger.fabric.protos.discovery.ErrorOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: discovery/protocol.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.discovery;
public interface ErrorOrBuilder extends
// @@protoc_insertion_point(interface_extends:discovery.Error)
com.google.protobuf.MessageOrBuilder {
/**
* string content = 1 [json_name = "content"];
* @return The content.
*/
java.lang.String getContent();
/**
* string content = 1 [json_name = "content"];
* @return The bytes for content.
*/
com.google.protobuf.ByteString
getContentBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy