All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.orderer.ConfigurationProto Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: orderer/configuration.proto
// Protobuf Java Version: 4.28.2

package org.hyperledger.fabric.protos.orderer;

public final class ConfigurationProto {
  private ConfigurationProto() {}
  static {
    com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
      com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
      /* major= */ 4,
      /* minor= */ 28,
      /* patch= */ 2,
      /* suffix= */ "",
      ConfigurationProto.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_ConsensusType_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_orderer_ConsensusType_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_orderer_BatchSize_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_orderer_BatchSize_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_orderer_BatchTimeout_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_orderer_BatchTimeout_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_orderer_KafkaBrokers_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_orderer_KafkaBrokers_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_orderer_ChannelRestrictions_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_orderer_ChannelRestrictions_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/configuration.proto\022\007orderer\"\245" +
      "\001\n\rConsensusType\022\022\n\004type\030\001 \001(\tR\004type\022\032\n\010" +
      "metadata\030\002 \001(\014R\010metadata\0222\n\005state\030\003 \001(\0162" +
      "\034.orderer.ConsensusType.StateR\005state\"0\n\005" +
      "State\022\020\n\014STATE_NORMAL\020\000\022\025\n\021STATE_MAINTEN" +
      "ANCE\020\001\"\225\001\n\tBatchSize\022*\n\021max_message_coun" +
      "t\030\001 \001(\rR\017maxMessageCount\022,\n\022absolute_max" +
      "_bytes\030\002 \001(\rR\020absoluteMaxBytes\022.\n\023prefer" +
      "red_max_bytes\030\003 \001(\rR\021preferredMaxBytes\"(" +
      "\n\014BatchTimeout\022\030\n\007timeout\030\001 \001(\tR\007timeout" +
      "\",\n\014KafkaBrokers\022\030\n\007brokers\030\001 \003(\tR\007broke" +
      "rs:\002\030\001\"2\n\023ChannelRestrictions\022\033\n\tmax_cou" +
      "nt\030\001 \001(\004R\010maxCountB\256\001\n%org.hyperledger.f" +
      "abric.protos.ordererB\022ConfigurationProto" +
      "P\001Z5github.com/hyperledger/fabric-protos" +
      "-go-apiv2/orderer\242\002\003OXX\252\002\007Orderer\312\002\007Orde" +
      "rer\342\002\023Orderer\\GPBMetadata\352\002\007Ordererb\006pro" +
      "to3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_orderer_ConsensusType_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_orderer_ConsensusType_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_orderer_ConsensusType_descriptor,
        new java.lang.String[] { "Type", "Metadata", "State", });
    internal_static_orderer_BatchSize_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_orderer_BatchSize_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_orderer_BatchSize_descriptor,
        new java.lang.String[] { "MaxMessageCount", "AbsoluteMaxBytes", "PreferredMaxBytes", });
    internal_static_orderer_BatchTimeout_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_orderer_BatchTimeout_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_orderer_BatchTimeout_descriptor,
        new java.lang.String[] { "Timeout", });
    internal_static_orderer_KafkaBrokers_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_orderer_KafkaBrokers_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_orderer_KafkaBrokers_descriptor,
        new java.lang.String[] { "Brokers", });
    internal_static_orderer_ChannelRestrictions_descriptor =
      getDescriptor().getMessageTypes().get(4);
    internal_static_orderer_ChannelRestrictions_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_orderer_ChannelRestrictions_descriptor,
        new java.lang.String[] { "MaxCount", });
    descriptor.resolveAllFeaturesImmutable();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy