Interface Model.KeyValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Model.KeyValue,Model.KeyValue.Builder
- Enclosing class:
Model
public static interface Model.KeyValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()string key = 1;com.google.protobuf.ByteStringstring key = 1;com.google.protobuf.ByteStringbytes v_binary = 7;booleangetVBool()bool v_bool = 4;doubledouble v_float64 = 6;longint64 v_int64 = 5;getVStr()string v_str = 3;com.google.protobuf.ByteStringstring v_str = 3;getVType().jaeger.api_v2.ValueType v_type = 2;int.jaeger.api_v2.ValueType v_type = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getKey
String getKey()string key = 1;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()string key = 1;- Returns:
- The bytes for key.
-
getVTypeValue
int getVTypeValue().jaeger.api_v2.ValueType v_type = 2;- Returns:
- The enum numeric value on the wire for vType.
-
getVType
Model.ValueType getVType().jaeger.api_v2.ValueType v_type = 2;- Returns:
- The vType.
-
getVStr
String getVStr()string v_str = 3;- Returns:
- The vStr.
-
getVStrBytes
com.google.protobuf.ByteString getVStrBytes()string v_str = 3;- Returns:
- The bytes for vStr.
-
getVBool
boolean getVBool()bool v_bool = 4;- Returns:
- The vBool.
-
getVInt64
long getVInt64()int64 v_int64 = 5;- Returns:
- The vInt64.
-
getVFloat64
double getVFloat64()double v_float64 = 6;- Returns:
- The vFloat64.
-
getVBinary
com.google.protobuf.ByteString getVBinary()bytes v_binary = 7;- Returns:
- The vBinary.
-