All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.discovery.ErrorOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: discovery/protocol.proto

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