Interface ListMatchesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListMatchesRequest, ListMatchesRequest.Builder

public interface ListMatchesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasLimit

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

      Int32Value getLimit()
       Limit the number of returned matches.
       
      .google.protobuf.Int32Value limit = 1;
      Returns:
      The limit.
    • getLimitOrBuilder

      Int32ValueOrBuilder getLimitOrBuilder()
       Limit the number of returned matches.
       
      .google.protobuf.Int32Value limit = 1;
    • hasAuthoritative

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

      BoolValue getAuthoritative()
       Authoritative or relayed matches.
       
      .google.protobuf.BoolValue authoritative = 2;
      Returns:
      The authoritative.
    • getAuthoritativeOrBuilder

      BoolValueOrBuilder getAuthoritativeOrBuilder()
       Authoritative or relayed matches.
       
      .google.protobuf.BoolValue authoritative = 2;
    • hasLabel

      boolean hasLabel()
       Label filter.
       
      .google.protobuf.StringValue label = 3;
      Returns:
      Whether the label field is set.
    • getLabel

      StringValue getLabel()
       Label filter.
       
      .google.protobuf.StringValue label = 3;
      Returns:
      The label.
    • getLabelOrBuilder

      StringValueOrBuilder getLabelOrBuilder()
       Label filter.
       
      .google.protobuf.StringValue label = 3;
    • hasMinSize

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

      Int32Value getMinSize()
       Minimum user count.
       
      .google.protobuf.Int32Value min_size = 4;
      Returns:
      The minSize.
    • getMinSizeOrBuilder

      Int32ValueOrBuilder getMinSizeOrBuilder()
       Minimum user count.
       
      .google.protobuf.Int32Value min_size = 4;
    • hasMaxSize

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

      Int32Value getMaxSize()
       Maximum user count.
       
      .google.protobuf.Int32Value max_size = 5;
      Returns:
      The maxSize.
    • getMaxSizeOrBuilder

      Int32ValueOrBuilder getMaxSizeOrBuilder()
       Maximum user count.
       
      .google.protobuf.Int32Value max_size = 5;
    • hasQuery

      boolean hasQuery()
       Arbitrary label query.
       
      .google.protobuf.StringValue query = 6;
      Returns:
      Whether the query field is set.
    • getQuery

      StringValue getQuery()
       Arbitrary label query.
       
      .google.protobuf.StringValue query = 6;
      Returns:
      The query.
    • getQueryOrBuilder

      StringValueOrBuilder getQueryOrBuilder()
       Arbitrary label query.
       
      .google.protobuf.StringValue query = 6;