All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opentelemetry.proto.common.v1.internal.AnyValue Maven / Gradle / Ivy

There is a newer version: 1.44.1
Show newest version
// Code generated by Wire protocol buffer compiler, do not edit.
// Source: opentelemetry.proto.common.v1.AnyValue in opentelemetry/proto/common/v1/common.proto
package io.opentelemetry.proto.common.v1.internal;

import io.opentelemetry.exporter.internal.marshal.ProtoFieldInfo;

public final class AnyValue {
  public static final ProtoFieldInfo STRING_VALUE = ProtoFieldInfo.create(1, 10, "stringValue");

  public static final ProtoFieldInfo BOOL_VALUE = ProtoFieldInfo.create(2, 16, "boolValue");

  public static final ProtoFieldInfo INT_VALUE = ProtoFieldInfo.create(3, 24, "intValue");

  public static final ProtoFieldInfo DOUBLE_VALUE = ProtoFieldInfo.create(4, 33, "doubleValue");

  public static final ProtoFieldInfo ARRAY_VALUE = ProtoFieldInfo.create(5, 42, "arrayValue");

  public static final ProtoFieldInfo KVLIST_VALUE = ProtoFieldInfo.create(6, 50, "kvlistValue");

  public static final ProtoFieldInfo BYTES_VALUE = ProtoFieldInfo.create(7, 58, "bytesValue");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy