public static interface KuraPayloadProto.KuraPayload.KuraMetricOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
optional bool bool_value = 7; |
com.google.protobuf.ByteString |
getBytesValue()
optional bytes bytes_value = 9; |
double |
getDoubleValue()
optional double double_value = 3; |
float |
getFloatValue()
optional float float_value = 4; |
int |
getIntValue()
optional int32 int_value = 6; |
long |
getLongValue()
optional int64 long_value = 5; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
String |
getStringValue()
optional string string_value = 8; |
com.google.protobuf.ByteString |
getStringValueBytes()
optional string string_value = 8; |
KuraPayloadProto.KuraPayload.KuraMetric.ValueType |
getType()
required .kuradatatypes.KuraPayload.KuraMetric.ValueType type = 2; |
boolean |
hasBoolValue()
optional bool bool_value = 7; |
boolean |
hasBytesValue()
optional bytes bytes_value = 9; |
boolean |
hasDoubleValue()
optional double double_value = 3; |
boolean |
hasFloatValue()
optional float float_value = 4; |
boolean |
hasIntValue()
optional int32 int_value = 6; |
boolean |
hasLongValue()
optional int64 long_value = 5; |
boolean |
hasName()
required string name = 1; |
boolean |
hasStringValue()
optional string string_value = 8; |
boolean |
hasType()
required .kuradatatypes.KuraPayload.KuraMetric.ValueType type = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
required string name = 1;String getName()
required string name = 1;com.google.protobuf.ByteString getNameBytes()
required string name = 1;boolean hasType()
required .kuradatatypes.KuraPayload.KuraMetric.ValueType type = 2;KuraPayloadProto.KuraPayload.KuraMetric.ValueType getType()
required .kuradatatypes.KuraPayload.KuraMetric.ValueType type = 2;boolean hasDoubleValue()
optional double double_value = 3;double getDoubleValue()
optional double double_value = 3;boolean hasFloatValue()
optional float float_value = 4;float getFloatValue()
optional float float_value = 4;boolean hasLongValue()
optional int64 long_value = 5;long getLongValue()
optional int64 long_value = 5;boolean hasIntValue()
optional int32 int_value = 6;int getIntValue()
optional int32 int_value = 6;boolean hasBoolValue()
optional bool bool_value = 7;boolean getBoolValue()
optional bool bool_value = 7;boolean hasStringValue()
optional string string_value = 8;String getStringValue()
optional string string_value = 8;com.google.protobuf.ByteString getStringValueBytes()
optional string string_value = 8;boolean hasBytesValue()
optional bytes bytes_value = 9;com.google.protobuf.ByteString getBytesValue()
optional bytes bytes_value = 9;Copyright © 2017. All rights reserved.