Interface TelemetryTop.TelemetryFieldOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getIsCounter()
      optional bool is_counter = 3;
      boolean getIsGauge()
      optional bool is_gauge = 4;
      boolean getIsKey()
      optional bool is_key = 1;
      boolean getIsTimestamp()
      optional bool is_timestamp = 2;
      boolean hasIsCounter()
      optional bool is_counter = 3;
      boolean hasIsGauge()
      optional bool is_gauge = 4;
      boolean hasIsKey()
      optional bool is_key = 1;
      boolean hasIsTimestamp()
      optional bool is_timestamp = 2;
      • 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 Detail

      • hasIsKey

        boolean hasIsKey()
        optional bool is_key = 1;
      • getIsKey

        boolean getIsKey()
        optional bool is_key = 1;
      • hasIsTimestamp

        boolean hasIsTimestamp()
        optional bool is_timestamp = 2;
      • getIsTimestamp

        boolean getIsTimestamp()
        optional bool is_timestamp = 2;
      • hasIsCounter

        boolean hasIsCounter()
        optional bool is_counter = 3;
      • getIsCounter

        boolean getIsCounter()
        optional bool is_counter = 3;
      • hasIsGauge

        boolean hasIsGauge()
        optional bool is_gauge = 4;
      • getIsGauge

        boolean getIsGauge()
        optional bool is_gauge = 4;