Interface BasicSli.LatencyCriteriaOrBuilder (3.3.6)

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the threshold field is set.