Uses of Class
io.opentelemetry.proto.profiles.v1development.Sample.Builder
Packages that use Sample.Builder
-
Uses of Sample.Builder in io.opentelemetry.proto.profiles.v1development
Methods in io.opentelemetry.proto.profiles.v1development that return Sample.BuilderModifier and TypeMethodDescriptionSample.Builder.addAllAttributeIndices(Iterable<? extends Integer> values) References to attributes in ProfilesDictionary.attribute_table.Sample.Builder.addAllTimestampsUnixNano(Iterable<? extends Long> values) Timestamps associated with Sample represented in nanoseconds.Sample.Builder.addAllValues(Iterable<? extends Long> values) The type and unit of each value is defined by Profile.sample_type.Sample.Builder.addAttributeIndices(int value) References to attributes in ProfilesDictionary.attribute_table.Sample.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Profile.Builder.addSamplesBuilder()The set of samples recorded in this profile.Profile.Builder.addSamplesBuilder(int index) The set of samples recorded in this profile.Sample.Builder.addTimestampsUnixNano(long value) Timestamps associated with Sample represented in nanoseconds.Sample.Builder.addValues(long value) The type and unit of each value is defined by Profile.sample_type.Sample.Builder.clear()Sample.Builder.clearAttributeIndices()References to attributes in ProfilesDictionary.attribute_table.Sample.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Sample.Builder.clearLinkIndex()Reference to link in ProfilesDictionary.link_table.Sample.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Sample.Builder.clearStackIndex()Reference to stack in ProfilesDictionary.stack_table.Sample.Builder.clearTimestampsUnixNano()Timestamps associated with Sample represented in nanoseconds.Sample.Builder.clearValues()The type and unit of each value is defined by Profile.sample_type.Sample.Builder.clone()Profile.Builder.getSamplesBuilder(int index) The set of samples recorded in this profile.Sample.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Sample.Builder.mergeFrom(com.google.protobuf.Message other) final Sample.BuilderSample.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Sample.BuilderSample.newBuilder()static Sample.BuilderSample.newBuilder(Sample prototype) Sample.newBuilderForType()protected Sample.BuilderSample.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Sample.Builder.setAttributeIndices(int index, int value) References to attributes in ProfilesDictionary.attribute_table.Sample.Builder.setLinkIndex(int value) Reference to link in ProfilesDictionary.link_table.Sample.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Sample.Builder.setStackIndex(int value) Reference to stack in ProfilesDictionary.stack_table.Sample.Builder.setTimestampsUnixNano(int index, long value) Timestamps associated with Sample represented in nanoseconds.final Sample.BuilderSample.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Sample.Builder.setValues(int index, long value) The type and unit of each value is defined by Profile.sample_type.Sample.toBuilder()Methods in io.opentelemetry.proto.profiles.v1development that return types with arguments of type Sample.BuilderModifier and TypeMethodDescriptionProfile.Builder.getSamplesBuilderList()The set of samples recorded in this profile.Methods in io.opentelemetry.proto.profiles.v1development with parameters of type Sample.BuilderModifier and TypeMethodDescriptionProfile.Builder.addSamples(int index, Sample.Builder builderForValue) The set of samples recorded in this profile.Profile.Builder.addSamples(Sample.Builder builderForValue) The set of samples recorded in this profile.Profile.Builder.setSamples(int index, Sample.Builder builderForValue) The set of samples recorded in this profile.