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

org.hyperledger.fabric.protos.peer.lifecycle.QueryInstalledChaincodeResultOrBuilder 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 QueryInstalledChaincodeResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:lifecycle.QueryInstalledChaincodeResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string package_id = 1 [json_name = "packageId"];
   * @return The packageId.
   */
  java.lang.String getPackageId();
  /**
   * string package_id = 1 [json_name = "packageId"];
   * @return The bytes for packageId.
   */
  com.google.protobuf.ByteString
      getPackageIdBytes();

  /**
   * string label = 2 [json_name = "label"];
   * @return The label.
   */
  java.lang.String getLabel();
  /**
   * string label = 2 [json_name = "label"];
   * @return The bytes for label.
   */
  com.google.protobuf.ByteString
      getLabelBytes();

  /**
   * map<string, .lifecycle.QueryInstalledChaincodeResult.References> references = 3 [json_name = "references"];
   */
  int getReferencesCount();
  /**
   * map<string, .lifecycle.QueryInstalledChaincodeResult.References> references = 3 [json_name = "references"];
   */
  boolean containsReferences(
      java.lang.String key);
  /**
   * Use {@link #getReferencesMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getReferences();
  /**
   * map<string, .lifecycle.QueryInstalledChaincodeResult.References> references = 3 [json_name = "references"];
   */
  java.util.Map
  getReferencesMap();
  /**
   * map<string, .lifecycle.QueryInstalledChaincodeResult.References> references = 3 [json_name = "references"];
   */

  org.hyperledger.fabric.protos.peer.lifecycle.QueryInstalledChaincodeResult.References getReferencesOrDefault(
      java.lang.String key,
      org.hyperledger.fabric.protos.peer.lifecycle.QueryInstalledChaincodeResult.References defaultValue);
  /**
   * map<string, .lifecycle.QueryInstalledChaincodeResult.References> references = 3 [json_name = "references"];
   */

  org.hyperledger.fabric.protos.peer.lifecycle.QueryInstalledChaincodeResult.References getReferencesOrThrow(
      java.lang.String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy