org.hyperledger.fabric.protos.peer.lifecycle.QueryInstalledChaincodeResultOrBuilder 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 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"];
*/
/* nullable */
org.hyperledger.fabric.protos.peer.lifecycle.QueryInstalledChaincodeResult.References getReferencesOrDefault(
java.lang.String key,
/* nullable */
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