org.hyperledger.fabric.protos.peer.lifecycle.GetInstalledChaincodePackageArgsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric-protos Show documentation
Show all versions of fabric-protos Show documentation
PROTO library for fabric-protos
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: peer/lifecycle/lifecycle.proto
package org.hyperledger.fabric.protos.peer.lifecycle;
public interface GetInstalledChaincodePackageArgsOrBuilder extends
// @@protoc_insertion_point(interface_extends:lifecycle.GetInstalledChaincodePackageArgs)
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();
}