public static interface UserBitShared.MetricValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getDoubleValue()
optional double double_value = 3; |
long |
getLongValue()
optional int64 long_value = 2; |
int |
getMetricId()
optional int32 metric_id = 1; |
boolean |
hasDoubleValue()
optional double double_value = 3; |
boolean |
hasLongValue()
optional int64 long_value = 2; |
boolean |
hasMetricId()
optional int32 metric_id = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMetricId()
optional int32 metric_id = 1;
int getMetricId()
optional int32 metric_id = 1;
boolean hasLongValue()
optional int64 long_value = 2;
long getLongValue()
optional int64 long_value = 2;
boolean hasDoubleValue()
optional double double_value = 3;
double getDoubleValue()
optional double double_value = 3;
Copyright © 1970 The Apache Software Foundation. All rights reserved.