org.hyperledger.fabric.protos.orderer.ClusterserverProto Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: orderer/clusterserver.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.orderer;
public final class ClusterserverProto {
private ClusterserverProto() {}
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 28,
/* patch= */ 2,
/* suffix= */ "",
ClusterserverProto.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_orderer_ClusterNodeServiceStepRequest_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_orderer_ClusterNodeServiceStepRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_orderer_ClusterNodeServiceStepResponse_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_orderer_ClusterNodeServiceStepResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_orderer_NodeConsensusRequest_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_orderer_NodeConsensusRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_orderer_NodeTransactionOrderRequest_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_orderer_NodeTransactionOrderRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_orderer_TransactionOrderResponse_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_orderer_TransactionOrderResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_orderer_NodeAuthRequest_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_orderer_NodeAuthRequest_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\033orderer/clusterserver.proto\022\007orderer\032\023" +
"common/common.proto\032\037google/protobuf/tim" +
"estamp.proto\"\216\002\n\035ClusterNodeServiceStepR" +
"equest\022H\n\017node_conrequest\030\001 \001(\0132\035.ordere" +
"r.NodeConsensusRequestH\000R\016nodeConrequest" +
"\022Q\n\020node_tranrequest\030\002 \001(\0132$.orderer.Nod" +
"eTransactionOrderRequestH\000R\017nodeTranrequ" +
"est\022E\n\020node_authrequest\030\003 \001(\0132\030.orderer." +
"NodeAuthRequestH\000R\017nodeAuthrequestB\t\n\007pa" +
"yload\"u\n\036ClusterNodeServiceStepResponse\022" +
"H\n\rtranorder_res\030\001 \001(\0132!.orderer.Transac" +
"tionOrderResponseH\000R\014tranorderResB\t\n\007pay" +
"load\"L\n\024NodeConsensusRequest\022\030\n\007payload\030" +
"\001 \001(\014R\007payload\022\032\n\010metadata\030\002 \001(\014R\010metada" +
"ta\"y\n\033NodeTransactionOrderRequest\022.\n\023las" +
"t_validation_seq\030\001 \001(\004R\021lastValidationSe" +
"q\022*\n\007payload\030\002 \001(\0132\020.common.EnvelopeR\007pa" +
"yload\"\205\001\n\030TransactionOrderResponse\022\030\n\007ch" +
"annel\030\001 \001(\tR\007channel\022\023\n\005tx_id\030\002 \001(\tR\004txI" +
"d\022&\n\006status\030\003 \001(\0162\016.common.StatusR\006statu" +
"s\022\022\n\004info\030\004 \001(\tR\004info\"\364\001\n\017NodeAuthReques" +
"t\022\030\n\007version\030\001 \001(\rR\007version\022\034\n\tsignature" +
"\030\002 \001(\014R\tsignature\0228\n\ttimestamp\030\003 \001(\0132\032.g" +
"oogle.protobuf.TimestampR\ttimestamp\022\027\n\007f" +
"rom_id\030\004 \001(\004R\006fromId\022\023\n\005to_id\030\005 \001(\004R\004toI" +
"d\022\'\n\017session_binding\030\006 \001(\014R\016sessionBindi" +
"ng\022\030\n\007channel\030\007 \001(\tR\007channel2q\n\022ClusterN" +
"odeService\022[\n\004Step\022&.orderer.ClusterNode" +
"ServiceStepRequest\032\'.orderer.ClusterNode" +
"ServiceStepResponse(\0010\001B\256\001\n%org.hyperled" +
"ger.fabric.protos.ordererB\022Clusterserver" +
"ProtoP\001Z5github.com/hyperledger/fabric-p" +
"rotos-go-apiv2/orderer\242\002\003OXX\252\002\007Orderer\312\002" +
"\007Orderer\342\002\023Orderer\\GPBMetadata\352\002\007Orderer" +
"b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
org.hyperledger.fabric.protos.common.CommonProto.getDescriptor(),
com.google.protobuf.TimestampProto.getDescriptor(),
});
internal_static_orderer_ClusterNodeServiceStepRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_orderer_ClusterNodeServiceStepRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_orderer_ClusterNodeServiceStepRequest_descriptor,
new java.lang.String[] { "NodeConrequest", "NodeTranrequest", "NodeAuthrequest", "Payload", });
internal_static_orderer_ClusterNodeServiceStepResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_orderer_ClusterNodeServiceStepResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_orderer_ClusterNodeServiceStepResponse_descriptor,
new java.lang.String[] { "TranorderRes", "Payload", });
internal_static_orderer_NodeConsensusRequest_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_orderer_NodeConsensusRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_orderer_NodeConsensusRequest_descriptor,
new java.lang.String[] { "Payload", "Metadata", });
internal_static_orderer_NodeTransactionOrderRequest_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_orderer_NodeTransactionOrderRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_orderer_NodeTransactionOrderRequest_descriptor,
new java.lang.String[] { "LastValidationSeq", "Payload", });
internal_static_orderer_TransactionOrderResponse_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_orderer_TransactionOrderResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_orderer_TransactionOrderResponse_descriptor,
new java.lang.String[] { "Channel", "TxId", "Status", "Info", });
internal_static_orderer_NodeAuthRequest_descriptor =
getDescriptor().getMessageTypes().get(5);
internal_static_orderer_NodeAuthRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_orderer_NodeAuthRequest_descriptor,
new java.lang.String[] { "Version", "Signature", "Timestamp", "FromId", "ToId", "SessionBinding", "Channel", });
descriptor.resolveAllFeaturesImmutable();
org.hyperledger.fabric.protos.common.CommonProto.getDescriptor();
com.google.protobuf.TimestampProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy