org.hyperledger.fabric.protos.peer.QueryProto Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/query.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public final class QueryProto {
private QueryProto() {}
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 28,
/* patch= */ 2,
/* suffix= */ "",
QueryProto.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_protos_ChaincodeQueryResponse_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_ChaincodeQueryResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_protos_ChaincodeInfo_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_ChaincodeInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_protos_ChannelQueryResponse_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_ChannelQueryResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_protos_ChannelInfo_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_ChannelInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_protos_JoinBySnapshotStatus_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_JoinBySnapshotStatus_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\020peer/query.proto\022\006protos\"O\n\026ChaincodeQ" +
"ueryResponse\0225\n\nchaincodes\030\001 \003(\0132\025.proto" +
"s.ChaincodeInfoR\nchaincodes\"\237\001\n\rChaincod" +
"eInfo\022\022\n\004name\030\001 \001(\tR\004name\022\030\n\007version\030\002 \001" +
"(\tR\007version\022\022\n\004path\030\003 \001(\tR\004path\022\024\n\005input" +
"\030\004 \001(\tR\005input\022\022\n\004escc\030\005 \001(\tR\004escc\022\022\n\004vsc" +
"c\030\006 \001(\tR\004vscc\022\016\n\002id\030\007 \001(\014R\002id\"G\n\024Channel" +
"QueryResponse\022/\n\010channels\030\001 \003(\0132\023.protos" +
".ChannelInfoR\010channels\",\n\013ChannelInfo\022\035\n" +
"\nchannel_id\030\001 \001(\tR\tchannelId\"u\n\024JoinBySn" +
"apshotStatus\022\037\n\013in_progress\030\001 \001(\010R\ninPro" +
"gress\022<\n\032bootstrapping_snapshot_dir\030\002 \001(" +
"\tR\030bootstrappingSnapshotDirB\234\001\n\"org.hype" +
"rledger.fabric.protos.peerB\nQueryProtoP\001" +
"Z2github.com/hyperledger/fabric-protos-g" +
"o-apiv2/peer\242\002\003PXX\252\002\006Protos\312\002\006Protos\342\002\022P" +
"rotos\\GPBMetadata\352\002\006Protosb\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_protos_ChaincodeQueryResponse_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_protos_ChaincodeQueryResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_ChaincodeQueryResponse_descriptor,
new java.lang.String[] { "Chaincodes", });
internal_static_protos_ChaincodeInfo_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_protos_ChaincodeInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_ChaincodeInfo_descriptor,
new java.lang.String[] { "Name", "Version", "Path", "Input", "Escc", "Vscc", "Id", });
internal_static_protos_ChannelQueryResponse_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_protos_ChannelQueryResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_ChannelQueryResponse_descriptor,
new java.lang.String[] { "Channels", });
internal_static_protos_ChannelInfo_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_protos_ChannelInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_ChannelInfo_descriptor,
new java.lang.String[] { "ChannelId", });
internal_static_protos_JoinBySnapshotStatus_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_protos_JoinBySnapshotStatus_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_JoinBySnapshotStatus_descriptor,
new java.lang.String[] { "InProgress", "BootstrappingSnapshotDir", });
descriptor.resolveAllFeaturesImmutable();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy