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

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

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

package org.yamcs.api;

public final class AnnotationsProto {
  private AnnotationsProto() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
    registry.add(org.yamcs.api.AnnotationsProto.route);
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public static final int ROUTE_FIELD_NUMBER = 6433;
  /**
   * extend .google.protobuf.MethodOptions { ... }
   */
  public static final
    com.google.protobuf.GeneratedMessage.GeneratedExtension<
      com.google.protobuf.DescriptorProtos.MethodOptions,
      org.yamcs.api.HttpRoute> route = com.google.protobuf.GeneratedMessage
          .newFileScopedGeneratedExtension(
        org.yamcs.api.HttpRoute.class,
        org.yamcs.api.HttpRoute.getDefaultInstance());
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_yamcs_api_HttpRoute_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_yamcs_api_HttpRoute_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\033yamcs/api/annotations.proto\022\tyamcs.api" +
      "\032 google/protobuf/descriptor.proto\"\366\001\n\tH" +
      "ttpRoute\022\r\n\003get\030\001 \001(\tH\000\022\r\n\003put\030\002 \001(\tH\000\022\016" +
      "\n\004post\030\003 \001(\tH\000\022\020\n\006delete\030\004 \001(\tH\000\022\017\n\005patc" +
      "h\030\005 \001(\tH\000\022\022\n\ndeprecated\030\006 \001(\010\022\014\n\004body\030\007 " +
      "\001(\t\022\023\n\013maxBodySize\030\010 \001(\005\022\021\n\toffThread\030\t " +
      "\001(\010\022\020\n\010dataLoad\030\n \001(\010\0221\n\023additional_bind" +
      "ings\030\013 \003(\0132\024.yamcs.api.HttpRouteB\t\n\007patt" +
      "ern:D\n\005route\022\036.google.protobuf.MethodOpt" +
      "ions\030\2412 \001(\0132\024.yamcs.api.HttpRouteB#\n\rorg" +
      ".yamcs.apiB\020AnnotationsProtoP\001"
    };
    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[] {
          com.google.protobuf.DescriptorProtos.getDescriptor(),
        }, assigner);
    internal_static_yamcs_api_HttpRoute_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_yamcs_api_HttpRoute_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_yamcs_api_HttpRoute_descriptor,
        new java.lang.String[] { "Get", "Put", "Post", "Delete", "Patch", "Deprecated", "Body", "MaxBodySize", "OffThread", "DataLoad", "AdditionalBindings", "Pattern", });
    route.internalInit(descriptor.getExtensions().get(0));
    com.google.protobuf.DescriptorProtos.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy