Package org.yamcs.protobuf
Interface SubscribeEventsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubscribeEventsRequest,SubscribeEventsRequest.Builder
public interface SubscribeEventsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionFilter query.com.google.protobuf.ByteStringFilter query.Yamcs instance namecom.google.protobuf.ByteStringYamcs instance namebooleanFilter query.booleanYamcs instance nameMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInstance
boolean hasInstance()Yamcs instance name
optional string instance = 1;- Returns:
- Whether the instance field is set.
-
getInstance
String getInstance()Yamcs instance name
optional string instance = 1;- Returns:
- The instance.
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()Yamcs instance name
optional string instance = 1;- Returns:
- The bytes for instance.
-
hasFilter
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;- Returns:
- Whether the filter field is set.
-
getFilter
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;- Returns:
- The filter.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()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;- Returns:
- The bytes for filter.
-