Interface MatchmakerAddOrBuilder

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

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

    • getMinCount

      int getMinCount()
       Minimum total user count to match together.
       
      int32 min_count = 1;
      Returns:
      The minCount.
    • getMaxCount

      int getMaxCount()
       Maximum total user count to match together.
       
      int32 max_count = 2;
      Returns:
      The maxCount.
    • getQuery

      String getQuery()
       Filter query used to identify suitable users.
       
      string query = 3;
      Returns:
      The query.
    • getQueryBytes

      com.google.protobuf.ByteString getQueryBytes()
       Filter query used to identify suitable users.
       
      string query = 3;
      Returns:
      The bytes for query.
    • getStringPropertiesCount

      int getStringPropertiesCount()
       String properties.
       
      map<string, string> string_properties = 4;
    • containsStringProperties

      boolean containsStringProperties(String key)
       String properties.
       
      map<string, string> string_properties = 4;
    • getStringProperties

      @Deprecated Map<String,String> getStringProperties()
      Deprecated.
    • getStringPropertiesMap

      Map<String,String> getStringPropertiesMap()
       String properties.
       
      map<string, string> string_properties = 4;
    • getStringPropertiesOrDefault

      String getStringPropertiesOrDefault(String key, String defaultValue)
       String properties.
       
      map<string, string> string_properties = 4;
    • getStringPropertiesOrThrow

      String getStringPropertiesOrThrow(String key)
       String properties.
       
      map<string, string> string_properties = 4;
    • getNumericPropertiesCount

      int getNumericPropertiesCount()
       Numeric properties.
       
      map<string, double> numeric_properties = 5;
    • containsNumericProperties

      boolean containsNumericProperties(String key)
       Numeric properties.
       
      map<string, double> numeric_properties = 5;
    • getNumericProperties

      @Deprecated Map<String,Double> getNumericProperties()
      Deprecated.
    • getNumericPropertiesMap

      Map<String,Double> getNumericPropertiesMap()
       Numeric properties.
       
      map<string, double> numeric_properties = 5;
    • getNumericPropertiesOrDefault

      double getNumericPropertiesOrDefault(String key, double defaultValue)
       Numeric properties.
       
      map<string, double> numeric_properties = 5;
    • getNumericPropertiesOrThrow

      double getNumericPropertiesOrThrow(String key)
       Numeric properties.
       
      map<string, double> numeric_properties = 5;