Package org.yamcs.api

Class AnnotationsProto

java.lang.Object
org.yamcs.api.AnnotationsProto

public final class AnnotationsProto extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,List<FieldBehavior>>
    extend .google.protobuf.FieldOptions { ... }
    static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.ServiceOptions,String>
    Short, human-friendly label describing this service.
    static final int
     
    static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,HttpRoute>
    extend .google.protobuf.MethodOptions { ... }
    static final int
     
    static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,WebSocketTopic>
    extend .google.protobuf.MethodOptions { ... }
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.google.protobuf.Descriptors.FileDescriptor
     
    static void
    registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
     
    static void
    registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LABEL_FIELD_NUMBER

      public static final int LABEL_FIELD_NUMBER
      See Also:
    • label

      public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.ServiceOptions,String> label
       Short, human-friendly label describing this service.
       This is a hint to programs that process proto
       definitions, such as for document generation.
       Example:
         service MdbApi {
           option (yamcs.api.label) = "MDB";
         }
       
      extend .google.protobuf.ServiceOptions { ... }
    • ROUTE_FIELD_NUMBER

      public static final int ROUTE_FIELD_NUMBER
      See Also:
    • route

      public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,HttpRoute> route
      extend .google.protobuf.MethodOptions { ... }
    • WEBSOCKET_FIELD_NUMBER

      public static final int WEBSOCKET_FIELD_NUMBER
      See Also:
    • websocket

      public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,WebSocketTopic> websocket
      extend .google.protobuf.MethodOptions { ... }
    • FIELD_BEHAVIOR_FIELD_NUMBER

      public static final int FIELD_BEHAVIOR_FIELD_NUMBER
      See Also:
    • fieldBehavior

      public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,List<FieldBehavior>> fieldBehavior
      extend .google.protobuf.FieldOptions { ... }
  • Method Details

    • registerAllExtensions

      public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
    • registerAllExtensions

      public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
    • getDescriptor

      public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()