org.hyperledger.fabric.protos.peer.lifecycle.InstallChaincodeResultOrBuilder 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 InstallChaincodeResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:lifecycle.InstallChaincodeResult)
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();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy