Package org.yamcs.web.api
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 Summary
Modifier and TypeMethodDescriptiongetNotifications(int index) Latest notifications for the current runtimeintLatest notifications for the current runtimeLatest notifications for the current runtimegetNotificationsOrBuilder(int index) Latest notifications for the current runtimeList<? extends NotificationInfoOrBuilder>Latest notifications for the current runtimeCurrent runtime identifiercom.google.protobuf.ByteStringCurrent runtime identifierbooleanCurrent runtime identifierMethods 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
-
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
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
Latest notifications for the current runtime
repeated .yamcs.protobuf.web.NotificationInfo notifications = 2;
-