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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: orderer/clusterserver.proto
// Protobuf Java Version: 4.28.2

package org.hyperledger.fabric.protos.orderer;

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

  /**
   * 
   * node_conrequest is a consensus specific message between the cluster memebers.
   * 
* * .orderer.NodeConsensusRequest node_conrequest = 1 [json_name = "nodeConrequest"]; * @return Whether the nodeConrequest field is set. */ boolean hasNodeConrequest(); /** *
   * node_conrequest is a consensus specific message between the cluster memebers.
   * 
* * .orderer.NodeConsensusRequest node_conrequest = 1 [json_name = "nodeConrequest"]; * @return The nodeConrequest. */ org.hyperledger.fabric.protos.orderer.NodeConsensusRequest getNodeConrequest(); /** *
   * node_conrequest is a consensus specific message between the cluster memebers.
   * 
* * .orderer.NodeConsensusRequest node_conrequest = 1 [json_name = "nodeConrequest"]; */ org.hyperledger.fabric.protos.orderer.NodeConsensusRequestOrBuilder getNodeConrequestOrBuilder(); /** *
   * node_tranrequest is a relay of a transaction.
   * 
* * .orderer.NodeTransactionOrderRequest node_tranrequest = 2 [json_name = "nodeTranrequest"]; * @return Whether the nodeTranrequest field is set. */ boolean hasNodeTranrequest(); /** *
   * node_tranrequest is a relay of a transaction.
   * 
* * .orderer.NodeTransactionOrderRequest node_tranrequest = 2 [json_name = "nodeTranrequest"]; * @return The nodeTranrequest. */ org.hyperledger.fabric.protos.orderer.NodeTransactionOrderRequest getNodeTranrequest(); /** *
   * node_tranrequest is a relay of a transaction.
   * 
* * .orderer.NodeTransactionOrderRequest node_tranrequest = 2 [json_name = "nodeTranrequest"]; */ org.hyperledger.fabric.protos.orderer.NodeTransactionOrderRequestOrBuilder getNodeTranrequestOrBuilder(); /** *
   * Auth authentiates the member that initiated the stream
   * 
* * .orderer.NodeAuthRequest node_authrequest = 3 [json_name = "nodeAuthrequest"]; * @return Whether the nodeAuthrequest field is set. */ boolean hasNodeAuthrequest(); /** *
   * Auth authentiates the member that initiated the stream
   * 
* * .orderer.NodeAuthRequest node_authrequest = 3 [json_name = "nodeAuthrequest"]; * @return The nodeAuthrequest. */ org.hyperledger.fabric.protos.orderer.NodeAuthRequest getNodeAuthrequest(); /** *
   * Auth authentiates the member that initiated the stream
   * 
* * .orderer.NodeAuthRequest node_authrequest = 3 [json_name = "nodeAuthrequest"]; */ org.hyperledger.fabric.protos.orderer.NodeAuthRequestOrBuilder getNodeAuthrequestOrBuilder(); org.hyperledger.fabric.protos.orderer.ClusterNodeServiceStepRequest.PayloadCase getPayloadCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy