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 Type
    Method
    Description
    long
    int64 avgLatency = 3;
    long
    int64 consumerLag = 6;
    long
    int64 consumerLead = 7;
    long
    expected consumption minus actual consumption
    boolean
    bool hasError = 5;
    long
    int64 maxLatency = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.