Interface AlertPolicy.AlertStrategy.NotificationRateLimitOrBuilder (3.2.9)

public static interface AlertPolicy.AlertStrategy.NotificationRateLimitOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPeriod()

public abstract Duration getPeriod()

Not more than one notification per period.

.google.protobuf.Duration period = 1;

Returns
TypeDescription
Duration

The period.

getPeriodOrBuilder()

public abstract DurationOrBuilder getPeriodOrBuilder()

Not more than one notification per period.

.google.protobuf.Duration period = 1;

Returns
TypeDescription
DurationOrBuilder

hasPeriod()

public abstract boolean hasPeriod()

Not more than one notification per period.

.google.protobuf.Duration period = 1;

Returns
TypeDescription
boolean

Whether the period field is set.