Interface AlarmFilterProto.PathConditionPBOrBuilder

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

public static interface AlarmFilterProto.PathConditionPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getStringPathsList

      List<StringPathProto.StringPathPB> getStringPathsList()
       I haven't found any evidence that alarm filter conditions use anything other than StringPaths or QualifiedPaths.
       But if we find more path types after testing, we need to adjust this.
       
      repeated .common.protobuf.StringPathPB stringPaths = 1;
    • getStringPaths

      StringPathProto.StringPathPB getStringPaths(int index)
       I haven't found any evidence that alarm filter conditions use anything other than StringPaths or QualifiedPaths.
       But if we find more path types after testing, we need to adjust this.
       
      repeated .common.protobuf.StringPathPB stringPaths = 1;
    • getStringPathsCount

      int getStringPathsCount()
       I haven't found any evidence that alarm filter conditions use anything other than StringPaths or QualifiedPaths.
       But if we find more path types after testing, we need to adjust this.
       
      repeated .common.protobuf.StringPathPB stringPaths = 1;
    • getStringPathsOrBuilderList

      List<? extends StringPathProto.StringPathPBOrBuilder> getStringPathsOrBuilderList()
       I haven't found any evidence that alarm filter conditions use anything other than StringPaths or QualifiedPaths.
       But if we find more path types after testing, we need to adjust this.
       
      repeated .common.protobuf.StringPathPB stringPaths = 1;
    • getStringPathsOrBuilder

      StringPathProto.StringPathPBOrBuilder getStringPathsOrBuilder(int index)
       I haven't found any evidence that alarm filter conditions use anything other than StringPaths or QualifiedPaths.
       But if we find more path types after testing, we need to adjust this.
       
      repeated .common.protobuf.StringPathPB stringPaths = 1;
    • getQualifiedPathsList

      List<QualifiedPathProto.QualifiedPathPB> getQualifiedPathsList()
      repeated .common.protobuf.QualifiedPathPB qualifiedPaths = 2;
    • getQualifiedPaths

      QualifiedPathProto.QualifiedPathPB getQualifiedPaths(int index)
      repeated .common.protobuf.QualifiedPathPB qualifiedPaths = 2;
    • getQualifiedPathsCount

      int getQualifiedPathsCount()
      repeated .common.protobuf.QualifiedPathPB qualifiedPaths = 2;
    • getQualifiedPathsOrBuilderList

      List<? extends QualifiedPathProto.QualifiedPathPBOrBuilder> getQualifiedPathsOrBuilderList()
      repeated .common.protobuf.QualifiedPathPB qualifiedPaths = 2;
    • getQualifiedPathsOrBuilder

      QualifiedPathProto.QualifiedPathPBOrBuilder getQualifiedPathsOrBuilder(int index)
      repeated .common.protobuf.QualifiedPathPB qualifiedPaths = 2;