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

org.yamcs.protobuf.StreamEventsRequestOrBuilder 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 StreamEventsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.events.StreamEventsRequest)
    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 the lower bound of the event's generation time. Specify a date
   * string in ISO 8601 format.
   * 
* * optional .google.protobuf.Timestamp start = 2; * @return Whether the start field is set. */ boolean hasStart(); /** *
   * Filter the lower bound of the event's generation time. Specify a date
   * string in ISO 8601 format.
   * 
* * optional .google.protobuf.Timestamp start = 2; * @return The start. */ com.google.protobuf.Timestamp getStart(); /** *
   * Filter the lower bound of the event's generation time. Specify a date
   * string in ISO 8601 format.
   * 
* * optional .google.protobuf.Timestamp start = 2; */ com.google.protobuf.TimestampOrBuilder getStartOrBuilder(); /** *
   * Filter the upper bound of the event's generation time. Specify a date
   * string in ISO 8601 format.
   * 
* * optional .google.protobuf.Timestamp stop = 3; * @return Whether the stop field is set. */ boolean hasStop(); /** *
   * Filter the upper bound of the event's generation time. Specify a date
   * string in ISO 8601 format.
   * 
* * optional .google.protobuf.Timestamp stop = 3; * @return The stop. */ com.google.protobuf.Timestamp getStop(); /** *
   * Filter the upper bound of the event's generation time. Specify a date
   * string in ISO 8601 format.
   * 
* * optional .google.protobuf.Timestamp stop = 3; */ com.google.protobuf.TimestampOrBuilder getStopOrBuilder(); /** *
   * Event sources to include. Leave unset, to include all.
   * 
* * repeated string source = 4; * @return A list containing the source. */ java.util.List getSourceList(); /** *
   * Event sources to include. Leave unset, to include all.
   * 
* * repeated string source = 4; * @return The count of source. */ int getSourceCount(); /** *
   * Event sources to include. Leave unset, to include all.
   * 
* * repeated string source = 4; * @param index The index of the element to return. * @return The source at the given index. */ java.lang.String getSource(int index); /** *
   * Event sources to include. Leave unset, to include all.
   * 
* * repeated string source = 4; * @param index The index of the value to return. * @return The bytes of the source at the given index. */ com.google.protobuf.ByteString getSourceBytes(int index); /** *
   * Filter on minimum severity level
   * 
* * optional string severity = 5; * @return Whether the severity field is set. */ boolean hasSeverity(); /** *
   * Filter on minimum severity level
   * 
* * optional string severity = 5; * @return The severity. */ java.lang.String getSeverity(); /** *
   * Filter on minimum severity level
   * 
* * optional string severity = 5; * @return The bytes for severity. */ com.google.protobuf.ByteString getSeverityBytes(); /** *
   * Search by text
   * 
* * optional string q = 6; * @return Whether the q field is set. */ boolean hasQ(); /** *
   * Search by text
   * 
* * optional string q = 6; * @return The q. */ java.lang.String getQ(); /** *
   * Search by text
   * 
* * optional string q = 6; * @return The bytes for q. */ com.google.protobuf.ByteString getQBytes(); /** *
   * 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 = 7; * @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 = 7; * @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 = 7; * @return The bytes for filter. */ com.google.protobuf.ByteString getFilterBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy