Uses of Class
io.opentelemetry.proto.profiles.v1development.Sample
Packages that use Sample
-
Uses of Sample in io.opentelemetry.proto.profiles.v1development
Methods in io.opentelemetry.proto.profiles.v1development that return SampleModifier and TypeMethodDescriptionSample.Builder.build()Sample.Builder.buildPartial()static SampleSample.getDefaultInstance()Sample.Builder.getDefaultInstanceForType()Sample.getDefaultInstanceForType()Profile.Builder.getSamples(int index) The set of samples recorded in this profile.Profile.getSamples(int index) The set of samples recorded in this profile.ProfileOrBuilder.getSamples(int index) The set of samples recorded in this profile.static SampleSample.parseDelimitedFrom(InputStream input) static SampleSample.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SampleSample.parseFrom(byte[] data) static SampleSample.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SampleSample.parseFrom(com.google.protobuf.ByteString data) static SampleSample.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SampleSample.parseFrom(com.google.protobuf.CodedInputStream input) static SampleSample.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SampleSample.parseFrom(InputStream input) static SampleSample.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SampleSample.parseFrom(ByteBuffer data) static SampleSample.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.opentelemetry.proto.profiles.v1development that return types with arguments of type SampleModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Sample>Sample.getParserForType()Profile.Builder.getSamplesList()The set of samples recorded in this profile.Profile.getSamplesList()The set of samples recorded in this profile.ProfileOrBuilder.getSamplesList()The set of samples recorded in this profile.static com.google.protobuf.Parser<Sample>Sample.parser()Methods in io.opentelemetry.proto.profiles.v1development with parameters of type SampleModifier and TypeMethodDescriptionProfile.Builder.addSamples(int index, Sample value) The set of samples recorded in this profile.Profile.Builder.addSamples(Sample value) The set of samples recorded in this profile.static Sample.BuilderSample.newBuilder(Sample prototype) Profile.Builder.setSamples(int index, Sample value) The set of samples recorded in this profile.Method parameters in io.opentelemetry.proto.profiles.v1development with type arguments of type SampleModifier and TypeMethodDescriptionProfile.Builder.addAllSamples(Iterable<? extends Sample> values) The set of samples recorded in this profile.