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

org.hyperledger.fabric.protos.peer.lifecycle.QueryInstalledChaincodesResultOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: peer/lifecycle/lifecycle.proto

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 
      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