Interface AlertPolicy.AlertStrategy.NotificationRateLimitOrBuilder (3.46.0)

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
Type Description
Duration

The period.

getPeriodOrBuilder()

public abstract DurationOrBuilder getPeriodOrBuilder()

Not more than one notification per period.

.google.protobuf.Duration period = 1;

Returns
Type Description
DurationOrBuilder

hasPeriod()

public abstract boolean hasPeriod()

Not more than one notification per period.

.google.protobuf.Duration period = 1;

Returns
Type Description
boolean

Whether the period field is set.