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

org.yamcs.api.ExceptionProto Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/api/exception.proto

package org.yamcs.api;

public final class ExceptionProto {
  private ExceptionProto() {}
  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_yamcs_api_ExceptionMessage_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_yamcs_api_ExceptionMessage_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_yamcs_api_FilterSyntaxException_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_yamcs_api_FilterSyntaxException_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\031yamcs/api/exception.proto\022\tyamcs.api\032\031" +
      "google/protobuf/any.proto\"a\n\020ExceptionMe" +
      "ssage\022\014\n\004code\030\001 \001(\005\022\014\n\004type\030\002 \001(\t\022\013\n\003msg" +
      "\030\003 \001(\t\022$\n\006detail\030\004 \001(\0132\024.google.protobuf" +
      ".Any\"c\n\025FilterSyntaxException\022\021\n\tbeginLi" +
      "ne\030\001 \001(\005\022\023\n\013beginColumn\030\002 \001(\005\022\017\n\007endLine" +
      "\030\003 \001(\005\022\021\n\tendColumn\030\004 \001(\005B!\n\rorg.yamcs.a" +
      "piB\016ExceptionProtoP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.AnyProto.getDescriptor(),
        });
    internal_static_yamcs_api_ExceptionMessage_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_yamcs_api_ExceptionMessage_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_yamcs_api_ExceptionMessage_descriptor,
        new java.lang.String[] { "Code", "Type", "Msg", "Detail", });
    internal_static_yamcs_api_FilterSyntaxException_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_yamcs_api_FilterSyntaxException_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_yamcs_api_FilterSyntaxException_descriptor,
        new java.lang.String[] { "BeginLine", "BeginColumn", "EndLine", "EndColumn", });
    com.google.protobuf.AnyProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy