org.hyperledger.fabric.protos.peer.GetQueryResultOrBuilder 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 GetQueryResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.GetQueryResult)
com.google.protobuf.MessageOrBuilder {
/**
* string query = 1 [json_name = "query"];
* @return The query.
*/
java.lang.String getQuery();
/**
* string query = 1 [json_name = "query"];
* @return The bytes for query.
*/
com.google.protobuf.ByteString
getQueryBytes();
/**
* string collection = 2 [json_name = "collection"];
* @return The collection.
*/
java.lang.String getCollection();
/**
* string collection = 2 [json_name = "collection"];
* @return The bytes for collection.
*/
com.google.protobuf.ByteString
getCollectionBytes();
/**
* bytes metadata = 3 [json_name = "metadata"];
* @return The metadata.
*/
com.google.protobuf.ByteString getMetadata();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy