Uses of Class
io.opentelemetry.proto.trace.v1.ScopeSpans
-
Packages that use ScopeSpans Package Description io.opentelemetry.proto.trace.v1 -
-
Uses of ScopeSpans in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return ScopeSpans Modifier and Type Method Description ScopeSpansScopeSpans.Builder. build()ScopeSpansScopeSpans.Builder. buildPartial()static ScopeSpansScopeSpans. getDefaultInstance()ScopeSpansScopeSpans.Builder. getDefaultInstanceForType()ScopeSpansScopeSpans. getDefaultInstanceForType()ScopeSpansResourceSpans.Builder. getScopeSpans(int index)A list of ScopeSpans that originate from a resource.ScopeSpansResourceSpans. getScopeSpans(int index)A list of ScopeSpans that originate from a resource.ScopeSpansResourceSpansOrBuilder. getScopeSpans(int index)A list of ScopeSpans that originate from a resource.static ScopeSpansScopeSpans. parseDelimitedFrom(InputStream input)static ScopeSpansScopeSpans. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ScopeSpansScopeSpans. parseFrom(byte[] data)static ScopeSpansScopeSpans. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ScopeSpansScopeSpans. parseFrom(com.google.protobuf.ByteString data)static ScopeSpansScopeSpans. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ScopeSpansScopeSpans. parseFrom(com.google.protobuf.CodedInputStream input)static ScopeSpansScopeSpans. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ScopeSpansScopeSpans. parseFrom(InputStream input)static ScopeSpansScopeSpans. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ScopeSpansScopeSpans. parseFrom(ByteBuffer data)static ScopeSpansScopeSpans. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opentelemetry.proto.trace.v1 that return types with arguments of type ScopeSpans Modifier and Type Method Description com.google.protobuf.Parser<ScopeSpans>ScopeSpans. getParserForType()List<ScopeSpans>ResourceSpans.Builder. getScopeSpansList()A list of ScopeSpans that originate from a resource.List<ScopeSpans>ResourceSpans. getScopeSpansList()A list of ScopeSpans that originate from a resource.List<ScopeSpans>ResourceSpansOrBuilder. getScopeSpansList()A list of ScopeSpans that originate from a resource.static com.google.protobuf.Parser<ScopeSpans>ScopeSpans. parser()Methods in io.opentelemetry.proto.trace.v1 with parameters of type ScopeSpans Modifier and Type Method Description ResourceSpans.BuilderResourceSpans.Builder. addScopeSpans(int index, ScopeSpans value)A list of ScopeSpans that originate from a resource.ResourceSpans.BuilderResourceSpans.Builder. addScopeSpans(ScopeSpans value)A list of ScopeSpans that originate from a resource.ScopeSpans.BuilderScopeSpans.Builder. mergeFrom(ScopeSpans other)static ScopeSpans.BuilderScopeSpans. newBuilder(ScopeSpans prototype)ResourceSpans.BuilderResourceSpans.Builder. setScopeSpans(int index, ScopeSpans value)A list of ScopeSpans that originate from a resource.Method parameters in io.opentelemetry.proto.trace.v1 with type arguments of type ScopeSpans Modifier and Type Method Description ResourceSpans.BuilderResourceSpans.Builder. addAllScopeSpans(Iterable<? extends ScopeSpans> values)A list of ScopeSpans that originate from a resource.
-