org.hyperledger.fabric.protos.discovery.ChaincodeQueryOrBuilder 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 ChaincodeQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:discovery.ChaincodeQuery)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .protos.ChaincodeInterest interests = 1 [json_name = "interests"];
*/
java.util.List
getInterestsList();
/**
* repeated .protos.ChaincodeInterest interests = 1 [json_name = "interests"];
*/
org.hyperledger.fabric.protos.peer.ChaincodeInterest getInterests(int index);
/**
* repeated .protos.ChaincodeInterest interests = 1 [json_name = "interests"];
*/
int getInterestsCount();
/**
* repeated .protos.ChaincodeInterest interests = 1 [json_name = "interests"];
*/
java.util.List extends org.hyperledger.fabric.protos.peer.ChaincodeInterestOrBuilder>
getInterestsOrBuilderList();
/**
* repeated .protos.ChaincodeInterest interests = 1 [json_name = "interests"];
*/
org.hyperledger.fabric.protos.peer.ChaincodeInterestOrBuilder getInterestsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy