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

org.hyperledger.fabric.protos.gateway.EvaluateRequestOrBuilder Maven / Gradle / Ivy

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

package org.hyperledger.fabric.protos.gateway;

public interface EvaluateRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gateway.EvaluateRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Identifier of the transaction to evaluate.
   * 
* * string transaction_id = 1 [json_name = "transactionId"]; * @return The transactionId. */ java.lang.String getTransactionId(); /** *
   * Identifier of the transaction to evaluate.
   * 
* * string transaction_id = 1 [json_name = "transactionId"]; * @return The bytes for transactionId. */ com.google.protobuf.ByteString getTransactionIdBytes(); /** *
   * Identifier of the channel this request is bound for.
   * 
* * string channel_id = 2 [json_name = "channelId"]; * @return The channelId. */ java.lang.String getChannelId(); /** *
   * Identifier of the channel this request is bound for.
   * 
* * string channel_id = 2 [json_name = "channelId"]; * @return The bytes for channelId. */ com.google.protobuf.ByteString getChannelIdBytes(); /** *
   * The signed proposal ready for evaluation.
   * 
* * .protos.SignedProposal proposed_transaction = 3 [json_name = "proposedTransaction"]; * @return Whether the proposedTransaction field is set. */ boolean hasProposedTransaction(); /** *
   * The signed proposal ready for evaluation.
   * 
* * .protos.SignedProposal proposed_transaction = 3 [json_name = "proposedTransaction"]; * @return The proposedTransaction. */ org.hyperledger.fabric.protos.peer.SignedProposal getProposedTransaction(); /** *
   * The signed proposal ready for evaluation.
   * 
* * .protos.SignedProposal proposed_transaction = 3 [json_name = "proposedTransaction"]; */ org.hyperledger.fabric.protos.peer.SignedProposalOrBuilder getProposedTransactionOrBuilder(); /** *
   * If targeting the peers of specific organizations (e.g. for private data scenarios),
   * the list of organizations' MSPIDs should be supplied here.
   * 
* * repeated string target_organizations = 4 [json_name = "targetOrganizations"]; * @return A list containing the targetOrganizations. */ java.util.List getTargetOrganizationsList(); /** *
   * If targeting the peers of specific organizations (e.g. for private data scenarios),
   * the list of organizations' MSPIDs should be supplied here.
   * 
* * repeated string target_organizations = 4 [json_name = "targetOrganizations"]; * @return The count of targetOrganizations. */ int getTargetOrganizationsCount(); /** *
   * If targeting the peers of specific organizations (e.g. for private data scenarios),
   * the list of organizations' MSPIDs should be supplied here.
   * 
* * repeated string target_organizations = 4 [json_name = "targetOrganizations"]; * @param index The index of the element to return. * @return The targetOrganizations at the given index. */ java.lang.String getTargetOrganizations(int index); /** *
   * If targeting the peers of specific organizations (e.g. for private data scenarios),
   * the list of organizations' MSPIDs should be supplied here.
   * 
* * repeated string target_organizations = 4 [json_name = "targetOrganizations"]; * @param index The index of the value to return. * @return The bytes of the targetOrganizations at the given index. */ com.google.protobuf.ByteString getTargetOrganizationsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy