org.hyperledger.fabric.protos.peer.PutStateOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/chaincode_shim.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public interface PutStateOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.PutState)
com.google.protobuf.MessageOrBuilder {
/**
* string key = 1 [json_name = "key"];
* @return The key.
*/
java.lang.String getKey();
/**
* string key = 1 [json_name = "key"];
* @return The bytes for key.
*/
com.google.protobuf.ByteString
getKeyBytes();
/**
* bytes value = 2 [json_name = "value"];
* @return The value.
*/
com.google.protobuf.ByteString getValue();
/**
* string collection = 3 [json_name = "collection"];
* @return The collection.
*/
java.lang.String getCollection();
/**
* string collection = 3 [json_name = "collection"];
* @return The bytes for collection.
*/
com.google.protobuf.ByteString
getCollectionBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy