org.hyperledger.fabric.protos.peer.QueryResponseOrBuilder 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 QueryResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.QueryResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .protos.QueryResultBytes results = 1 [json_name = "results"];
*/
java.util.List
getResultsList();
/**
* repeated .protos.QueryResultBytes results = 1 [json_name = "results"];
*/
org.hyperledger.fabric.protos.peer.QueryResultBytes getResults(int index);
/**
* repeated .protos.QueryResultBytes results = 1 [json_name = "results"];
*/
int getResultsCount();
/**
* repeated .protos.QueryResultBytes results = 1 [json_name = "results"];
*/
java.util.List extends org.hyperledger.fabric.protos.peer.QueryResultBytesOrBuilder>
getResultsOrBuilderList();
/**
* repeated .protos.QueryResultBytes results = 1 [json_name = "results"];
*/
org.hyperledger.fabric.protos.peer.QueryResultBytesOrBuilder getResultsOrBuilder(
int index);
/**
* bool has_more = 2 [json_name = "hasMore"];
* @return The hasMore.
*/
boolean getHasMore();
/**
* string id = 3 [json_name = "id"];
* @return The id.
*/
java.lang.String getId();
/**
* string id = 3 [json_name = "id"];
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* bytes metadata = 4 [json_name = "metadata"];
* @return The metadata.
*/
com.google.protobuf.ByteString getMetadata();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy