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

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

There is a newer version: 6.5.2
Show 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;

  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.TestObjectB4" +
      "\n0com.github.dozermapper.protobuf.vo.pro" +
      "tomultipleP\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", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy