org.hyperledger.fabric.protos.peer.CollectionProto Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/collection.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public final class CollectionProto {
private CollectionProto() {}
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 28,
/* patch= */ 2,
/* suffix= */ "",
CollectionProto.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_CollectionConfigPackage_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_CollectionConfigPackage_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_protos_CollectionConfig_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_CollectionConfig_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_protos_StaticCollectionConfig_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_StaticCollectionConfig_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_protos_CollectionPolicyConfig_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_CollectionPolicyConfig_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\025peer/collection.proto\022\006protos\032\025common/" +
"policies.proto\032\021peer/policy.proto\"K\n\027Col" +
"lectionConfigPackage\0220\n\006config\030\001 \003(\0132\030.p" +
"rotos.CollectionConfigR\006config\"y\n\020Collec" +
"tionConfig\022Z\n\030static_collection_config\030\001" +
" \001(\0132\036.protos.StaticCollectionConfigH\000R\026" +
"staticCollectionConfigB\t\n\007payload\"\234\003\n\026St" +
"aticCollectionConfig\022\022\n\004name\030\001 \001(\tR\004name" +
"\022L\n\022member_orgs_policy\030\002 \001(\0132\036.protos.Co" +
"llectionPolicyConfigR\020memberOrgsPolicy\022." +
"\n\023required_peer_count\030\003 \001(\005R\021requiredPee" +
"rCount\022,\n\022maximum_peer_count\030\004 \001(\005R\020maxi" +
"mumPeerCount\022\"\n\rblock_to_live\030\005 \001(\004R\013blo" +
"ckToLive\022(\n\020member_only_read\030\006 \001(\010R\016memb" +
"erOnlyRead\022*\n\021member_only_write\030\007 \001(\010R\017m" +
"emberOnlyWrite\022H\n\022endorsement_policy\030\010 \001" +
"(\0132\031.protos.ApplicationPolicyR\021endorseme" +
"ntPolicy\"q\n\026CollectionPolicyConfig\022L\n\020si" +
"gnature_policy\030\001 \001(\0132\037.common.SignatureP" +
"olicyEnvelopeH\000R\017signaturePolicyB\t\n\007payl" +
"oadB\241\001\n\"org.hyperledger.fabric.protos.pe" +
"erB\017CollectionProtoP\001Z2github.com/hyperl" +
"edger/fabric-protos-go-apiv2/peer\242\002\003PXX\252" +
"\002\006Protos\312\002\006Protos\342\002\022Protos\\GPBMetadata\352\002" +
"\006Protosb\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
org.hyperledger.fabric.protos.common.PoliciesProto.getDescriptor(),
org.hyperledger.fabric.protos.peer.PolicyProto.getDescriptor(),
});
internal_static_protos_CollectionConfigPackage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_protos_CollectionConfigPackage_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_CollectionConfigPackage_descriptor,
new java.lang.String[] { "Config", });
internal_static_protos_CollectionConfig_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_protos_CollectionConfig_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_CollectionConfig_descriptor,
new java.lang.String[] { "StaticCollectionConfig", "Payload", });
internal_static_protos_StaticCollectionConfig_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_protos_StaticCollectionConfig_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_StaticCollectionConfig_descriptor,
new java.lang.String[] { "Name", "MemberOrgsPolicy", "RequiredPeerCount", "MaximumPeerCount", "BlockToLive", "MemberOnlyRead", "MemberOnlyWrite", "EndorsementPolicy", });
internal_static_protos_CollectionPolicyConfig_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_protos_CollectionPolicyConfig_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_CollectionPolicyConfig_descriptor,
new java.lang.String[] { "SignaturePolicy", "Payload", });
descriptor.resolveAllFeaturesImmutable();
org.hyperledger.fabric.protos.common.PoliciesProto.getDescriptor();
org.hyperledger.fabric.protos.peer.PolicyProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy