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

org.hyperledger.fabric.protos.discovery.ResponseOrBuilder 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 ResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:discovery.Response)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The results are returned in the same order of the queries
   * 
* * repeated .discovery.QueryResult results = 1 [json_name = "results"]; */ java.util.List getResultsList(); /** *
   * The results are returned in the same order of the queries
   * 
* * repeated .discovery.QueryResult results = 1 [json_name = "results"]; */ org.hyperledger.fabric.protos.discovery.QueryResult getResults(int index); /** *
   * The results are returned in the same order of the queries
   * 
* * repeated .discovery.QueryResult results = 1 [json_name = "results"]; */ int getResultsCount(); /** *
   * The results are returned in the same order of the queries
   * 
* * repeated .discovery.QueryResult results = 1 [json_name = "results"]; */ java.util.List getResultsOrBuilderList(); /** *
   * The results are returned in the same order of the queries
   * 
* * repeated .discovery.QueryResult results = 1 [json_name = "results"]; */ org.hyperledger.fabric.protos.discovery.QueryResultOrBuilder getResultsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy