Interface AlertPolicy.AlertStrategy.NotificationRateLimitOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Duration getPeriod()
      Not more than one notification per `period`.
      com.google.protobuf.DurationOrBuilder getPeriodOrBuilder()
      Not more than one notification per `period`.
      boolean hasPeriod()
      Not more than one notification per `period`.
      • 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 Detail

      • hasPeriod

        boolean hasPeriod()
         Not more than one notification per `period`.
         
        .google.protobuf.Duration period = 1;
        Returns:
        Whether the period field is set.
      • getPeriod

        com.google.protobuf.Duration getPeriod()
         Not more than one notification per `period`.
         
        .google.protobuf.Duration period = 1;
        Returns:
        The period.
      • getPeriodOrBuilder

        com.google.protobuf.DurationOrBuilder getPeriodOrBuilder()
         Not more than one notification per `period`.
         
        .google.protobuf.Duration period = 1;