Interface UserBitShared.MetricValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserBitShared.MetricValue, UserBitShared.MetricValue.Builder
Enclosing class:
UserBitShared

public static interface UserBitShared.MetricValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    optional double double_value = 3;
    long
    optional int64 long_value = 2;
    int
    optional int32 metric_id = 1;
    boolean
    optional double double_value = 3;
    boolean
    optional int64 long_value = 2;
    boolean
    optional int32 metric_id = 1;

    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

    • hasMetricId

      boolean hasMetricId()
      optional int32 metric_id = 1;
      Returns:
      Whether the metricId field is set.
    • getMetricId

      int getMetricId()
      optional int32 metric_id = 1;
      Returns:
      The metricId.
    • hasLongValue

      boolean hasLongValue()
      optional int64 long_value = 2;
      Returns:
      Whether the longValue field is set.
    • getLongValue

      long getLongValue()
      optional int64 long_value = 2;
      Returns:
      The longValue.
    • hasDoubleValue

      boolean hasDoubleValue()
      optional double double_value = 3;
      Returns:
      Whether the doubleValue field is set.
    • getDoubleValue

      double getDoubleValue()
      optional double double_value = 3;
      Returns:
      The doubleValue.