Uses of Class
io.opentelemetry.proto.profiles.v1development.AttributeUnit.Builder
Packages that use AttributeUnit.Builder
-
Uses of AttributeUnit.Builder in io.opentelemetry.proto.profiles.v1development
Methods in io.opentelemetry.proto.profiles.v1development that return AttributeUnit.BuilderModifier and TypeMethodDescriptionProfile.Builder.addAttributeUnitsBuilder()Represents a mapping between Attribute Keys and Units.Profile.Builder.addAttributeUnitsBuilder(int index) Represents a mapping between Attribute Keys and Units.AttributeUnit.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeUnit.Builder.clear()AttributeUnit.Builder.clearAttributeKeyStrindex()Index into string table.AttributeUnit.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AttributeUnit.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) AttributeUnit.Builder.clearUnitStrindex()Index into string table.AttributeUnit.Builder.clone()Profile.Builder.getAttributeUnitsBuilder(int index) Represents a mapping between Attribute Keys and Units.AttributeUnit.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeUnit.Builder.mergeFrom(com.google.protobuf.Message other) AttributeUnit.Builder.mergeFrom(AttributeUnit other) final AttributeUnit.BuilderAttributeUnit.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static AttributeUnit.BuilderAttributeUnit.newBuilder()static AttributeUnit.BuilderAttributeUnit.newBuilder(AttributeUnit prototype) AttributeUnit.newBuilderForType()protected AttributeUnit.BuilderAttributeUnit.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AttributeUnit.Builder.setAttributeKeyStrindex(int value) Index into string table.AttributeUnit.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AttributeUnit.Builder.setUnitStrindex(int value) Index into string table.final AttributeUnit.BuilderAttributeUnit.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AttributeUnit.toBuilder()Methods in io.opentelemetry.proto.profiles.v1development that return types with arguments of type AttributeUnit.BuilderModifier and TypeMethodDescriptionProfile.Builder.getAttributeUnitsBuilderList()Represents a mapping between Attribute Keys and Units.Methods in io.opentelemetry.proto.profiles.v1development with parameters of type AttributeUnit.BuilderModifier and TypeMethodDescriptionProfile.Builder.addAttributeUnits(int index, AttributeUnit.Builder builderForValue) Represents a mapping between Attribute Keys and Units.Profile.Builder.addAttributeUnits(AttributeUnit.Builder builderForValue) Represents a mapping between Attribute Keys and Units.Profile.Builder.setAttributeUnits(int index, AttributeUnit.Builder builderForValue) Represents a mapping between Attribute Keys and Units.