org.hyperledger.fabric.protos.peer.QueryResponseMetadataOrBuilder 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 QueryResponseMetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.QueryResponseMetadata)
com.google.protobuf.MessageOrBuilder {
/**
* int32 fetched_records_count = 1 [json_name = "fetchedRecordsCount"];
* @return The fetchedRecordsCount.
*/
int getFetchedRecordsCount();
/**
* string bookmark = 2 [json_name = "bookmark"];
* @return The bookmark.
*/
java.lang.String getBookmark();
/**
* string bookmark = 2 [json_name = "bookmark"];
* @return The bytes for bookmark.
*/
com.google.protobuf.ByteString
getBookmarkBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy