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

com.signalfx.shaded.google.protobuf.TypeProto Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/type.proto

package com.signalfx.shaded.google.protobuf;

public final class TypeProto {
  private TypeProto() {}
  public static void registerAllExtensions(
      com.signalfx.shaded.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.signalfx.shaded.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.signalfx.shaded.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.signalfx.shaded.google.protobuf.Descriptors.Descriptor
    internal_static_google_protobuf_Type_descriptor;
  static final 
    com.signalfx.shaded.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_protobuf_Type_fieldAccessorTable;
  static final com.signalfx.shaded.google.protobuf.Descriptors.Descriptor
    internal_static_google_protobuf_Field_descriptor;
  static final 
    com.signalfx.shaded.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_protobuf_Field_fieldAccessorTable;
  static final com.signalfx.shaded.google.protobuf.Descriptors.Descriptor
    internal_static_google_protobuf_Enum_descriptor;
  static final 
    com.signalfx.shaded.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_protobuf_Enum_fieldAccessorTable;
  static final com.signalfx.shaded.google.protobuf.Descriptors.Descriptor
    internal_static_google_protobuf_EnumValue_descriptor;
  static final 
    com.signalfx.shaded.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_protobuf_EnumValue_fieldAccessorTable;
  static final com.signalfx.shaded.google.protobuf.Descriptors.Descriptor
    internal_static_google_protobuf_Option_descriptor;
  static final 
    com.signalfx.shaded.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_protobuf_Option_fieldAccessorTable;

  public static com.signalfx.shaded.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.signalfx.shaded.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\032google/protobuf/type.proto\022\017google.pro" +
      "tobuf\032\031google/protobuf/any.proto\032$google" +
      "/protobuf/source_context.proto\"\247\002\n\004Type\022" +
      "\022\n\004name\030\001 \001(\tR\004name\022.\n\006fields\030\002 \003(\0132\026.go" +
      "ogle.protobuf.FieldR\006fields\022\026\n\006oneofs\030\003 " +
      "\003(\tR\006oneofs\0221\n\007options\030\004 \003(\0132\027.google.pr" +
      "otobuf.OptionR\007options\022E\n\016source_context" +
      "\030\005 \001(\0132\036.google.protobuf.SourceContextR\r" +
      "sourceContext\022/\n\006syntax\030\006 \001(\0162\027.google.p" +
      "rotobuf.SyntaxR\006syntax\022\030\n\007edition\030\007 \001(\tR" +
      "\007edition\"\264\006\n\005Field\022/\n\004kind\030\001 \001(\0162\033.googl" +
      "e.protobuf.Field.KindR\004kind\022D\n\013cardinali" +
      "ty\030\002 \001(\0162\".google.protobuf.Field.Cardina" +
      "lityR\013cardinality\022\026\n\006number\030\003 \001(\005R\006numbe" +
      "r\022\022\n\004name\030\004 \001(\tR\004name\022\031\n\010type_url\030\006 \001(\tR" +
      "\007typeUrl\022\037\n\013oneof_index\030\007 \001(\005R\noneofInde" +
      "x\022\026\n\006packed\030\010 \001(\010R\006packed\0221\n\007options\030\t \003" +
      "(\0132\027.google.protobuf.OptionR\007options\022\033\n\t" +
      "json_name\030\n \001(\tR\010jsonName\022#\n\rdefault_val" +
      "ue\030\013 \001(\tR\014defaultValue\"\310\002\n\004Kind\022\020\n\014TYPE_" +
      "UNKNOWN\020\000\022\017\n\013TYPE_DOUBLE\020\001\022\016\n\nTYPE_FLOAT" +
      "\020\002\022\016\n\nTYPE_INT64\020\003\022\017\n\013TYPE_UINT64\020\004\022\016\n\nT" +
      "YPE_INT32\020\005\022\020\n\014TYPE_FIXED64\020\006\022\020\n\014TYPE_FI" +
      "XED32\020\007\022\r\n\tTYPE_BOOL\020\010\022\017\n\013TYPE_STRING\020\t\022" +
      "\016\n\nTYPE_GROUP\020\n\022\020\n\014TYPE_MESSAGE\020\013\022\016\n\nTYP" +
      "E_BYTES\020\014\022\017\n\013TYPE_UINT32\020\r\022\r\n\tTYPE_ENUM\020" +
      "\016\022\021\n\rTYPE_SFIXED32\020\017\022\021\n\rTYPE_SFIXED64\020\020\022" +
      "\017\n\013TYPE_SINT32\020\021\022\017\n\013TYPE_SINT64\020\022\"t\n\013Car" +
      "dinality\022\027\n\023CARDINALITY_UNKNOWN\020\000\022\030\n\024CAR" +
      "DINALITY_OPTIONAL\020\001\022\030\n\024CARDINALITY_REQUI" +
      "RED\020\002\022\030\n\024CARDINALITY_REPEATED\020\003\"\231\002\n\004Enum" +
      "\022\022\n\004name\030\001 \001(\tR\004name\0228\n\tenumvalue\030\002 \003(\0132" +
      "\032.google.protobuf.EnumValueR\tenumvalue\0221" +
      "\n\007options\030\003 \003(\0132\027.google.protobuf.Option" +
      "R\007options\022E\n\016source_context\030\004 \001(\0132\036.goog" +
      "le.protobuf.SourceContextR\rsourceContext" +
      "\022/\n\006syntax\030\005 \001(\0162\027.google.protobuf.Synta" +
      "xR\006syntax\022\030\n\007edition\030\006 \001(\tR\007edition\"j\n\tE" +
      "numValue\022\022\n\004name\030\001 \001(\tR\004name\022\026\n\006number\030\002" +
      " \001(\005R\006number\0221\n\007options\030\003 \003(\0132\027.google.p" +
      "rotobuf.OptionR\007options\"H\n\006Option\022\022\n\004nam" +
      "e\030\001 \001(\tR\004name\022*\n\005value\030\002 \001(\0132\024.google.pr" +
      "otobuf.AnyR\005value*C\n\006Syntax\022\021\n\rSYNTAX_PR" +
      "OTO2\020\000\022\021\n\rSYNTAX_PROTO3\020\001\022\023\n\017SYNTAX_EDIT" +
      "IONS\020\002B{\n\023com.google.protobufB\tTypeProto" +
      "P\001Z-google.golang.org/protobuf/types/kno" +
      "wn/typepb\370\001\001\242\002\003GPB\252\002\036Google.Protobuf.Wel" +
      "lKnownTypesb\006proto3"
    };
    descriptor = com.signalfx.shaded.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.signalfx.shaded.google.protobuf.AnyProto.getDescriptor(),
          com.signalfx.shaded.google.protobuf.SourceContextProto.getDescriptor(),
        });
    internal_static_google_protobuf_Type_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_google_protobuf_Type_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_protobuf_Type_descriptor,
        new java.lang.String[] { "Name", "Fields", "Oneofs", "Options", "SourceContext", "Syntax", "Edition", });
    internal_static_google_protobuf_Field_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_google_protobuf_Field_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_protobuf_Field_descriptor,
        new java.lang.String[] { "Kind", "Cardinality", "Number", "Name", "TypeUrl", "OneofIndex", "Packed", "Options", "JsonName", "DefaultValue", });
    internal_static_google_protobuf_Enum_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_google_protobuf_Enum_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_protobuf_Enum_descriptor,
        new java.lang.String[] { "Name", "Enumvalue", "Options", "SourceContext", "Syntax", "Edition", });
    internal_static_google_protobuf_EnumValue_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_google_protobuf_EnumValue_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_protobuf_EnumValue_descriptor,
        new java.lang.String[] { "Name", "Number", "Options", });
    internal_static_google_protobuf_Option_descriptor =
      getDescriptor().getMessageTypes().get(4);
    internal_static_google_protobuf_Option_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_google_protobuf_Option_descriptor,
        new java.lang.String[] { "Name", "Value", });
    com.signalfx.shaded.google.protobuf.AnyProto.getDescriptor();
    com.signalfx.shaded.google.protobuf.SourceContextProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy