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

org.hyperledger.fabric.protos.orderer.SubmitResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: orderer/cluster.proto

package org.hyperledger.fabric.protos.orderer;

public interface SubmitResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:orderer.SubmitResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string channel = 1 [json_name = "channel"];
   * @return The channel.
   */
  java.lang.String getChannel();
  /**
   * string channel = 1 [json_name = "channel"];
   * @return The bytes for channel.
   */
  com.google.protobuf.ByteString
      getChannelBytes();

  /**
   * 
   * Status code, which may be used to programatically respond to success/failure.
   * 
* * .common.Status status = 2 [json_name = "status"]; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * Status code, which may be used to programatically respond to success/failure.
   * 
* * .common.Status status = 2 [json_name = "status"]; * @return The status. */ org.hyperledger.fabric.protos.common.Status getStatus(); /** *
   * Info string which may contain additional information about the returned status.
   * 
* * string info = 3 [json_name = "info"]; * @return The info. */ java.lang.String getInfo(); /** *
   * Info string which may contain additional information about the returned status.
   * 
* * string info = 3 [json_name = "info"]; * @return The bytes for info. */ com.google.protobuf.ByteString getInfoBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy