public static final class ListMatchesRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListMatchesRequest.Builder> implements ListMatchesRequestOrBuilder
List realtime matches.Protobuf type
nakama.api.ListMatchesRequest| Modifier and Type | Method and Description |
|---|---|
ListMatchesRequest |
build() |
ListMatchesRequest |
buildPartial() |
ListMatchesRequest.Builder |
clear() |
ListMatchesRequest.Builder |
clearAuthoritative()
Authoritative or relayed matches.
|
ListMatchesRequest.Builder |
clearLabel()
Label filter.
|
ListMatchesRequest.Builder |
clearLimit()
Limit the number of returned matches.
|
ListMatchesRequest.Builder |
clearMaxSize()
Maximum user count.
|
ListMatchesRequest.Builder |
clearMinSize()
Minimum user count.
|
ListMatchesRequest.Builder |
clearQuery()
Arbitrary label query.
|
com.google.protobuf.BoolValue |
getAuthoritative()
Authoritative or relayed matches.
|
com.google.protobuf.BoolValue.Builder |
getAuthoritativeBuilder()
Authoritative or relayed matches.
|
com.google.protobuf.BoolValueOrBuilder |
getAuthoritativeOrBuilder()
Authoritative or relayed matches.
|
ListMatchesRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.StringValue |
getLabel()
Label filter.
|
com.google.protobuf.StringValue.Builder |
getLabelBuilder()
Label filter.
|
com.google.protobuf.StringValueOrBuilder |
getLabelOrBuilder()
Label filter.
|
com.google.protobuf.Int32Value |
getLimit()
Limit the number of returned matches.
|
com.google.protobuf.Int32Value.Builder |
getLimitBuilder()
Limit the number of returned matches.
|
com.google.protobuf.Int32ValueOrBuilder |
getLimitOrBuilder()
Limit the number of returned matches.
|
com.google.protobuf.Int32Value |
getMaxSize()
Maximum user count.
|
com.google.protobuf.Int32Value.Builder |
getMaxSizeBuilder()
Maximum user count.
|
com.google.protobuf.Int32ValueOrBuilder |
getMaxSizeOrBuilder()
Maximum user count.
|
com.google.protobuf.Int32Value |
getMinSize()
Minimum user count.
|
com.google.protobuf.Int32Value.Builder |
getMinSizeBuilder()
Minimum user count.
|
com.google.protobuf.Int32ValueOrBuilder |
getMinSizeOrBuilder()
Minimum user count.
|
com.google.protobuf.StringValue |
getQuery()
Arbitrary label query.
|
com.google.protobuf.StringValue.Builder |
getQueryBuilder()
Arbitrary label query.
|
com.google.protobuf.StringValueOrBuilder |
getQueryOrBuilder()
Arbitrary label query.
|
boolean |
hasAuthoritative()
Authoritative or relayed matches.
|
boolean |
hasLabel()
Label filter.
|
boolean |
hasLimit()
Limit the number of returned matches.
|
boolean |
hasMaxSize()
Maximum user count.
|
boolean |
hasMinSize()
Minimum user count.
|
boolean |
hasQuery()
Arbitrary label query.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListMatchesRequest.Builder |
mergeAuthoritative(com.google.protobuf.BoolValue value)
Authoritative or relayed matches.
|
ListMatchesRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListMatchesRequest.Builder |
mergeFrom(ListMatchesRequest other) |
ListMatchesRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListMatchesRequest.Builder |
mergeLabel(com.google.protobuf.StringValue value)
Label filter.
|
ListMatchesRequest.Builder |
mergeLimit(com.google.protobuf.Int32Value value)
Limit the number of returned matches.
|
ListMatchesRequest.Builder |
mergeMaxSize(com.google.protobuf.Int32Value value)
Maximum user count.
|
ListMatchesRequest.Builder |
mergeMinSize(com.google.protobuf.Int32Value value)
Minimum user count.
|
ListMatchesRequest.Builder |
mergeQuery(com.google.protobuf.StringValue value)
Arbitrary label query.
|
ListMatchesRequest.Builder |
setAuthoritative(com.google.protobuf.BoolValue.Builder builderForValue)
Authoritative or relayed matches.
|
ListMatchesRequest.Builder |
setAuthoritative(com.google.protobuf.BoolValue value)
Authoritative or relayed matches.
|
ListMatchesRequest.Builder |
setLabel(com.google.protobuf.StringValue.Builder builderForValue)
Label filter.
|
ListMatchesRequest.Builder |
setLabel(com.google.protobuf.StringValue value)
Label filter.
|
ListMatchesRequest.Builder |
setLimit(com.google.protobuf.Int32Value.Builder builderForValue)
Limit the number of returned matches.
|
ListMatchesRequest.Builder |
setLimit(com.google.protobuf.Int32Value value)
Limit the number of returned matches.
|
ListMatchesRequest.Builder |
setMaxSize(com.google.protobuf.Int32Value.Builder builderForValue)
Maximum user count.
|
ListMatchesRequest.Builder |
setMaxSize(com.google.protobuf.Int32Value value)
Maximum user count.
|
ListMatchesRequest.Builder |
setMinSize(com.google.protobuf.Int32Value.Builder builderForValue)
Minimum user count.
|
ListMatchesRequest.Builder |
setMinSize(com.google.protobuf.Int32Value value)
Minimum user count.
|
ListMatchesRequest.Builder |
setQuery(com.google.protobuf.StringValue.Builder builderForValue)
Arbitrary label query.
|
ListMatchesRequest.Builder |
setQuery(com.google.protobuf.StringValue value)
Arbitrary label query.
|
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<ListMatchesRequest.Builder>public ListMatchesRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ListMatchesRequest.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<ListMatchesRequest.Builder>public ListMatchesRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListMatchesRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListMatchesRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListMatchesRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListMatchesRequest.Builder>public ListMatchesRequest.Builder mergeFrom(ListMatchesRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ListMatchesRequest.Builder>public ListMatchesRequest.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<ListMatchesRequest.Builder>java.io.IOExceptionpublic boolean hasLimit()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];hasLimit in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.Int32Value getLimit()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];getLimit in interface ListMatchesRequestOrBuilderpublic ListMatchesRequest.Builder setLimit(com.google.protobuf.Int32Value value)
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];public ListMatchesRequest.Builder setLimit(com.google.protobuf.Int32Value.Builder builderForValue)
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];public ListMatchesRequest.Builder mergeLimit(com.google.protobuf.Int32Value value)
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];public ListMatchesRequest.Builder clearLimit()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];public com.google.protobuf.Int32Value.Builder getLimitBuilder()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];getLimitOrBuilder in interface ListMatchesRequestOrBuilderpublic boolean hasAuthoritative()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];hasAuthoritative in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.BoolValue getAuthoritative()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];getAuthoritative in interface ListMatchesRequestOrBuilderpublic ListMatchesRequest.Builder setAuthoritative(com.google.protobuf.BoolValue value)
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];public ListMatchesRequest.Builder setAuthoritative(com.google.protobuf.BoolValue.Builder builderForValue)
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];public ListMatchesRequest.Builder mergeAuthoritative(com.google.protobuf.BoolValue value)
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];public ListMatchesRequest.Builder clearAuthoritative()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];public com.google.protobuf.BoolValue.Builder getAuthoritativeBuilder()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];public com.google.protobuf.BoolValueOrBuilder getAuthoritativeOrBuilder()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];getAuthoritativeOrBuilder in interface ListMatchesRequestOrBuilderpublic boolean hasLabel()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];hasLabel in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.StringValue getLabel()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];getLabel in interface ListMatchesRequestOrBuilderpublic ListMatchesRequest.Builder setLabel(com.google.protobuf.StringValue value)
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];public ListMatchesRequest.Builder setLabel(com.google.protobuf.StringValue.Builder builderForValue)
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];public ListMatchesRequest.Builder mergeLabel(com.google.protobuf.StringValue value)
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];public ListMatchesRequest.Builder clearLabel()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];public com.google.protobuf.StringValue.Builder getLabelBuilder()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];public com.google.protobuf.StringValueOrBuilder getLabelOrBuilder()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];getLabelOrBuilder in interface ListMatchesRequestOrBuilderpublic boolean hasMinSize()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];hasMinSize in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.Int32Value getMinSize()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];getMinSize in interface ListMatchesRequestOrBuilderpublic ListMatchesRequest.Builder setMinSize(com.google.protobuf.Int32Value value)
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];public ListMatchesRequest.Builder setMinSize(com.google.protobuf.Int32Value.Builder builderForValue)
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];public ListMatchesRequest.Builder mergeMinSize(com.google.protobuf.Int32Value value)
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];public ListMatchesRequest.Builder clearMinSize()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];public com.google.protobuf.Int32Value.Builder getMinSizeBuilder()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];public com.google.protobuf.Int32ValueOrBuilder getMinSizeOrBuilder()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];getMinSizeOrBuilder in interface ListMatchesRequestOrBuilderpublic boolean hasMaxSize()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];hasMaxSize in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.Int32Value getMaxSize()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];getMaxSize in interface ListMatchesRequestOrBuilderpublic ListMatchesRequest.Builder setMaxSize(com.google.protobuf.Int32Value value)
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];public ListMatchesRequest.Builder setMaxSize(com.google.protobuf.Int32Value.Builder builderForValue)
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];public ListMatchesRequest.Builder mergeMaxSize(com.google.protobuf.Int32Value value)
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];public ListMatchesRequest.Builder clearMaxSize()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];public com.google.protobuf.Int32Value.Builder getMaxSizeBuilder()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];public com.google.protobuf.Int32ValueOrBuilder getMaxSizeOrBuilder()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];getMaxSizeOrBuilder in interface ListMatchesRequestOrBuilderpublic boolean hasQuery()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];hasQuery in interface ListMatchesRequestOrBuilderpublic com.google.protobuf.StringValue getQuery()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];getQuery in interface ListMatchesRequestOrBuilderpublic ListMatchesRequest.Builder setQuery(com.google.protobuf.StringValue value)
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];public ListMatchesRequest.Builder setQuery(com.google.protobuf.StringValue.Builder builderForValue)
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];public ListMatchesRequest.Builder mergeQuery(com.google.protobuf.StringValue value)
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];public ListMatchesRequest.Builder clearQuery()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];public com.google.protobuf.StringValue.Builder getQueryBuilder()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];public com.google.protobuf.StringValueOrBuilder getQueryOrBuilder()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];getQueryOrBuilder in interface ListMatchesRequestOrBuilder