Interface WebsocketProtoMessage.PushNotificationsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WebsocketProtoMessage.PushNotifications,WebsocketProtoMessage.PushNotifications.Builder
- Enclosing class:
- WebsocketProtoMessage
public static interface WebsocketProtoMessage.PushNotificationsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNotifications(int index) repeated .ignition.rpc.WebsocketProtoMessage.PushNotification notifications = 1;intrepeated .ignition.rpc.WebsocketProtoMessage.PushNotification notifications = 1;repeated .ignition.rpc.WebsocketProtoMessage.PushNotification notifications = 1;getNotificationsOrBuilder(int index) repeated .ignition.rpc.WebsocketProtoMessage.PushNotification notifications = 1;repeated .ignition.rpc.WebsocketProtoMessage.PushNotification notifications = 1;Methods 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
-
getNotificationsList
List<WebsocketProtoMessage.PushNotification> getNotificationsList()repeated .ignition.rpc.WebsocketProtoMessage.PushNotification notifications = 1; -
getNotifications
repeated .ignition.rpc.WebsocketProtoMessage.PushNotification notifications = 1; -
getNotificationsCount
int getNotificationsCount()repeated .ignition.rpc.WebsocketProtoMessage.PushNotification notifications = 1; -
getNotificationsOrBuilderList
List<? extends WebsocketProtoMessage.PushNotificationOrBuilder> getNotificationsOrBuilderList()repeated .ignition.rpc.WebsocketProtoMessage.PushNotification notifications = 1; -
getNotificationsOrBuilder
repeated .ignition.rpc.WebsocketProtoMessage.PushNotification notifications = 1;
-