public static final class ListSubscriptionsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListSubscriptionsRequest.Builder> implements ListSubscriptionsRequestOrBuilder
List user subscriptions.Protobuf type
nakama.api.ListSubscriptionsRequest| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionsRequest |
build() |
ListSubscriptionsRequest |
buildPartial() |
ListSubscriptionsRequest.Builder |
clear() |
ListSubscriptionsRequest.Builder |
clearCursor()
Cursor to retrieve a page of records from
|
ListSubscriptionsRequest.Builder |
clearLimit()
Max number of results per page
|
java.lang.String |
getCursor()
Cursor to retrieve a page of records from
|
com.google.protobuf.ByteString |
getCursorBytes()
Cursor to retrieve a page of records from
|
ListSubscriptionsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Int32Value |
getLimit()
Max number of results per page
|
com.google.protobuf.Int32Value.Builder |
getLimitBuilder()
Max number of results per page
|
com.google.protobuf.Int32ValueOrBuilder |
getLimitOrBuilder()
Max number of results per page
|
boolean |
hasLimit()
Max number of results per page
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListSubscriptionsRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListSubscriptionsRequest.Builder |
mergeFrom(ListSubscriptionsRequest other) |
ListSubscriptionsRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListSubscriptionsRequest.Builder |
mergeLimit(com.google.protobuf.Int32Value value)
Max number of results per page
|
ListSubscriptionsRequest.Builder |
setCursor(java.lang.String value)
Cursor to retrieve a page of records from
|
ListSubscriptionsRequest.Builder |
setCursorBytes(com.google.protobuf.ByteString value)
Cursor to retrieve a page of records from
|
ListSubscriptionsRequest.Builder |
setLimit(com.google.protobuf.Int32Value.Builder builderForValue)
Max number of results per page
|
ListSubscriptionsRequest.Builder |
setLimit(com.google.protobuf.Int32Value value)
Max number of results per page
|
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<ListSubscriptionsRequest.Builder>public ListSubscriptionsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ListSubscriptionsRequest.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<ListSubscriptionsRequest.Builder>public ListSubscriptionsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListSubscriptionsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListSubscriptionsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListSubscriptionsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListSubscriptionsRequest.Builder>public ListSubscriptionsRequest.Builder mergeFrom(ListSubscriptionsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ListSubscriptionsRequest.Builder>public ListSubscriptionsRequest.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<ListSubscriptionsRequest.Builder>java.io.IOExceptionpublic boolean hasLimit()
Max number of results per page
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];hasLimit in interface ListSubscriptionsRequestOrBuilderpublic com.google.protobuf.Int32Value getLimit()
Max number of results per page
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];getLimit in interface ListSubscriptionsRequestOrBuilderpublic ListSubscriptionsRequest.Builder setLimit(com.google.protobuf.Int32Value value)
Max number of results per page
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];public ListSubscriptionsRequest.Builder setLimit(com.google.protobuf.Int32Value.Builder builderForValue)
Max number of results per page
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];public ListSubscriptionsRequest.Builder mergeLimit(com.google.protobuf.Int32Value value)
Max number of results per page
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];public ListSubscriptionsRequest.Builder clearLimit()
Max number of results per page
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];public com.google.protobuf.Int32Value.Builder getLimitBuilder()
Max number of results per page
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
Max number of results per page
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];getLimitOrBuilder in interface ListSubscriptionsRequestOrBuilderpublic java.lang.String getCursor()
Cursor to retrieve a page of records from
string cursor = 2 [json_name = "cursor"];getCursor in interface ListSubscriptionsRequestOrBuilderpublic com.google.protobuf.ByteString getCursorBytes()
Cursor to retrieve a page of records from
string cursor = 2 [json_name = "cursor"];getCursorBytes in interface ListSubscriptionsRequestOrBuilderpublic ListSubscriptionsRequest.Builder setCursor(java.lang.String value)
Cursor to retrieve a page of records from
string cursor = 2 [json_name = "cursor"];value - The cursor to set.public ListSubscriptionsRequest.Builder clearCursor()
Cursor to retrieve a page of records from
string cursor = 2 [json_name = "cursor"];public ListSubscriptionsRequest.Builder setCursorBytes(com.google.protobuf.ByteString value)
Cursor to retrieve a page of records from
string cursor = 2 [json_name = "cursor"];value - The bytes for cursor to set.