org.hyperledger.fabric.protos.peer.GetStateByRangeOrBuilder 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 GetStateByRangeOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.GetStateByRange)
com.google.protobuf.MessageOrBuilder {
/**
* string startKey = 1 [json_name = "startKey"];
* @return The startKey.
*/
java.lang.String getStartKey();
/**
* string startKey = 1 [json_name = "startKey"];
* @return The bytes for startKey.
*/
com.google.protobuf.ByteString
getStartKeyBytes();
/**
* string endKey = 2 [json_name = "endKey"];
* @return The endKey.
*/
java.lang.String getEndKey();
/**
* string endKey = 2 [json_name = "endKey"];
* @return The bytes for endKey.
*/
com.google.protobuf.ByteString
getEndKeyBytes();
/**
* 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();
/**
* bytes metadata = 4 [json_name = "metadata"];
* @return The metadata.
*/
com.google.protobuf.ByteString getMetadata();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy