Interface ListNotificationsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListNotificationsResponse, ListNotificationsResponse.Builder

public interface ListNotificationsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasRuntimeId

      boolean hasRuntimeId()
       Current runtime identifier
       
      optional string runtimeId = 1;
      Returns:
      Whether the runtimeId field is set.
    • getRuntimeId

      String getRuntimeId()
       Current runtime identifier
       
      optional string runtimeId = 1;
      Returns:
      The runtimeId.
    • getRuntimeIdBytes

      com.google.protobuf.ByteString getRuntimeIdBytes()
       Current runtime identifier
       
      optional string runtimeId = 1;
      Returns:
      The bytes for runtimeId.
    • getNotificationsList

      List<NotificationInfo> getNotificationsList()
       Latest notifications for the current runtime
       
      repeated .yamcs.protobuf.web.NotificationInfo notifications = 2;
    • getNotifications

      NotificationInfo getNotifications(int index)
       Latest notifications for the current runtime
       
      repeated .yamcs.protobuf.web.NotificationInfo notifications = 2;
    • getNotificationsCount

      int getNotificationsCount()
       Latest notifications for the current runtime
       
      repeated .yamcs.protobuf.web.NotificationInfo notifications = 2;
    • getNotificationsOrBuilderList

      List<? extends NotificationInfoOrBuilder> getNotificationsOrBuilderList()
       Latest notifications for the current runtime
       
      repeated .yamcs.protobuf.web.NotificationInfo notifications = 2;
    • getNotificationsOrBuilder

      NotificationInfoOrBuilder getNotificationsOrBuilder(int index)
       Latest notifications for the current runtime
       
      repeated .yamcs.protobuf.web.NotificationInfo notifications = 2;