Class ListMatchesRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.heroiclabs.nakama.api.ListMatchesRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ListMatchesRequestOrBuilder, Serializable

public final class ListMatchesRequest extends com.google.protobuf.GeneratedMessageV3 implements ListMatchesRequestOrBuilder
 List realtime matches.
 
Protobuf type nakama.api.ListMatchesRequest
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • 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
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • getQueryOrBuilder

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

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ListMatchesRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListMatchesRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListMatchesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListMatchesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListMatchesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListMatchesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListMatchesRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ListMatchesRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ListMatchesRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ListMatchesRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ListMatchesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ListMatchesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

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

      public static ListMatchesRequest.Builder newBuilder()
    • newBuilder

      public static ListMatchesRequest.Builder newBuilder(ListMatchesRequest prototype)
    • toBuilder

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

      protected ListMatchesRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ListMatchesRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ListMatchesRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<ListMatchesRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

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