org.hyperledger.fabric.protos.ledger.queryresult.KVOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: ledger/queryresult/kv_query_result.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.ledger.queryresult;
public interface KVOrBuilder extends
// @@protoc_insertion_point(interface_extends:queryresult.KV)
com.google.protobuf.MessageOrBuilder {
/**
* string namespace = 1 [json_name = "namespace"];
* @return The namespace.
*/
java.lang.String getNamespace();
/**
* string namespace = 1 [json_name = "namespace"];
* @return The bytes for namespace.
*/
com.google.protobuf.ByteString
getNamespaceBytes();
/**
* string key = 2 [json_name = "key"];
* @return The key.
*/
java.lang.String getKey();
/**
* string key = 2 [json_name = "key"];
* @return The bytes for key.
*/
com.google.protobuf.ByteString
getKeyBytes();
/**
* bytes value = 3 [json_name = "value"];
* @return The value.
*/
com.google.protobuf.ByteString getValue();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy