Uses of Class
io.opencensus.proto.trace.v1.AttributeValue
-
Packages that use AttributeValue Package Description io.opencensus.proto.trace.v1 -
-
Uses of AttributeValue in io.opencensus.proto.trace.v1
Methods in io.opencensus.proto.trace.v1 that return AttributeValue Modifier and Type Method Description AttributeValueAttributeValue.Builder. build()AttributeValueAttributeValue.Builder. buildPartial()AttributeValueSpan.Attributes.Builder. getAttributeMapOrDefault(String key, AttributeValue defaultValue)The set of attributes.AttributeValueSpan.Attributes. getAttributeMapOrDefault(String key, AttributeValue defaultValue)The set of attributes.AttributeValueSpan.AttributesOrBuilder. getAttributeMapOrDefault(String key, AttributeValue defaultValue)The set of attributes.AttributeValueSpan.Attributes.Builder. getAttributeMapOrThrow(String key)The set of attributes.AttributeValueSpan.Attributes. getAttributeMapOrThrow(String key)The set of attributes.AttributeValueSpan.AttributesOrBuilder. getAttributeMapOrThrow(String key)The set of attributes.static AttributeValueAttributeValue. getDefaultInstance()AttributeValueAttributeValue.Builder. getDefaultInstanceForType()AttributeValueAttributeValue. getDefaultInstanceForType()static AttributeValueAttributeValue. parseDelimitedFrom(InputStream input)static AttributeValueAttributeValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeValueAttributeValue. parseFrom(byte[] data)static AttributeValueAttributeValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeValueAttributeValue. parseFrom(com.google.protobuf.ByteString data)static AttributeValueAttributeValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeValueAttributeValue. parseFrom(com.google.protobuf.CodedInputStream input)static AttributeValueAttributeValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeValueAttributeValue. parseFrom(InputStream input)static AttributeValueAttributeValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttributeValueAttributeValue. parseFrom(ByteBuffer data)static AttributeValueAttributeValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opencensus.proto.trace.v1 that return types with arguments of type AttributeValue Modifier and Type Method Description Map<String,AttributeValue>Span.Attributes.Builder. getAttributeMap()Deprecated.Map<String,AttributeValue>Span.Attributes. getAttributeMap()Deprecated.Map<String,AttributeValue>Span.AttributesOrBuilder. getAttributeMap()Deprecated.Map<String,AttributeValue>Span.Attributes.Builder. getAttributeMapMap()The set of attributes.Map<String,AttributeValue>Span.Attributes. getAttributeMapMap()The set of attributes.Map<String,AttributeValue>Span.AttributesOrBuilder. getAttributeMapMap()The set of attributes.Map<String,AttributeValue>Span.Attributes.Builder. getMutableAttributeMap()Deprecated.com.google.protobuf.Parser<AttributeValue>AttributeValue. getParserForType()static com.google.protobuf.Parser<AttributeValue>AttributeValue. parser()Methods in io.opencensus.proto.trace.v1 with parameters of type AttributeValue Modifier and Type Method Description AttributeValueSpan.Attributes.Builder. getAttributeMapOrDefault(String key, AttributeValue defaultValue)The set of attributes.AttributeValueSpan.Attributes. getAttributeMapOrDefault(String key, AttributeValue defaultValue)The set of attributes.AttributeValueSpan.AttributesOrBuilder. getAttributeMapOrDefault(String key, AttributeValue defaultValue)The set of attributes.AttributeValue.BuilderAttributeValue.Builder. mergeFrom(AttributeValue other)static AttributeValue.BuilderAttributeValue. newBuilder(AttributeValue prototype)Span.Attributes.BuilderSpan.Attributes.Builder. putAttributeMap(String key, AttributeValue value)The set of attributes.Method parameters in io.opencensus.proto.trace.v1 with type arguments of type AttributeValue Modifier and Type Method Description Span.Attributes.BuilderSpan.Attributes.Builder. putAllAttributeMap(Map<String,AttributeValue> values)The set of attributes.
-