public interface NotificationsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Notification |
getNotifications(int index)
Collection of notifications.
|
int |
getNotificationsCount()
Collection of notifications.
|
java.util.List<Notification> |
getNotificationsList()
Collection of notifications.
|
NotificationOrBuilder |
getNotificationsOrBuilder(int index)
Collection of notifications.
|
java.util.List<? extends NotificationOrBuilder> |
getNotificationsOrBuilderList()
Collection of notifications.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<Notification> getNotificationsList()
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];Notification getNotifications(int index)
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];int getNotificationsCount()
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];java.util.List<? extends NotificationOrBuilder> getNotificationsOrBuilderList()
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];NotificationOrBuilder getNotificationsOrBuilder(int index)
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];