Uses of Class
io.opentelemetry.proto.profiles.v1development.KeyValueAndUnit.Builder
Packages that use KeyValueAndUnit.Builder
-
Uses of KeyValueAndUnit.Builder in io.opentelemetry.proto.profiles.v1development
Methods in io.opentelemetry.proto.profiles.v1development that return KeyValueAndUnit.BuilderModifier and TypeMethodDescriptionProfilesDictionary.Builder.addAttributeTableBuilder()A common table for attributes referenced by the Profile, Sample, Mapping and Location messages below through attribute_indices field.ProfilesDictionary.Builder.addAttributeTableBuilder(int index) A common table for attributes referenced by the Profile, Sample, Mapping and Location messages below through attribute_indices field.KeyValueAndUnit.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) KeyValueAndUnit.Builder.clear()KeyValueAndUnit.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) KeyValueAndUnit.Builder.clearKeyStrindex()The index into the string table for the attribute's key.KeyValueAndUnit.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) KeyValueAndUnit.Builder.clearUnitStrindex()The index into the string table for the attribute's unit.KeyValueAndUnit.Builder.clearValue()The value of the attribute.KeyValueAndUnit.Builder.clone()ProfilesDictionary.Builder.getAttributeTableBuilder(int index) A common table for attributes referenced by the Profile, Sample, Mapping and Location messages below through attribute_indices field.KeyValueAndUnit.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) KeyValueAndUnit.Builder.mergeFrom(com.google.protobuf.Message other) KeyValueAndUnit.Builder.mergeFrom(KeyValueAndUnit other) final KeyValueAndUnit.BuilderKeyValueAndUnit.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) KeyValueAndUnit.Builder.mergeValue(AnyValue value) The value of the attribute.static KeyValueAndUnit.BuilderKeyValueAndUnit.newBuilder()static KeyValueAndUnit.BuilderKeyValueAndUnit.newBuilder(KeyValueAndUnit prototype) KeyValueAndUnit.newBuilderForType()protected KeyValueAndUnit.BuilderKeyValueAndUnit.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) KeyValueAndUnit.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) KeyValueAndUnit.Builder.setKeyStrindex(int value) The index into the string table for the attribute's key.KeyValueAndUnit.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) KeyValueAndUnit.Builder.setUnitStrindex(int value) The index into the string table for the attribute's unit.final KeyValueAndUnit.BuilderKeyValueAndUnit.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) The value of the attribute.KeyValueAndUnit.Builder.setValue(AnyValue.Builder builderForValue) The value of the attribute.KeyValueAndUnit.toBuilder()Methods in io.opentelemetry.proto.profiles.v1development that return types with arguments of type KeyValueAndUnit.BuilderModifier and TypeMethodDescriptionProfilesDictionary.Builder.getAttributeTableBuilderList()A common table for attributes referenced by the Profile, Sample, Mapping and Location messages below through attribute_indices field.Methods in io.opentelemetry.proto.profiles.v1development with parameters of type KeyValueAndUnit.BuilderModifier and TypeMethodDescriptionProfilesDictionary.Builder.addAttributeTable(int index, KeyValueAndUnit.Builder builderForValue) A common table for attributes referenced by the Profile, Sample, Mapping and Location messages below through attribute_indices field.ProfilesDictionary.Builder.addAttributeTable(KeyValueAndUnit.Builder builderForValue) A common table for attributes referenced by the Profile, Sample, Mapping and Location messages below through attribute_indices field.ProfilesDictionary.Builder.setAttributeTable(int index, KeyValueAndUnit.Builder builderForValue) A common table for attributes referenced by the Profile, Sample, Mapping and Location messages below through attribute_indices field.