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

com.github.dozermapper.protobuf.vo.protomultiple.ProtoTestObjectsMultipleFiles Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ProtoTestObjectsMultipleFiles.proto

package com.github.dozermapper.protobuf.vo.protomultiple;

public final class ProtoTestObjectsMultipleFiles {
  private ProtoTestObjectsMultipleFiles() {}
  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_TestObject_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_TestObject_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_SimpleProtoTestObject_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_SimpleProtoTestObject_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_ContainerObject_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_ContainerObject_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_ContainerObject_ContainedObject_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_ContainerObject_ContainedObject_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#ProtoTestObjectsMultipleFiles.proto\"\031\n" +
      "\nTestObject\022\013\n\003one\030\001 \001(\t\"4\n\025SimpleProtoT" +
      "estObject\022\033\n\006nested\030\001 \001(\0132\013.TestObject\"\270" +
      "\001\n\017ContainerObject\022.\n\004obj1\030\001 \001(\0132 .Conta" +
      "inerObject.ContainedObject\022-\n\005enum1\030\002 \001(" +
      "\0162\036.ContainerObject.ContainedEnum\032\035\n\017Con" +
      "tainedObject\022\n\n\002c1\030\001 \001(\t\"\'\n\rContainedEnu" +
      "m\022\n\n\006VALUE1\020\000\022\n\n\006VALUE2\020\001B4\n0com.github." +
      "dozermapper.protobuf.vo.protomultipleP\001b" +
      "\006proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        }, assigner);
    internal_static_TestObject_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_TestObject_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_TestObject_descriptor,
        new java.lang.String[] { "One", });
    internal_static_SimpleProtoTestObject_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_SimpleProtoTestObject_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_SimpleProtoTestObject_descriptor,
        new java.lang.String[] { "Nested", });
    internal_static_ContainerObject_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_ContainerObject_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_ContainerObject_descriptor,
        new java.lang.String[] { "Obj1", "Enum1", });
    internal_static_ContainerObject_ContainedObject_descriptor =
      internal_static_ContainerObject_descriptor.getNestedTypes().get(0);
    internal_static_ContainerObject_ContainedObject_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_ContainerObject_ContainedObject_descriptor,
        new java.lang.String[] { "C1", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy