Interface Controlcenter.ClientTriggerMeasurementOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Controlcenter.ClientTriggerMeasurement,Controlcenter.ClientTriggerMeasurement.Builder
- Enclosing class:
Controlcenter
public static interface Controlcenter.ClientTriggerMeasurementOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 avgLatency = 3;longint64 consumerLag = 6;longint64 consumerLead = 7;longexpected consumption minus actual consumptionbooleanbool hasError = 5;longint64 maxLatency = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getConsumptionDiff
long getConsumptionDiff()expected consumption minus actual consumption
int64 consumptionDiff = 2;- Returns:
- The consumptionDiff.
-
getAvgLatency
long getAvgLatency()int64 avgLatency = 3;- Returns:
- The avgLatency.
-
getMaxLatency
long getMaxLatency()int64 maxLatency = 4;- Returns:
- The maxLatency.
-
getHasError
boolean getHasError()bool hasError = 5;- Returns:
- The hasError.
-
getConsumerLag
long getConsumerLag()int64 consumerLag = 6;- Returns:
- The consumerLag.
-
getConsumerLead
long getConsumerLead()int64 consumerLead = 7;- Returns:
- The consumerLead.
-