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

org.apache.flink.formats.protobuf.testproto.MapTestOuterClass Maven / Gradle / Ivy

There is a newer version: 1.12.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: map_test.proto

package org.apache.flink.formats.protobuf.testproto;

public final class MapTestOuterClass {
  private MapTestOuterClass() {}
  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_org_apache_flink_formats_protobuf_testproto_MapTest_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_Map1Entry_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_Map1Entry_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_Map2Entry_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_Map2Entry_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_InnerMessageTest_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_InnerMessageTest_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\016map_test.proto\022+org.apache.flink.forma" +
      "ts.protobuf.testproto\"\373\002\n\007MapTest\022\t\n\001a\030\001" +
      " \001(\005\022L\n\004map1\030\002 \003(\0132>.org.apache.flink.fo" +
      "rmats.protobuf.testproto.MapTest.Map1Ent" +
      "ry\022L\n\004map2\030\003 \003(\0132>.org.apache.flink.form" +
      "ats.protobuf.testproto.MapTest.Map2Entry" +
      "\032+\n\tMap1Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(" +
      "\t:\0028\001\032r\n\tMap2Entry\022\013\n\003key\030\001 \001(\t\022T\n\005value" +
      "\030\002 \001(\0132E.org.apache.flink.formats.protob" +
      "uf.testproto.MapTest.InnerMessageTest:\0028" +
      "\001\032(\n\020InnerMessageTest\022\t\n\001a\030\001 \001(\005\022\t\n\001b\030\002 " +
      "\001(\003B/\n+org.apache.flink.formats.protobuf" +
      ".testprotoP\001"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_descriptor,
        new java.lang.String[] { "A", "Map1", "Map2", });
    internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_Map1Entry_descriptor =
      internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_descriptor.getNestedTypes().get(0);
    internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_Map1Entry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_Map1Entry_descriptor,
        new java.lang.String[] { "Key", "Value", });
    internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_Map2Entry_descriptor =
      internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_descriptor.getNestedTypes().get(1);
    internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_Map2Entry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_Map2Entry_descriptor,
        new java.lang.String[] { "Key", "Value", });
    internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_InnerMessageTest_descriptor =
      internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_descriptor.getNestedTypes().get(2);
    internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_InnerMessageTest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_org_apache_flink_formats_protobuf_testproto_MapTest_InnerMessageTest_descriptor,
        new java.lang.String[] { "A", "B", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy