org.hyperledger.fabric.protos.peer.ChaincodeIDOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/chaincode.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public interface ChaincodeIDOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.ChaincodeID)
com.google.protobuf.MessageOrBuilder {
/**
*
* deploy transaction will use the path
*
*
* string path = 1 [json_name = "path"];
* @return The path.
*/
java.lang.String getPath();
/**
*
* deploy transaction will use the path
*
*
* string path = 1 [json_name = "path"];
* @return The bytes for path.
*/
com.google.protobuf.ByteString
getPathBytes();
/**
*
* all other requests will use the name (really a hashcode) generated by
* the deploy transaction
*
*
* string name = 2 [json_name = "name"];
* @return The name.
*/
java.lang.String getName();
/**
*
* all other requests will use the name (really a hashcode) generated by
* the deploy transaction
*
*
* string name = 2 [json_name = "name"];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* user friendly version name for the chaincode
*
*
* string version = 3 [json_name = "version"];
* @return The version.
*/
java.lang.String getVersion();
/**
*
* user friendly version name for the chaincode
*
*
* string version = 3 [json_name = "version"];
* @return The bytes for version.
*/
com.google.protobuf.ByteString
getVersionBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy