Interface MLServerProto.RuleOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MLServerProto.Rule, MLServerProto.Rule.Builder
Enclosing class:
MLServerProto

public static interface MLServerProto.RuleOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .lt_ml_server.RuleCategory category = 4;
    .lt_ml_server.RuleCategory category = 4;
    boolean
    bool isPremium = 5;
    see http://www.w3.org/International/multilingualweb/lt/drafts/its20/its20.html#lqissue-typevalues
    com.google.protobuf.ByteString
    see http://www.w3.org/International/multilingualweb/lt/drafts/its20/its20.html#lqissue-typevalues
    id, subId, description, url already in Match
    com.google.protobuf.ByteString
    id, subId, description, url already in Match
    getTags(int index)
    repeated .lt_ml_server.Rule.Tag tags = 6;
    int
    repeated .lt_ml_server.Rule.Tag tags = 6;
    repeated .lt_ml_server.Rule.Tag tags = 6;
    int
    getTagsValue(int index)
    repeated .lt_ml_server.Rule.Tag tags = 6;
    repeated .lt_ml_server.Rule.Tag tags = 6;
    boolean
    bool tempOff = 3;
    boolean
    .lt_ml_server.RuleCategory category = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSourceFile

      String getSourceFile()
       id, subId, description, url already in Match
       
      string sourceFile = 1;
      Returns:
      The sourceFile.
    • getSourceFileBytes

      com.google.protobuf.ByteString getSourceFileBytes()
       id, subId, description, url already in Match
       
      string sourceFile = 1;
      Returns:
      The bytes for sourceFile.
    • getIssueType

      String getIssueType()
       see http://www.w3.org/International/multilingualweb/lt/drafts/its20/its20.html#lqissue-typevalues
       
      string issueType = 2;
      Returns:
      The issueType.
    • getIssueTypeBytes

      com.google.protobuf.ByteString getIssueTypeBytes()
       see http://www.w3.org/International/multilingualweb/lt/drafts/its20/its20.html#lqissue-typevalues
       
      string issueType = 2;
      Returns:
      The bytes for issueType.
    • getTempOff

      boolean getTempOff()
      bool tempOff = 3;
      Returns:
      The tempOff.
    • hasCategory

      boolean hasCategory()
      .lt_ml_server.RuleCategory category = 4;
      Returns:
      Whether the category field is set.
    • getCategory

      .lt_ml_server.RuleCategory category = 4;
      Returns:
      The category.
    • getCategoryOrBuilder

      MLServerProto.RuleCategoryOrBuilder getCategoryOrBuilder()
      .lt_ml_server.RuleCategory category = 4;
    • getIsPremium

      boolean getIsPremium()
      bool isPremium = 5;
      Returns:
      The isPremium.
    • getTagsList

      repeated .lt_ml_server.Rule.Tag tags = 6;
      Returns:
      A list containing the tags.
    • getTagsCount

      int getTagsCount()
      repeated .lt_ml_server.Rule.Tag tags = 6;
      Returns:
      The count of tags.
    • getTags

      MLServerProto.Rule.Tag getTags(int index)
      repeated .lt_ml_server.Rule.Tag tags = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tags at the given index.
    • getTagsValueList

      List<Integer> getTagsValueList()
      repeated .lt_ml_server.Rule.Tag tags = 6;
      Returns:
      A list containing the enum numeric values on the wire for tags.
    • getTagsValue

      int getTagsValue(int index)
      repeated .lt_ml_server.Rule.Tag tags = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of tags at the given index.