001// Generated by the protocol buffer compiler.  DO NOT EDIT!
002// NO CHECKED-IN PROTOBUF GENCODE
003// source: java/dev/enola/core/enola_ext.proto
004// Protobuf Java Version: 4.32.0
005
006package dev.enola.core.ext.proto;
007
008@com.google.protobuf.Generated
009public final class EnolaExt {
010  private EnolaExt() {}
011  static {
012    com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
013      com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
014      /* major= */ 4,
015      /* minor= */ 32,
016      /* patch= */ 0,
017      /* suffix= */ "",
018      EnolaExt.class.getName());
019  }
020  public static void registerAllExtensions(
021      com.google.protobuf.ExtensionRegistryLite registry) {
022    registry.add(dev.enola.core.ext.proto.EnolaExt.type);
023  }
024
025  public static void registerAllExtensions(
026      com.google.protobuf.ExtensionRegistry registry) {
027    registerAllExtensions(
028        (com.google.protobuf.ExtensionRegistryLite) registry);
029  }
030  public static final int TYPE_FIELD_NUMBER = 2734;
031  /**
032   * <code>extend .google.protobuf.FieldOptions { ... }</code>
033   */
034  public static final
035    com.google.protobuf.GeneratedMessage.GeneratedExtension<
036      com.google.protobuf.DescriptorProtos.FieldOptions,
037      java.lang.String> type = com.google.protobuf.GeneratedMessage
038          .newFileScopedGeneratedExtension(
039        java.lang.String.class,
040        null);
041
042  public static com.google.protobuf.Descriptors.FileDescriptor
043      getDescriptor() {
044    return descriptor;
045  }
046  private static  com.google.protobuf.Descriptors.FileDescriptor
047      descriptor;
048  static {
049    java.lang.String[] descriptorData = {
050      "\n#java/dev/enola/core/enola_ext.proto\022\td" +
051      "ev.enola\032 google/protobuf/descriptor.pro" +
052      "to:,\n\004type\022\035.google.protobuf.FieldOption" +
053      "s\030\256\025 \001(\tB3\n\030dev.enola.core.ext.protoP\001Z\022" +
054      "dev/enola/core/ext\330\001\001b\006proto3"
055    };
056    descriptor = com.google.protobuf.Descriptors.FileDescriptor
057      .internalBuildGeneratedFileFrom(descriptorData,
058        new com.google.protobuf.Descriptors.FileDescriptor[] {
059          com.google.protobuf.DescriptorProtos.getDescriptor(),
060        });
061    type.internalInit(descriptor.getExtensions().get(0));
062    descriptor.resolveAllFeaturesImmutable();
063    com.google.protobuf.DescriptorProtos.getDescriptor();
064  }
065
066  // @@protoc_insertion_point(outer_class_scope)
067}