org.hyperledger.fabric.protos.orderer.AbProto Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: orderer/ab.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.orderer;
public final class AbProto {
private AbProto() {}
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 28,
/* patch= */ 2,
/* suffix= */ "",
AbProto.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_BroadcastResponse_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_orderer_BroadcastResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_orderer_SeekNewest_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_orderer_SeekNewest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_orderer_SeekOldest_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_orderer_SeekOldest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_orderer_SeekSpecified_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_orderer_SeekSpecified_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_orderer_SeekNextCommit_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_orderer_SeekNextCommit_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_orderer_SeekPosition_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_orderer_SeekPosition_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_orderer_SeekInfo_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_orderer_SeekInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_orderer_DeliverResponse_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_orderer_DeliverResponse_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\020orderer/ab.proto\022\007orderer\032\023common/comm" +
"on.proto\"O\n\021BroadcastResponse\022&\n\006status\030" +
"\001 \001(\0162\016.common.StatusR\006status\022\022\n\004info\030\002 " +
"\001(\tR\004info\"\014\n\nSeekNewest\"\014\n\nSeekOldest\"\'\n" +
"\rSeekSpecified\022\026\n\006number\030\001 \001(\004R\006number\"\020" +
"\n\016SeekNextCommit\"\350\001\n\014SeekPosition\022-\n\006new" +
"est\030\001 \001(\0132\023.orderer.SeekNewestH\000R\006newest" +
"\022-\n\006oldest\030\002 \001(\0132\023.orderer.SeekOldestH\000R" +
"\006oldest\0226\n\tspecified\030\003 \001(\0132\026.orderer.See" +
"kSpecifiedH\000R\tspecified\022:\n\013next_commit\030\004" +
" \001(\0132\027.orderer.SeekNextCommitH\000R\nnextCom" +
"mitB\006\n\004Type\"\323\003\n\010SeekInfo\022+\n\005start\030\001 \001(\0132" +
"\025.orderer.SeekPositionR\005start\022)\n\004stop\030\002 " +
"\001(\0132\025.orderer.SeekPositionR\004stop\022:\n\010beha" +
"vior\030\003 \001(\0162\036.orderer.SeekInfo.SeekBehavi" +
"orR\010behavior\022J\n\016error_response\030\004 \001(\0162#.o" +
"rderer.SeekInfo.SeekErrorResponseR\rerror" +
"Response\022D\n\014content_type\030\005 \001(\0162!.orderer" +
".SeekInfo.SeekContentTypeR\013contentType\"<" +
"\n\014SeekBehavior\022\025\n\021BLOCK_UNTIL_READY\020\000\022\025\n" +
"\021FAIL_IF_NOT_READY\020\001\"0\n\021SeekErrorRespons" +
"e\022\n\n\006STRICT\020\000\022\017\n\013BEST_EFFORT\020\001\"1\n\017SeekCo" +
"ntentType\022\t\n\005BLOCK\020\000\022\023\n\017HEADER_WITH_SIG\020" +
"\001\"j\n\017DeliverResponse\022(\n\006status\030\001 \001(\0162\016.c" +
"ommon.StatusH\000R\006status\022%\n\005block\030\002 \001(\0132\r." +
"common.BlockH\000R\005blockB\006\n\004Type2\213\001\n\017Atomic" +
"Broadcast\022=\n\tBroadcast\022\020.common.Envelope" +
"\032\032.orderer.BroadcastResponse(\0010\001\0229\n\007Deli" +
"ver\022\020.common.Envelope\032\030.orderer.DeliverR" +
"esponse(\0010\001B\243\001\n%org.hyperledger.fabric.p" +
"rotos.ordererB\007AbProtoP\001Z5github.com/hyp" +
"erledger/fabric-protos-go-apiv2/orderer\242" +
"\002\003OXX\252\002\007Orderer\312\002\007Orderer\342\002\023Orderer\\GPBM" +
"etadata\352\002\007Ordererb\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
org.hyperledger.fabric.protos.common.CommonProto.getDescriptor(),
});
internal_static_orderer_BroadcastResponse_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_orderer_BroadcastResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_orderer_BroadcastResponse_descriptor,
new java.lang.String[] { "Status", "Info", });
internal_static_orderer_SeekNewest_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_orderer_SeekNewest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_orderer_SeekNewest_descriptor,
new java.lang.String[] { });
internal_static_orderer_SeekOldest_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_orderer_SeekOldest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_orderer_SeekOldest_descriptor,
new java.lang.String[] { });
internal_static_orderer_SeekSpecified_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_orderer_SeekSpecified_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_orderer_SeekSpecified_descriptor,
new java.lang.String[] { "Number", });
internal_static_orderer_SeekNextCommit_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_orderer_SeekNextCommit_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_orderer_SeekNextCommit_descriptor,
new java.lang.String[] { });
internal_static_orderer_SeekPosition_descriptor =
getDescriptor().getMessageTypes().get(5);
internal_static_orderer_SeekPosition_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_orderer_SeekPosition_descriptor,
new java.lang.String[] { "Newest", "Oldest", "Specified", "NextCommit", "Type", });
internal_static_orderer_SeekInfo_descriptor =
getDescriptor().getMessageTypes().get(6);
internal_static_orderer_SeekInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_orderer_SeekInfo_descriptor,
new java.lang.String[] { "Start", "Stop", "Behavior", "ErrorResponse", "ContentType", });
internal_static_orderer_DeliverResponse_descriptor =
getDescriptor().getMessageTypes().get(7);
internal_static_orderer_DeliverResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_orderer_DeliverResponse_descriptor,
new java.lang.String[] { "Status", "Block", "Type", });
descriptor.resolveAllFeaturesImmutable();
org.hyperledger.fabric.protos.common.CommonProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy