org.hyperledger.fabric.protos.peer.ResourcesProto Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/resources.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public final class ResourcesProto {
private ResourcesProto() {}
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 28,
/* patch= */ 2,
/* suffix= */ "",
ResourcesProto.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_ChaincodeIdentifier_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_ChaincodeIdentifier_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_protos_ChaincodeValidation_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_ChaincodeValidation_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_protos_VSCCArgs_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_VSCCArgs_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_protos_ChaincodeEndorsement_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_ChaincodeEndorsement_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_protos_ConfigTree_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_ConfigTree_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\024peer/resources.proto\022\006protos\032\025common/c" +
"onfigtx.proto\"C\n\023ChaincodeIdentifier\022\022\n\004" +
"hash\030\001 \001(\014R\004hash\022\030\n\007version\030\002 \001(\tR\007versi" +
"on\"E\n\023ChaincodeValidation\022\022\n\004name\030\001 \001(\tR" +
"\004name\022\032\n\010argument\030\002 \001(\014R\010argument\"@\n\010VSC" +
"CArgs\0224\n\026endorsement_policy_ref\030\001 \001(\tR\024e" +
"ndorsementPolicyRef\"*\n\024ChaincodeEndorsem" +
"ent\022\022\n\004name\030\001 \001(\tR\004name\"~\n\nConfigTree\0225\n" +
"\016channel_config\030\001 \001(\0132\016.common.ConfigR\rc" +
"hannelConfig\0229\n\020resources_config\030\002 \001(\0132\016" +
".common.ConfigR\017resourcesConfigB\240\001\n\"org." +
"hyperledger.fabric.protos.peerB\016Resource" +
"sProtoP\001Z2github.com/hyperledger/fabric-" +
"protos-go-apiv2/peer\242\002\003PXX\252\002\006Protos\312\002\006Pr" +
"otos\342\002\022Protos\\GPBMetadata\352\002\006Protosb\006prot" +
"o3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
org.hyperledger.fabric.protos.common.ConfigTxProto.getDescriptor(),
});
internal_static_protos_ChaincodeIdentifier_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_protos_ChaincodeIdentifier_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_ChaincodeIdentifier_descriptor,
new java.lang.String[] { "Hash", "Version", });
internal_static_protos_ChaincodeValidation_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_protos_ChaincodeValidation_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_ChaincodeValidation_descriptor,
new java.lang.String[] { "Name", "Argument", });
internal_static_protos_VSCCArgs_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_protos_VSCCArgs_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_VSCCArgs_descriptor,
new java.lang.String[] { "EndorsementPolicyRef", });
internal_static_protos_ChaincodeEndorsement_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_protos_ChaincodeEndorsement_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_ChaincodeEndorsement_descriptor,
new java.lang.String[] { "Name", });
internal_static_protos_ConfigTree_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_protos_ConfigTree_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_ConfigTree_descriptor,
new java.lang.String[] { "ChannelConfig", "ResourcesConfig", });
descriptor.resolveAllFeaturesImmutable();
org.hyperledger.fabric.protos.common.ConfigTxProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy