Interface NotificationFilterOuterClass.NotificationFilterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NotificationFilterOuterClass.NotificationFilter,NotificationFilterOuterClass.NotificationFilter.Builder
- Enclosing class:
NotificationFilterOuterClass
public static interface NotificationFilterOuterClass.NotificationFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring NotificationNameRegExp = 3;com.google.protobuf.ByteStringstring NotificationNameRegExp = 3;string SenderNameRegExp = 4;com.google.protobuf.ByteStringstring SenderNameRegExp = 4;string SeverityLowerLimit = 7;com.google.protobuf.ByteStringstring SeverityLowerLimit = 7;string SeverityUpperLimit = 8;com.google.protobuf.ByteStringstring SeverityUpperLimit = 8;longuint64 StoredIdLowerLimit = 1;longuint64 StoredIdUpperLimit = 2;string TimestampAfter = 6;com.google.protobuf.ByteStringstring TimestampAfter = 6;string TimestampBefore = 5;com.google.protobuf.ByteStringstring TimestampBefore = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStoredIdLowerLimit
long getStoredIdLowerLimit()uint64 StoredIdLowerLimit = 1; -
getStoredIdUpperLimit
long getStoredIdUpperLimit()uint64 StoredIdUpperLimit = 2; -
getNotificationNameRegExp
String getNotificationNameRegExp()string NotificationNameRegExp = 3; -
getNotificationNameRegExpBytes
com.google.protobuf.ByteString getNotificationNameRegExpBytes()string NotificationNameRegExp = 3; -
getSenderNameRegExp
String getSenderNameRegExp()string SenderNameRegExp = 4; -
getSenderNameRegExpBytes
com.google.protobuf.ByteString getSenderNameRegExpBytes()string SenderNameRegExp = 4; -
getTimestampBefore
String getTimestampBefore()string TimestampBefore = 5; -
getTimestampBeforeBytes
com.google.protobuf.ByteString getTimestampBeforeBytes()string TimestampBefore = 5; -
getTimestampAfter
String getTimestampAfter()string TimestampAfter = 6; -
getTimestampAfterBytes
com.google.protobuf.ByteString getTimestampAfterBytes()string TimestampAfter = 6; -
getSeverityLowerLimit
String getSeverityLowerLimit()string SeverityLowerLimit = 7; -
getSeverityLowerLimitBytes
com.google.protobuf.ByteString getSeverityLowerLimitBytes()string SeverityLowerLimit = 7; -
getSeverityUpperLimit
String getSeverityUpperLimit()string SeverityUpperLimit = 8; -
getSeverityUpperLimitBytes
com.google.protobuf.ByteString getSeverityUpperLimitBytes()string SeverityUpperLimit = 8;
-