Interface BasicSli.LatencyCriteriaOrBuilder (3.43.0)

public static interface BasicSli.LatencyCriteriaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getThreshold()

public abstract Duration getThreshold()

Good service is defined to be the count of requests made to this service that return in no more than threshold.

.google.protobuf.Duration threshold = 3;

Returns
Type Description
Duration

The threshold.

getThresholdOrBuilder()

public abstract DurationOrBuilder getThresholdOrBuilder()

Good service is defined to be the count of requests made to this service that return in no more than threshold.

.google.protobuf.Duration threshold = 3;

Returns
Type Description
DurationOrBuilder

hasThreshold()

public abstract boolean hasThreshold()

Good service is defined to be the count of requests made to this service that return in no more than threshold.

.google.protobuf.Duration threshold = 3;

Returns
Type Description
boolean

Whether the threshold field is set.