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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<ListStorageObjectsRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<ListStorageObjectsRequest.Builder>
public ListStorageObjectsRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ListStorageObjectsRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ListStorageObjectsRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ListStorageObjectsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ListStorageObjectsRequest.Builder>
java.io.IOException
public java.lang.String getUserId()
ID of the user.
string user_id = 1 [json_name = "userId"];
getUserId
in interface ListStorageObjectsRequestOrBuilder
public com.google.protobuf.ByteString getUserIdBytes()
ID of the user.
string user_id = 1 [json_name = "userId"];
getUserIdBytes
in interface ListStorageObjectsRequestOrBuilder
public 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 ListStorageObjectsRequestOrBuilder
public com.google.protobuf.ByteString getCollectionBytes()
The collection which stores the object.
string collection = 2 [json_name = "collection"];
getCollectionBytes
in interface ListStorageObjectsRequestOrBuilder
public 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 ListStorageObjectsRequestOrBuilder
public 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 ListStorageObjectsRequestOrBuilder
public 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 ListStorageObjectsRequestOrBuilder
public java.lang.String getCursor()
The cursor to page through results from.
string cursor = 4 [json_name = "cursor"];
getCursor
in interface ListStorageObjectsRequestOrBuilder
public com.google.protobuf.ByteString getCursorBytes()
The cursor to page through results from.
string cursor = 4 [json_name = "cursor"];
getCursorBytes
in interface ListStorageObjectsRequestOrBuilder
public 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.