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 Profile.attribute_table.Sample.Builder.addAllTimestampsUnixNano(Iterable<? extends Long> values) Timestamps associated with Sample represented in nanoseconds.Sample.Builder.addAllValue(Iterable<? extends Long> values) The type and unit of each value is defined by the corresponding entry in Profile.sample_type.Sample.Builder.addAttributeIndices(int value) References to attributes in Profile.attribute_table.Sample.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Profile.Builder.addSampleBuilder()The set of samples recorded in this profile.Profile.Builder.addSampleBuilder(int index) The set of samples recorded in this profile.Sample.Builder.addTimestampsUnixNano(long value) Timestamps associated with Sample represented in nanoseconds.Sample.Builder.addValue(long value) The type and unit of each value is defined by the corresponding entry in Profile.sample_type.Sample.Builder.clear()Sample.Builder.clearAttributeIndices()References to attributes in Profile.attribute_table.Sample.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Sample.Builder.clearLinkIndex()Reference to link in Profile.link_table.Sample.Builder.clearLocationsLength()locations_length along with locations_start_index refers to a slice of locations in Profile.location_indices.Sample.Builder.clearLocationsStartIndex()locations_start_index along with locations_length refers to to a slice of locations in Profile.location_indices.Sample.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Sample.Builder.clearTimestampsUnixNano()Timestamps associated with Sample represented in nanoseconds.Sample.Builder.clearValue()The type and unit of each value is defined by the corresponding entry in Profile.sample_type.Sample.Builder.clone()Profile.Builder.getSampleBuilder(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 Profile.attribute_table.Sample.Builder.setLinkIndex(int value) Reference to link in Profile.link_table.Sample.Builder.setLocationsLength(int value) locations_length along with locations_start_index refers to a slice of locations in Profile.location_indices.Sample.Builder.setLocationsStartIndex(int value) locations_start_index along with locations_length refers to to a slice of locations in Profile.location_indices.Sample.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.setValue(int index, long value) The type and unit of each value is defined by the corresponding entry in Profile.sample_type.Sample.toBuilder()Methods in io.opentelemetry.proto.profiles.v1development that return types with arguments of type Sample.BuilderModifier and TypeMethodDescriptionProfile.Builder.getSampleBuilderList()The set of samples recorded in this profile.Methods in io.opentelemetry.proto.profiles.v1development with parameters of type Sample.BuilderModifier and TypeMethodDescriptionProfile.Builder.addSample(int index, Sample.Builder builderForValue) The set of samples recorded in this profile.Profile.Builder.addSample(Sample.Builder builderForValue) The set of samples recorded in this profile.Profile.Builder.setSample(int index, Sample.Builder builderForValue) The set of samples recorded in this profile.