Package com.google.monitoring.v3
Interface BasicSli.LatencyCriteriaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicSli.LatencyCriteria
,BasicSli.LatencyCriteria.Builder
- Enclosing class:
- BasicSli
public static interface BasicSli.LatencyCriteriaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Duration
getThreshold()
Good service is defined to be the count of requests made to this service that return in no more than `threshold`.com.google.protobuf.DurationOrBuilder
getThresholdOrBuilder()
Good service is defined to be the count of requests made to this service that return in no more than `threshold`.boolean
hasThreshold()
Good service is defined to be the count of requests made to this service that return in no more than `threshold`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasThreshold
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:
- Whether the threshold field is set.
-
getThreshold
com.google.protobuf.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:
- The threshold.
-
getThresholdOrBuilder
com.google.protobuf.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;
-
-