Interface AttributeValueOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AttributeValue, AttributeValue.Builder

    public interface AttributeValueOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasStringValue

        boolean hasStringValue()
         A string up to 256 bytes long.
         
        .opencensus.proto.trace.v1.TruncatableString string_value = 1;
      • getStringValue

        TruncatableString getStringValue()
         A string up to 256 bytes long.
         
        .opencensus.proto.trace.v1.TruncatableString string_value = 1;
      • getStringValueOrBuilder

        TruncatableStringOrBuilder getStringValueOrBuilder()
         A string up to 256 bytes long.
         
        .opencensus.proto.trace.v1.TruncatableString string_value = 1;
      • getIntValue

        long getIntValue()
         A 64-bit signed integer.
         
        int64 int_value = 2;
      • getBoolValue

        boolean getBoolValue()
         A Boolean value represented by `true` or `false`.
         
        bool bool_value = 3;
      • getDoubleValue

        double getDoubleValue()
         A double value.
         
        double double_value = 4;