public static final class Notifications.Builder extends com.google.protobuf.GeneratedMessage.Builder<Notifications.Builder> implements NotificationsOrBuilder
A collection of zero or more notifications.Protobuf type
nakama.realtime.Notifications| Modifier and Type | Method and Description |
|---|---|
Notifications.Builder |
addAllNotifications(java.lang.Iterable<? extends Notification> values)
Collection of notifications.
|
Notifications.Builder |
addNotifications(int index,
Notification.Builder builderForValue)
Collection of notifications.
|
Notifications.Builder |
addNotifications(int index,
Notification value)
Collection of notifications.
|
Notifications.Builder |
addNotifications(Notification.Builder builderForValue)
Collection of notifications.
|
Notifications.Builder |
addNotifications(Notification value)
Collection of notifications.
|
Notification.Builder |
addNotificationsBuilder()
Collection of notifications.
|
Notification.Builder |
addNotificationsBuilder(int index)
Collection of notifications.
|
Notifications |
build() |
Notifications |
buildPartial() |
Notifications.Builder |
clear() |
Notifications.Builder |
clearNotifications()
Collection of notifications.
|
Notifications |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Notification |
getNotifications(int index)
Collection of notifications.
|
Notification.Builder |
getNotificationsBuilder(int index)
Collection of notifications.
|
java.util.List<Notification.Builder> |
getNotificationsBuilderList()
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.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Notifications.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Notifications.Builder |
mergeFrom(com.google.protobuf.Message other) |
Notifications.Builder |
mergeFrom(Notifications other) |
Notifications.Builder |
removeNotifications(int index)
Collection of notifications.
|
Notifications.Builder |
setNotifications(int index,
Notification.Builder builderForValue)
Collection of notifications.
|
Notifications.Builder |
setNotifications(int index,
Notification value)
Collection of notifications.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Notifications.Builder>public Notifications.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Notifications.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Notifications.Builder>public Notifications getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Notifications build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Notifications buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Notifications.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Notifications.Builder>public Notifications.Builder mergeFrom(Notifications other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Notifications.Builder>public Notifications.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Notifications.Builder>java.io.IOExceptionpublic java.util.List<Notification> getNotificationsList()
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];getNotificationsList in interface NotificationsOrBuilderpublic int getNotificationsCount()
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];getNotificationsCount in interface NotificationsOrBuilderpublic Notification getNotifications(int index)
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];getNotifications in interface NotificationsOrBuilderpublic Notifications.Builder setNotifications(int index, Notification value)
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];public Notifications.Builder setNotifications(int index, Notification.Builder builderForValue)
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];public Notifications.Builder addNotifications(Notification value)
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];public Notifications.Builder addNotifications(int index, Notification value)
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];public Notifications.Builder addNotifications(Notification.Builder builderForValue)
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];public Notifications.Builder addNotifications(int index, Notification.Builder builderForValue)
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];public Notifications.Builder addAllNotifications(java.lang.Iterable<? extends Notification> values)
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];public Notifications.Builder clearNotifications()
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];public Notifications.Builder removeNotifications(int index)
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];public Notification.Builder getNotificationsBuilder(int index)
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];public NotificationOrBuilder getNotificationsOrBuilder(int index)
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];getNotificationsOrBuilder in interface NotificationsOrBuilderpublic java.util.List<? extends NotificationOrBuilder> getNotificationsOrBuilderList()
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];getNotificationsOrBuilderList in interface NotificationsOrBuilderpublic Notification.Builder addNotificationsBuilder()
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];public Notification.Builder addNotificationsBuilder(int index)
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];public java.util.List<Notification.Builder> getNotificationsBuilderList()
Collection of notifications.
repeated .nakama.api.Notification notifications = 1 [json_name = "notifications"];