io.opentelemetry.proto.profiles.v1experimental.internal.Location Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentelemetry-exporter-otlp-common Show documentation
Show all versions of opentelemetry-exporter-otlp-common Show documentation
OpenTelemetry Protocol Exporter
The newest version!
// Code generated by Wire protocol buffer compiler, do not edit.
// Source: opentelemetry.proto.profiles.v1experimental.Location in opentelemetry/proto/profiles/v1experimental/pprofextended.proto
package io.opentelemetry.proto.profiles.v1experimental.internal;
import io.opentelemetry.exporter.internal.marshal.ProtoFieldInfo;
public final class Location {
public static final ProtoFieldInfo ID = ProtoFieldInfo.create(1, 8, "id");
public static final ProtoFieldInfo MAPPING_INDEX = ProtoFieldInfo.create(2, 16, "mappingIndex");
public static final ProtoFieldInfo ADDRESS = ProtoFieldInfo.create(3, 24, "address");
public static final ProtoFieldInfo LINE = ProtoFieldInfo.create(4, 34, "line");
public static final ProtoFieldInfo IS_FOLDED = ProtoFieldInfo.create(5, 40, "isFolded");
public static final ProtoFieldInfo TYPE_INDEX = ProtoFieldInfo.create(6, 48, "typeIndex");
public static final ProtoFieldInfo ATTRIBUTES = ProtoFieldInfo.create(7, 58, "attributes");
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy