Class ListNotificationsRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
com.heroiclabs.nakama.api.ListNotificationsRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ListNotificationsRequestOrBuilder, Cloneable
Enclosing class:
ListNotificationsRequest

public static final class ListNotificationsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder> implements ListNotificationsRequestOrBuilder
 Get a list of unexpired notifications.
 
Protobuf type nakama.api.ListNotificationsRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
    • getDefaultInstanceForType

      public ListNotificationsRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public ListNotificationsRequest build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ListNotificationsRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
    • setField

      public ListNotificationsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
    • clearField

      public ListNotificationsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
    • clearOneof

      public ListNotificationsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
    • setRepeatedField

      public ListNotificationsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
    • addRepeatedField

      public ListNotificationsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
    • mergeFrom

      public ListNotificationsRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListNotificationsRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
    • mergeFrom

      public ListNotificationsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListNotificationsRequest.Builder>
      Throws:
      IOException
    • hasLimit

      public boolean hasLimit()
       The number of notifications to get. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 1;
      Specified by:
      hasLimit in interface ListNotificationsRequestOrBuilder
      Returns:
      Whether the limit field is set.
    • getLimit

      public Int32Value getLimit()
       The number of notifications to get. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 1;
      Specified by:
      getLimit in interface ListNotificationsRequestOrBuilder
      Returns:
      The limit.
    • setLimit

       The number of notifications to get. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 1;
    • setLimit

      public ListNotificationsRequest.Builder setLimit(Int32Value.Builder builderForValue)
       The number of notifications to get. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 1;
    • mergeLimit

      public ListNotificationsRequest.Builder mergeLimit(Int32Value value)
       The number of notifications to get. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 1;
    • clearLimit

      public ListNotificationsRequest.Builder clearLimit()
       The number of notifications to get. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 1;
    • getLimitBuilder

      public Int32Value.Builder getLimitBuilder()
       The number of notifications to get. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 1;
    • getLimitOrBuilder

      public Int32ValueOrBuilder getLimitOrBuilder()
       The number of notifications to get. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 1;
      Specified by:
      getLimitOrBuilder in interface ListNotificationsRequestOrBuilder
    • getCacheableCursor

      public String getCacheableCursor()
       A cursor to page through notifications. May be cached by clients to get from point in time forwards.
       
      string cacheable_cursor = 2;
      Specified by:
      getCacheableCursor in interface ListNotificationsRequestOrBuilder
      Returns:
      The cacheableCursor.
    • getCacheableCursorBytes

      public com.google.protobuf.ByteString getCacheableCursorBytes()
       A cursor to page through notifications. May be cached by clients to get from point in time forwards.
       
      string cacheable_cursor = 2;
      Specified by:
      getCacheableCursorBytes in interface ListNotificationsRequestOrBuilder
      Returns:
      The bytes for cacheableCursor.
    • setCacheableCursor

      public ListNotificationsRequest.Builder setCacheableCursor(String value)
       A cursor to page through notifications. May be cached by clients to get from point in time forwards.
       
      string cacheable_cursor = 2;
      Parameters:
      value - The cacheableCursor to set.
      Returns:
      This builder for chaining.
    • clearCacheableCursor

      public ListNotificationsRequest.Builder clearCacheableCursor()
       A cursor to page through notifications. May be cached by clients to get from point in time forwards.
       
      string cacheable_cursor = 2;
      Returns:
      This builder for chaining.
    • setCacheableCursorBytes

      public ListNotificationsRequest.Builder setCacheableCursorBytes(com.google.protobuf.ByteString value)
       A cursor to page through notifications. May be cached by clients to get from point in time forwards.
       
      string cacheable_cursor = 2;
      Parameters:
      value - The bytes for cacheableCursor to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final ListNotificationsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>
    • mergeUnknownFields

      public final ListNotificationsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationsRequest.Builder>