Package com.google.monitoring.v3
Interface AlertPolicy.AlertStrategy.NotificationRateLimitOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AlertPolicy.AlertStrategy.NotificationRateLimit,AlertPolicy.AlertStrategy.NotificationRateLimit.Builder
- Enclosing class:
- AlertPolicy.AlertStrategy
public static interface AlertPolicy.AlertStrategy.NotificationRateLimitOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.DurationgetPeriod()Not more than one notification per `period`.com.google.protobuf.DurationOrBuildergetPeriodOrBuilder()Not more than one notification per `period`.booleanhasPeriod()Not more than one notification per `period`.-
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;
-
-