Class ListMatchesRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<ListMatchesRequest.Builder>
com.heroiclabs.nakama.api.ListMatchesRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ListMatchesRequestOrBuilder, Cloneable
Enclosing class:
ListMatchesRequest

public static final class ListMatchesRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListMatchesRequest.Builder> implements ListMatchesRequestOrBuilder
 List realtime matches.
 
Protobuf type nakama.api.ListMatchesRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListMatchesRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<ListMatchesRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListMatchesRequest.Builder>
    • getDefaultInstanceForType

      public ListMatchesRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public ListMatchesRequest build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ListMatchesRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<ListMatchesRequest.Builder>
    • setField

      public ListMatchesRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<ListMatchesRequest.Builder>
    • clearField

      public ListMatchesRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListMatchesRequest.Builder>
    • clearOneof

      public ListMatchesRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListMatchesRequest.Builder>
    • setRepeatedField

      public ListMatchesRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListMatchesRequest.Builder>
    • addRepeatedField

      public ListMatchesRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListMatchesRequest.Builder>
    • mergeFrom

      public ListMatchesRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListMatchesRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListMatchesRequest.Builder>
    • mergeFrom

      public ListMatchesRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListMatchesRequest.Builder>
      Throws:
      IOException
    • hasLimit

      public boolean hasLimit()
       Limit the number of returned matches.
       
      .google.protobuf.Int32Value limit = 1;
      Specified by:
      hasLimit in interface ListMatchesRequestOrBuilder
      Returns:
      Whether the limit field is set.
    • getLimit

      public Int32Value getLimit()
       Limit the number of returned matches.
       
      .google.protobuf.Int32Value limit = 1;
      Specified by:
      getLimit in interface ListMatchesRequestOrBuilder
      Returns:
      The limit.
    • setLimit

      public ListMatchesRequest.Builder setLimit(Int32Value value)
       Limit the number of returned matches.
       
      .google.protobuf.Int32Value limit = 1;
    • setLimit

      public ListMatchesRequest.Builder setLimit(Int32Value.Builder builderForValue)
       Limit the number of returned matches.
       
      .google.protobuf.Int32Value limit = 1;
    • mergeLimit

      public ListMatchesRequest.Builder mergeLimit(Int32Value value)
       Limit the number of returned matches.
       
      .google.protobuf.Int32Value limit = 1;
    • clearLimit

      public ListMatchesRequest.Builder clearLimit()
       Limit the number of returned matches.
       
      .google.protobuf.Int32Value limit = 1;
    • getLimitBuilder

      public Int32Value.Builder getLimitBuilder()
       Limit the number of returned matches.
       
      .google.protobuf.Int32Value limit = 1;
    • getLimitOrBuilder

      public Int32ValueOrBuilder getLimitOrBuilder()
       Limit the number of returned matches.
       
      .google.protobuf.Int32Value limit = 1;
      Specified by:
      getLimitOrBuilder in interface ListMatchesRequestOrBuilder
    • hasAuthoritative

      public boolean hasAuthoritative()
       Authoritative or relayed matches.
       
      .google.protobuf.BoolValue authoritative = 2;
      Specified by:
      hasAuthoritative in interface ListMatchesRequestOrBuilder
      Returns:
      Whether the authoritative field is set.
    • getAuthoritative

      public BoolValue getAuthoritative()
       Authoritative or relayed matches.
       
      .google.protobuf.BoolValue authoritative = 2;
      Specified by:
      getAuthoritative in interface ListMatchesRequestOrBuilder
      Returns:
      The authoritative.
    • setAuthoritative

      public ListMatchesRequest.Builder setAuthoritative(BoolValue value)
       Authoritative or relayed matches.
       
      .google.protobuf.BoolValue authoritative = 2;
    • setAuthoritative

      public ListMatchesRequest.Builder setAuthoritative(BoolValue.Builder builderForValue)
       Authoritative or relayed matches.
       
      .google.protobuf.BoolValue authoritative = 2;
    • mergeAuthoritative

      public ListMatchesRequest.Builder mergeAuthoritative(BoolValue value)
       Authoritative or relayed matches.
       
      .google.protobuf.BoolValue authoritative = 2;
    • clearAuthoritative

      public ListMatchesRequest.Builder clearAuthoritative()
       Authoritative or relayed matches.
       
      .google.protobuf.BoolValue authoritative = 2;
    • getAuthoritativeBuilder

      public BoolValue.Builder getAuthoritativeBuilder()
       Authoritative or relayed matches.
       
      .google.protobuf.BoolValue authoritative = 2;
    • getAuthoritativeOrBuilder

      public BoolValueOrBuilder getAuthoritativeOrBuilder()
       Authoritative or relayed matches.
       
      .google.protobuf.BoolValue authoritative = 2;
      Specified by:
      getAuthoritativeOrBuilder in interface ListMatchesRequestOrBuilder
    • hasLabel

      public boolean hasLabel()
       Label filter.
       
      .google.protobuf.StringValue label = 3;
      Specified by:
      hasLabel in interface ListMatchesRequestOrBuilder
      Returns:
      Whether the label field is set.
    • getLabel

      public StringValue getLabel()
       Label filter.
       
      .google.protobuf.StringValue label = 3;
      Specified by:
      getLabel in interface ListMatchesRequestOrBuilder
      Returns:
      The label.
    • setLabel

      public ListMatchesRequest.Builder setLabel(StringValue value)
       Label filter.
       
      .google.protobuf.StringValue label = 3;
    • setLabel

      public ListMatchesRequest.Builder setLabel(StringValue.Builder builderForValue)
       Label filter.
       
      .google.protobuf.StringValue label = 3;
    • mergeLabel

      public ListMatchesRequest.Builder mergeLabel(StringValue value)
       Label filter.
       
      .google.protobuf.StringValue label = 3;
    • clearLabel

      public ListMatchesRequest.Builder clearLabel()
       Label filter.
       
      .google.protobuf.StringValue label = 3;
    • getLabelBuilder

      public StringValue.Builder getLabelBuilder()
       Label filter.
       
      .google.protobuf.StringValue label = 3;
    • getLabelOrBuilder

      public StringValueOrBuilder getLabelOrBuilder()
       Label filter.
       
      .google.protobuf.StringValue label = 3;
      Specified by:
      getLabelOrBuilder in interface ListMatchesRequestOrBuilder
    • hasMinSize

      public boolean hasMinSize()
       Minimum user count.
       
      .google.protobuf.Int32Value min_size = 4;
      Specified by:
      hasMinSize in interface ListMatchesRequestOrBuilder
      Returns:
      Whether the minSize field is set.
    • getMinSize

      public Int32Value getMinSize()
       Minimum user count.
       
      .google.protobuf.Int32Value min_size = 4;
      Specified by:
      getMinSize in interface ListMatchesRequestOrBuilder
      Returns:
      The minSize.
    • setMinSize

      public ListMatchesRequest.Builder setMinSize(Int32Value value)
       Minimum user count.
       
      .google.protobuf.Int32Value min_size = 4;
    • setMinSize

      public ListMatchesRequest.Builder setMinSize(Int32Value.Builder builderForValue)
       Minimum user count.
       
      .google.protobuf.Int32Value min_size = 4;
    • mergeMinSize

      public ListMatchesRequest.Builder mergeMinSize(Int32Value value)
       Minimum user count.
       
      .google.protobuf.Int32Value min_size = 4;
    • clearMinSize

      public ListMatchesRequest.Builder clearMinSize()
       Minimum user count.
       
      .google.protobuf.Int32Value min_size = 4;
    • getMinSizeBuilder

      public Int32Value.Builder getMinSizeBuilder()
       Minimum user count.
       
      .google.protobuf.Int32Value min_size = 4;
    • getMinSizeOrBuilder

      public Int32ValueOrBuilder getMinSizeOrBuilder()
       Minimum user count.
       
      .google.protobuf.Int32Value min_size = 4;
      Specified by:
      getMinSizeOrBuilder in interface ListMatchesRequestOrBuilder
    • hasMaxSize

      public boolean hasMaxSize()
       Maximum user count.
       
      .google.protobuf.Int32Value max_size = 5;
      Specified by:
      hasMaxSize in interface ListMatchesRequestOrBuilder
      Returns:
      Whether the maxSize field is set.
    • getMaxSize

      public Int32Value getMaxSize()
       Maximum user count.
       
      .google.protobuf.Int32Value max_size = 5;
      Specified by:
      getMaxSize in interface ListMatchesRequestOrBuilder
      Returns:
      The maxSize.
    • setMaxSize

      public ListMatchesRequest.Builder setMaxSize(Int32Value value)
       Maximum user count.
       
      .google.protobuf.Int32Value max_size = 5;
    • setMaxSize

      public ListMatchesRequest.Builder setMaxSize(Int32Value.Builder builderForValue)
       Maximum user count.
       
      .google.protobuf.Int32Value max_size = 5;
    • mergeMaxSize

      public ListMatchesRequest.Builder mergeMaxSize(Int32Value value)
       Maximum user count.
       
      .google.protobuf.Int32Value max_size = 5;
    • clearMaxSize

      public ListMatchesRequest.Builder clearMaxSize()
       Maximum user count.
       
      .google.protobuf.Int32Value max_size = 5;
    • getMaxSizeBuilder

      public Int32Value.Builder getMaxSizeBuilder()
       Maximum user count.
       
      .google.protobuf.Int32Value max_size = 5;
    • getMaxSizeOrBuilder

      public Int32ValueOrBuilder getMaxSizeOrBuilder()
       Maximum user count.
       
      .google.protobuf.Int32Value max_size = 5;
      Specified by:
      getMaxSizeOrBuilder in interface ListMatchesRequestOrBuilder
    • hasQuery

      public boolean hasQuery()
       Arbitrary label query.
       
      .google.protobuf.StringValue query = 6;
      Specified by:
      hasQuery in interface ListMatchesRequestOrBuilder
      Returns:
      Whether the query field is set.
    • getQuery

      public StringValue getQuery()
       Arbitrary label query.
       
      .google.protobuf.StringValue query = 6;
      Specified by:
      getQuery in interface ListMatchesRequestOrBuilder
      Returns:
      The query.
    • setQuery

      public ListMatchesRequest.Builder setQuery(StringValue value)
       Arbitrary label query.
       
      .google.protobuf.StringValue query = 6;
    • setQuery

      public ListMatchesRequest.Builder setQuery(StringValue.Builder builderForValue)
       Arbitrary label query.
       
      .google.protobuf.StringValue query = 6;
    • mergeQuery

      public ListMatchesRequest.Builder mergeQuery(StringValue value)
       Arbitrary label query.
       
      .google.protobuf.StringValue query = 6;
    • clearQuery

      public ListMatchesRequest.Builder clearQuery()
       Arbitrary label query.
       
      .google.protobuf.StringValue query = 6;
    • getQueryBuilder

      public StringValue.Builder getQueryBuilder()
       Arbitrary label query.
       
      .google.protobuf.StringValue query = 6;
    • getQueryOrBuilder

      public StringValueOrBuilder getQueryOrBuilder()
       Arbitrary label query.
       
      .google.protobuf.StringValue query = 6;
      Specified by:
      getQueryOrBuilder in interface ListMatchesRequestOrBuilder
    • setUnknownFields

      public final ListMatchesRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListMatchesRequest.Builder>
    • mergeUnknownFields

      public final ListMatchesRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListMatchesRequest.Builder>