public static interface Controlcenter.ClientTriggerMeasurementOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAvgLatency()
int64 avgLatency = 3; |
long |
getConsumerLag()
int64 consumerLag = 6; |
long |
getConsumerLead()
int64 consumerLead = 7; |
long |
getConsumptionDiff()
expected consumption minus actual consumption
|
boolean |
getHasError()
bool hasError = 5; |
long |
getMaxLatency()
int64 maxLatency = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getConsumptionDiff()
expected consumption minus actual consumption
int64 consumptionDiff = 2;
long getAvgLatency()
int64 avgLatency = 3;
long getMaxLatency()
int64 maxLatency = 4;
boolean getHasError()
bool hasError = 5;
long getConsumerLag()
int64 consumerLag = 6;
long getConsumerLead()
int64 consumerLead = 7;