Uses of Class
io.opentelemetry.proto.profiles.v1development.AttributeUnit
Packages that use AttributeUnit
-
Uses of AttributeUnit in io.opentelemetry.proto.profiles.v1development
Methods in io.opentelemetry.proto.profiles.v1development that return AttributeUnitModifier and TypeMethodDescriptionAttributeUnit.Builder.build()AttributeUnit.Builder.buildPartial()Profile.Builder.getAttributeUnits(int index) Represents a mapping between Attribute Keys and Units.Profile.getAttributeUnits(int index) Represents a mapping between Attribute Keys and Units.ProfileOrBuilder.getAttributeUnits(int index) Represents a mapping between Attribute Keys and Units.static AttributeUnitAttributeUnit.getDefaultInstance()AttributeUnit.Builder.getDefaultInstanceForType()AttributeUnit.getDefaultInstanceForType()static AttributeUnitAttributeUnit.parseDelimitedFrom(InputStream input) static AttributeUnitAttributeUnit.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributeUnitAttributeUnit.parseFrom(byte[] data) static AttributeUnitAttributeUnit.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributeUnitAttributeUnit.parseFrom(com.google.protobuf.ByteString data) static AttributeUnitAttributeUnit.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributeUnitAttributeUnit.parseFrom(com.google.protobuf.CodedInputStream input) static AttributeUnitAttributeUnit.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributeUnitAttributeUnit.parseFrom(InputStream input) static AttributeUnitAttributeUnit.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributeUnitAttributeUnit.parseFrom(ByteBuffer data) static AttributeUnitAttributeUnit.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.opentelemetry.proto.profiles.v1development that return types with arguments of type AttributeUnitModifier and TypeMethodDescriptionProfile.Builder.getAttributeUnitsList()Represents a mapping between Attribute Keys and Units.Profile.getAttributeUnitsList()Represents a mapping between Attribute Keys and Units.ProfileOrBuilder.getAttributeUnitsList()Represents a mapping between Attribute Keys and Units.com.google.protobuf.Parser<AttributeUnit>AttributeUnit.getParserForType()static com.google.protobuf.Parser<AttributeUnit>AttributeUnit.parser()Methods in io.opentelemetry.proto.profiles.v1development with parameters of type AttributeUnitModifier and TypeMethodDescriptionProfile.Builder.addAttributeUnits(int index, AttributeUnit value) Represents a mapping between Attribute Keys and Units.Profile.Builder.addAttributeUnits(AttributeUnit value) Represents a mapping between Attribute Keys and Units.AttributeUnit.Builder.mergeFrom(AttributeUnit other) static AttributeUnit.BuilderAttributeUnit.newBuilder(AttributeUnit prototype) Profile.Builder.setAttributeUnits(int index, AttributeUnit value) Represents a mapping between Attribute Keys and Units.Method parameters in io.opentelemetry.proto.profiles.v1development with type arguments of type AttributeUnitModifier and TypeMethodDescriptionProfile.Builder.addAllAttributeUnits(Iterable<? extends AttributeUnit> values) Represents a mapping between Attribute Keys and Units.