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 Type
    Method
    Description
    string key = 1;
    com.google.protobuf.ByteString
    string key = 1;
    com.google.protobuf.ByteString
    bytes v_binary = 7;
    boolean
    bool v_bool = 4;
    double
    double v_float64 = 6;
    long
    int64 v_int64 = 5;
    string v_str = 3;
    com.google.protobuf.ByteString
    string v_str = 3;
    .jaeger.api_v2.ValueType v_type = 2;
    int
    .jaeger.api_v2.ValueType v_type = 2;

    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

    • 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.