Uses of Class
io.opentelemetry.proto.trace.v1.ScopeSpans
Packages that use ScopeSpans
-
Uses of ScopeSpans in io.opentelemetry.proto.trace.v1
Methods in io.opentelemetry.proto.trace.v1 that return ScopeSpansModifier and TypeMethodDescriptionScopeSpans.Builder.build()ScopeSpans.Builder.buildPartial()static ScopeSpansScopeSpans.getDefaultInstance()ScopeSpans.Builder.getDefaultInstanceForType()ScopeSpans.getDefaultInstanceForType()ResourceSpans.Builder.getScopeSpans(int index) A list of ScopeSpans that originate from a resource.ResourceSpans.getScopeSpans(int index) A list of ScopeSpans that originate from a resource.ResourceSpansOrBuilder.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 ScopeSpansModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ScopeSpans>ScopeSpans.getParserForType()ResourceSpans.Builder.getScopeSpansList()A list of ScopeSpans that originate from a resource.ResourceSpans.getScopeSpansList()A list of ScopeSpans that originate from a resource.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 ScopeSpansModifier and TypeMethodDescriptionResourceSpans.Builder.addScopeSpans(int index, ScopeSpans value) A list of ScopeSpans that originate from a resource.ResourceSpans.Builder.addScopeSpans(ScopeSpans value) A list of ScopeSpans that originate from a resource.ScopeSpans.Builder.mergeFrom(ScopeSpans other) static ScopeSpans.BuilderScopeSpans.newBuilder(ScopeSpans prototype) ResourceSpans.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 ScopeSpansModifier and TypeMethodDescriptionResourceSpans.Builder.addAllScopeSpans(Iterable<? extends ScopeSpans> values) A list of ScopeSpans that originate from a resource.