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

org.yamcs.protobuf.SubscribeEventsRequestOrBuilder 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/protobuf/events/events_service.proto

package org.yamcs.protobuf;

public interface SubscribeEventsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.events.SubscribeEventsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return Whether the instance field is set. */ boolean hasInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The instance. */ java.lang.String getInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The bytes for instance. */ com.google.protobuf.ByteString getInstanceBytes(); /** *
   * Filter query. See :doc:`../filtering` for how to write a filter query.
   * Literal text search matches against the fields ``message``, ``source`` and
   * ``type``.
   * Field comparisons can use any of the following fields:
   * .. list-table::
   *     :widths: 25 25 50
   *     * - ``message``
   *       - string
   *       -
   *     * - ``seqNumber``
   *       - number
   *       -
   *     * - ``severity``
   *       - enum
   *       - One of ``info``, ``watch``, ``warning``, ``distress``, ``critical`` or ``severe``.
   *     * - ``source``
   *       - string
   *       -
   *     * - ``type``
   *       - string
   *       -
   * 
* * optional string filter = 2; * @return Whether the filter field is set. */ boolean hasFilter(); /** *
   * Filter query. See :doc:`../filtering` for how to write a filter query.
   * Literal text search matches against the fields ``message``, ``source`` and
   * ``type``.
   * Field comparisons can use any of the following fields:
   * .. list-table::
   *     :widths: 25 25 50
   *     * - ``message``
   *       - string
   *       -
   *     * - ``seqNumber``
   *       - number
   *       -
   *     * - ``severity``
   *       - enum
   *       - One of ``info``, ``watch``, ``warning``, ``distress``, ``critical`` or ``severe``.
   *     * - ``source``
   *       - string
   *       -
   *     * - ``type``
   *       - string
   *       -
   * 
* * optional string filter = 2; * @return The filter. */ java.lang.String getFilter(); /** *
   * Filter query. See :doc:`../filtering` for how to write a filter query.
   * Literal text search matches against the fields ``message``, ``source`` and
   * ``type``.
   * Field comparisons can use any of the following fields:
   * .. list-table::
   *     :widths: 25 25 50
   *     * - ``message``
   *       - string
   *       -
   *     * - ``seqNumber``
   *       - number
   *       -
   *     * - ``severity``
   *       - enum
   *       - One of ``info``, ``watch``, ``warning``, ``distress``, ``critical`` or ``severe``.
   *     * - ``source``
   *       - string
   *       -
   *     * - ``type``
   *       - string
   *       -
   * 
* * optional string filter = 2; * @return The bytes for filter. */ com.google.protobuf.ByteString getFilterBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy