Uses of Class
io.opentelemetry.proto.common.v1.EntityRef.Builder
Packages that use EntityRef.Builder
-
Uses of EntityRef.Builder in io.opentelemetry.proto.common.v1
Methods in io.opentelemetry.proto.common.v1 that return EntityRef.BuilderModifier and TypeMethodDescriptionEntityRef.Builder.addAllDescriptionKeys(Iterable<String> values) Descriptive (non-identifying) attribute keys of the entity.EntityRef.Builder.addAllIdKeys(Iterable<String> values) Attribute Keys that identify the entity.EntityRef.Builder.addDescriptionKeys(String value) Descriptive (non-identifying) attribute keys of the entity.EntityRef.Builder.addDescriptionKeysBytes(com.google.protobuf.ByteString value) Descriptive (non-identifying) attribute keys of the entity.Attribute Keys that identify the entity.EntityRef.Builder.addIdKeysBytes(com.google.protobuf.ByteString value) Attribute Keys that identify the entity.EntityRef.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) EntityRef.Builder.clear()EntityRef.Builder.clearDescriptionKeys()Descriptive (non-identifying) attribute keys of the entity.EntityRef.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) EntityRef.Builder.clearIdKeys()Attribute Keys that identify the entity.EntityRef.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) EntityRef.Builder.clearSchemaUrl()The Schema URL, if known.EntityRef.Builder.clearType()Defines the type of the entity.EntityRef.Builder.clone()EntityRef.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EntityRef.Builder.mergeFrom(com.google.protobuf.Message other) final EntityRef.BuilderEntityRef.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static EntityRef.BuilderEntityRef.newBuilder()static EntityRef.BuilderEntityRef.newBuilder(EntityRef prototype) EntityRef.newBuilderForType()protected EntityRef.BuilderEntityRef.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) EntityRef.Builder.setDescriptionKeys(int index, String value) Descriptive (non-identifying) attribute keys of the entity.Attribute Keys that identify the entity.EntityRef.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) EntityRef.Builder.setSchemaUrl(String value) The Schema URL, if known.EntityRef.Builder.setSchemaUrlBytes(com.google.protobuf.ByteString value) The Schema URL, if known.Defines the type of the entity.EntityRef.Builder.setTypeBytes(com.google.protobuf.ByteString value) Defines the type of the entity.final EntityRef.BuilderEntityRef.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) EntityRef.toBuilder() -
Uses of EntityRef.Builder in io.opentelemetry.proto.resource.v1
Methods in io.opentelemetry.proto.resource.v1 that return EntityRef.BuilderModifier and TypeMethodDescriptionResource.Builder.addEntityRefsBuilder()Set of entities that participate in this Resource.Resource.Builder.addEntityRefsBuilder(int index) Set of entities that participate in this Resource.Resource.Builder.getEntityRefsBuilder(int index) Set of entities that participate in this Resource.Methods in io.opentelemetry.proto.resource.v1 that return types with arguments of type EntityRef.BuilderModifier and TypeMethodDescriptionResource.Builder.getEntityRefsBuilderList()Set of entities that participate in this Resource.Methods in io.opentelemetry.proto.resource.v1 with parameters of type EntityRef.BuilderModifier and TypeMethodDescriptionResource.Builder.addEntityRefs(int index, EntityRef.Builder builderForValue) Set of entities that participate in this Resource.Resource.Builder.addEntityRefs(EntityRef.Builder builderForValue) Set of entities that participate in this Resource.Resource.Builder.setEntityRefs(int index, EntityRef.Builder builderForValue) Set of entities that participate in this Resource.