org.hyperledger.fabric.protos.peer.lifecycle.QueryInstalledChaincodesResultOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/lifecycle/lifecycle.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer.lifecycle;
public interface QueryInstalledChaincodesResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:lifecycle.QueryInstalledChaincodesResult)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .lifecycle.QueryInstalledChaincodesResult.InstalledChaincode installed_chaincodes = 1 [json_name = "installedChaincodes"];
*/
java.util.List
getInstalledChaincodesList();
/**
* repeated .lifecycle.QueryInstalledChaincodesResult.InstalledChaincode installed_chaincodes = 1 [json_name = "installedChaincodes"];
*/
org.hyperledger.fabric.protos.peer.lifecycle.QueryInstalledChaincodesResult.InstalledChaincode getInstalledChaincodes(int index);
/**
* repeated .lifecycle.QueryInstalledChaincodesResult.InstalledChaincode installed_chaincodes = 1 [json_name = "installedChaincodes"];
*/
int getInstalledChaincodesCount();
/**
* repeated .lifecycle.QueryInstalledChaincodesResult.InstalledChaincode installed_chaincodes = 1 [json_name = "installedChaincodes"];
*/
java.util.List extends org.hyperledger.fabric.protos.peer.lifecycle.QueryInstalledChaincodesResult.InstalledChaincodeOrBuilder>
getInstalledChaincodesOrBuilderList();
/**
* repeated .lifecycle.QueryInstalledChaincodesResult.InstalledChaincode installed_chaincodes = 1 [json_name = "installedChaincodes"];
*/
org.hyperledger.fabric.protos.peer.lifecycle.QueryInstalledChaincodesResult.InstalledChaincodeOrBuilder getInstalledChaincodesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy