public static interface BatchReport.MeasureOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanValue()
optional bool boolean_value = 2; |
double |
getDoubleValue()
optional double double_value = 5; |
int |
getIntValue()
optional int32 int_value = 3; |
long |
getLongValue()
optional int64 long_value = 4; |
String |
getMetricKey()
optional string metric_key = 7; |
com.google.protobuf.ByteString |
getMetricKeyBytes()
optional string metric_key = 7; |
String |
getStringValue()
optional string string_value = 6; |
com.google.protobuf.ByteString |
getStringValueBytes()
optional string string_value = 6; |
Constants.MeasureValueType |
getValueType()
optional .MeasureValueType value_type = 1; |
boolean |
hasBooleanValue()
optional bool boolean_value = 2; |
boolean |
hasDoubleValue()
optional double double_value = 5; |
boolean |
hasIntValue()
optional int32 int_value = 3; |
boolean |
hasLongValue()
optional int64 long_value = 4; |
boolean |
hasMetricKey()
optional string metric_key = 7; |
boolean |
hasStringValue()
optional string string_value = 6; |
boolean |
hasValueType()
optional .MeasureValueType value_type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValueType()
optional .MeasureValueType value_type = 1;Constants.MeasureValueType getValueType()
optional .MeasureValueType value_type = 1;boolean hasBooleanValue()
optional bool boolean_value = 2;
all values may be unset for "new_xxx" measures (only variations are populated)
boolean getBooleanValue()
optional bool boolean_value = 2;
all values may be unset for "new_xxx" measures (only variations are populated)
boolean hasIntValue()
optional int32 int_value = 3;int getIntValue()
optional int32 int_value = 3;boolean hasLongValue()
optional int64 long_value = 4;long getLongValue()
optional int64 long_value = 4;boolean hasDoubleValue()
optional double double_value = 5;double getDoubleValue()
optional double double_value = 5;boolean hasStringValue()
optional string string_value = 6;String getStringValue()
optional string string_value = 6;com.google.protobuf.ByteString getStringValueBytes()
optional string string_value = 6;boolean hasMetricKey()
optional string metric_key = 7;String getMetricKey()
optional string metric_key = 7;com.google.protobuf.ByteString getMetricKeyBytes()
optional string metric_key = 7;Copyright © 2009–2015 SonarSource. All rights reserved.