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, 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<ListMatchesRequest.Builder>
public ListMatchesRequest.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<ListMatchesRequest.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<ListMatchesRequest.Builder>
public ListMatchesRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ListMatchesRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ListMatchesRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ListMatchesRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ListMatchesRequest.Builder>
java.io.IOException
public boolean hasLimit()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
hasLimit
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.Int32Value getLimit()
Limit the number of returned matches.
.google.protobuf.Int32Value limit = 1 [json_name = "limit"];
getLimit
in interface ListMatchesRequestOrBuilder
public 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 ListMatchesRequestOrBuilder
public boolean hasAuthoritative()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];
hasAuthoritative
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.BoolValue getAuthoritative()
Authoritative or relayed matches.
.google.protobuf.BoolValue authoritative = 2 [json_name = "authoritative"];
getAuthoritative
in interface ListMatchesRequestOrBuilder
public 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 ListMatchesRequestOrBuilder
public boolean hasLabel()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];
hasLabel
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.StringValue getLabel()
Label filter.
.google.protobuf.StringValue label = 3 [json_name = "label"];
getLabel
in interface ListMatchesRequestOrBuilder
public 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 ListMatchesRequestOrBuilder
public boolean hasMinSize()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];
hasMinSize
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.Int32Value getMinSize()
Minimum user count.
.google.protobuf.Int32Value min_size = 4 [json_name = "minSize"];
getMinSize
in interface ListMatchesRequestOrBuilder
public 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 ListMatchesRequestOrBuilder
public boolean hasMaxSize()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];
hasMaxSize
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.Int32Value getMaxSize()
Maximum user count.
.google.protobuf.Int32Value max_size = 5 [json_name = "maxSize"];
getMaxSize
in interface ListMatchesRequestOrBuilder
public 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 ListMatchesRequestOrBuilder
public boolean hasQuery()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];
hasQuery
in interface ListMatchesRequestOrBuilder
public com.google.protobuf.StringValue getQuery()
Arbitrary label query.
.google.protobuf.StringValue query = 6 [json_name = "query"];
getQuery
in interface ListMatchesRequestOrBuilder
public 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