org.hyperledger.fabric.protos.peer.QueryStateCloseOrBuilder 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 QueryStateCloseOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.QueryStateClose)
com.google.protobuf.MessageOrBuilder {
/**
* string id = 1 [json_name = "id"];
* @return The id.
*/
java.lang.String getId();
/**
* string id = 1 [json_name = "id"];
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy