public static final class ListStorageObjectsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListStorageObjectsRequest.Builder> implements ListStorageObjectsRequestOrBuilder
List publicly readable storage objects in a given collection.Protobuf type
nakama.api.ListStorageObjectsRequest| Modifier and Type | Method and Description |
|---|---|
ListStorageObjectsRequest |
build() |
ListStorageObjectsRequest |
buildPartial() |
ListStorageObjectsRequest.Builder |
clear() |
ListStorageObjectsRequest.Builder |
clearCollection()
The collection which stores the object.
|
ListStorageObjectsRequest.Builder |
clearCursor()
The cursor to page through results from.
|
ListStorageObjectsRequest.Builder |
clearLimit()
The number of storage objects to list.
|
ListStorageObjectsRequest.Builder |
clearUserId()
ID of the user.
|
java.lang.String |
getCollection()
The collection which stores the object.
|
com.google.protobuf.ByteString |
getCollectionBytes()
The collection which stores the object.
|
java.lang.String |
getCursor()
The cursor to page through results from.
|
com.google.protobuf.ByteString |
getCursorBytes()
The cursor to page through results from.
|
ListStorageObjectsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Int32Value |
getLimit()
The number of storage objects to list.
|
com.google.protobuf.Int32Value.Builder |
getLimitBuilder()
The number of storage objects to list.
|
com.google.protobuf.Int32ValueOrBuilder |
getLimitOrBuilder()
The number of storage objects to list.
|
java.lang.String |
getUserId()
ID of the user.
|
com.google.protobuf.ByteString |
getUserIdBytes()
ID of the user.
|
boolean |
hasLimit()
The number of storage objects to list.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListStorageObjectsRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListStorageObjectsRequest.Builder |
mergeFrom(ListStorageObjectsRequest other) |
ListStorageObjectsRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListStorageObjectsRequest.Builder |
mergeLimit(com.google.protobuf.Int32Value value)
The number of storage objects to list.
|
ListStorageObjectsRequest.Builder |
setCollection(java.lang.String value)
The collection which stores the object.
|
ListStorageObjectsRequest.Builder |
setCollectionBytes(com.google.protobuf.ByteString value)
The collection which stores the object.
|
ListStorageObjectsRequest.Builder |
setCursor(java.lang.String value)
The cursor to page through results from.
|
ListStorageObjectsRequest.Builder |
setCursorBytes(com.google.protobuf.ByteString value)
The cursor to page through results from.
|
ListStorageObjectsRequest.Builder |
setLimit(com.google.protobuf.Int32Value.Builder builderForValue)
The number of storage objects to list.
|
ListStorageObjectsRequest.Builder |
setLimit(com.google.protobuf.Int32Value value)
The number of storage objects to list.
|
ListStorageObjectsRequest.Builder |
setUserId(java.lang.String value)
ID of the user.
|
ListStorageObjectsRequest.Builder |
setUserIdBytes(com.google.protobuf.ByteString value)
ID of the user.
|
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<ListStorageObjectsRequest.Builder>public ListStorageObjectsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ListStorageObjectsRequest.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<ListStorageObjectsRequest.Builder>public ListStorageObjectsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListStorageObjectsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListStorageObjectsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListStorageObjectsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListStorageObjectsRequest.Builder>public ListStorageObjectsRequest.Builder mergeFrom(ListStorageObjectsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ListStorageObjectsRequest.Builder>public ListStorageObjectsRequest.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<ListStorageObjectsRequest.Builder>java.io.IOExceptionpublic java.lang.String getUserId()
ID of the user.
string user_id = 1 [json_name = "userId"];getUserId in interface ListStorageObjectsRequestOrBuilderpublic com.google.protobuf.ByteString getUserIdBytes()
ID of the user.
string user_id = 1 [json_name = "userId"];getUserIdBytes in interface ListStorageObjectsRequestOrBuilderpublic ListStorageObjectsRequest.Builder setUserId(java.lang.String value)
ID of the user.
string user_id = 1 [json_name = "userId"];value - The userId to set.public ListStorageObjectsRequest.Builder clearUserId()
ID of the user.
string user_id = 1 [json_name = "userId"];public ListStorageObjectsRequest.Builder setUserIdBytes(com.google.protobuf.ByteString value)
ID of the user.
string user_id = 1 [json_name = "userId"];value - The bytes for userId to set.public java.lang.String getCollection()
The collection which stores the object.
string collection = 2 [json_name = "collection"];getCollection in interface ListStorageObjectsRequestOrBuilderpublic com.google.protobuf.ByteString getCollectionBytes()
The collection which stores the object.
string collection = 2 [json_name = "collection"];getCollectionBytes in interface ListStorageObjectsRequestOrBuilderpublic ListStorageObjectsRequest.Builder setCollection(java.lang.String value)
The collection which stores the object.
string collection = 2 [json_name = "collection"];value - The collection to set.public ListStorageObjectsRequest.Builder clearCollection()
The collection which stores the object.
string collection = 2 [json_name = "collection"];public ListStorageObjectsRequest.Builder setCollectionBytes(com.google.protobuf.ByteString value)
The collection which stores the object.
string collection = 2 [json_name = "collection"];value - The bytes for collection to set.public boolean hasLimit()
The number of storage objects to list. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];hasLimit in interface ListStorageObjectsRequestOrBuilderpublic com.google.protobuf.Int32Value getLimit()
The number of storage objects to list. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];getLimit in interface ListStorageObjectsRequestOrBuilderpublic ListStorageObjectsRequest.Builder setLimit(com.google.protobuf.Int32Value value)
The number of storage objects to list. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];public ListStorageObjectsRequest.Builder setLimit(com.google.protobuf.Int32Value.Builder builderForValue)
The number of storage objects to list. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];public ListStorageObjectsRequest.Builder mergeLimit(com.google.protobuf.Int32Value value)
The number of storage objects to list. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];public ListStorageObjectsRequest.Builder clearLimit()
The number of storage objects to list. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];public com.google.protobuf.Int32Value.Builder getLimitBuilder()
The number of storage objects to list. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
The number of storage objects to list. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];getLimitOrBuilder in interface ListStorageObjectsRequestOrBuilderpublic java.lang.String getCursor()
The cursor to page through results from.
string cursor = 4 [json_name = "cursor"];getCursor in interface ListStorageObjectsRequestOrBuilderpublic com.google.protobuf.ByteString getCursorBytes()
The cursor to page through results from.
string cursor = 4 [json_name = "cursor"];getCursorBytes in interface ListStorageObjectsRequestOrBuilderpublic ListStorageObjectsRequest.Builder setCursor(java.lang.String value)
The cursor to page through results from.
string cursor = 4 [json_name = "cursor"];value - The cursor to set.public ListStorageObjectsRequest.Builder clearCursor()
The cursor to page through results from.
string cursor = 4 [json_name = "cursor"];public ListStorageObjectsRequest.Builder setCursorBytes(com.google.protobuf.ByteString value)
The cursor to page through results from.
string cursor = 4 [json_name = "cursor"];value - The bytes for cursor to set.