org.hyperledger.fabric.protos.ledger.queryresult.KVQueryResultProto 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 final class KVQueryResultProto {
private KVQueryResultProto() {}
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 28,
/* patch= */ 2,
/* suffix= */ "",
KVQueryResultProto.class.getName());
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_queryresult_KV_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_queryresult_KV_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_queryresult_KeyModification_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_queryresult_KeyModification_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n(ledger/queryresult/kv_query_result.pro" +
"to\022\013queryresult\032\037google/protobuf/timesta" +
"mp.proto\"J\n\002KV\022\034\n\tnamespace\030\001 \001(\tR\tnames" +
"pace\022\020\n\003key\030\002 \001(\tR\003key\022\024\n\005value\030\003 \001(\014R\005v" +
"alue\"\223\001\n\017KeyModification\022\023\n\005tx_id\030\001 \001(\tR" +
"\004txId\022\024\n\005value\030\002 \001(\014R\005value\0228\n\ttimestamp" +
"\030\003 \001(\0132\032.google.protobuf.TimestampR\ttime" +
"stamp\022\033\n\tis_delete\030\004 \001(\010R\010isDeleteB\324\001\n0o" +
"rg.hyperledger.fabric.protos.ledger.quer" +
"yresultB\022KVQueryResultProtoP\[email protected]" +
"m/hyperledger/fabric-protos-go-apiv2/led" +
"ger/queryresult\242\002\003QXX\252\002\013Queryresult\312\002\013Qu" +
"eryresult\342\002\027Queryresult\\GPBMetadata\352\002\013Qu" +
"eryresultb\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.TimestampProto.getDescriptor(),
});
internal_static_queryresult_KV_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_queryresult_KV_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_queryresult_KV_descriptor,
new java.lang.String[] { "Namespace", "Key", "Value", });
internal_static_queryresult_KeyModification_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_queryresult_KeyModification_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_queryresult_KeyModification_descriptor,
new java.lang.String[] { "TxId", "Value", "Timestamp", "IsDelete", });
descriptor.resolveAllFeaturesImmutable();
com.google.protobuf.TimestampProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy