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 Summary
Modifier and TypeMethodDescriptiongetQualifiedPaths
(int index) repeated .common.protobuf.QualifiedPathPB qualifiedPaths = 2;
int
repeated .common.protobuf.QualifiedPathPB qualifiedPaths = 2;
repeated .common.protobuf.QualifiedPathPB qualifiedPaths = 2;
getQualifiedPathsOrBuilder
(int index) repeated .common.protobuf.QualifiedPathPB qualifiedPaths = 2;
List<? extends QualifiedPathProto.QualifiedPathPBOrBuilder>
repeated .common.protobuf.QualifiedPathPB qualifiedPaths = 2;
getStringPaths
(int index) I haven't found any evidence that alarm filter conditions use anything other than StringPaths or QualifiedPaths.int
I haven't found any evidence that alarm filter conditions use anything other than StringPaths or QualifiedPaths.I haven't found any evidence that alarm filter conditions use anything other than StringPaths or QualifiedPaths.getStringPathsOrBuilder
(int index) I haven't found any evidence that alarm filter conditions use anything other than StringPaths or QualifiedPaths.List<? extends StringPathProto.StringPathPBOrBuilder>
I haven't found any evidence that alarm filter conditions use anything other than StringPaths or QualifiedPaths.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
-
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
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
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
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
repeated .common.protobuf.QualifiedPathPB qualifiedPaths = 2;
-