Uses of Class
com.google.devtools.cloudtrace.v2.AttributeValue
-
Packages that use AttributeValue Package Description com.google.devtools.cloudtrace.v2 -
-
Uses of AttributeValue in com.google.devtools.cloudtrace.v2
Methods in com.google.devtools.cloudtrace.v2 that return AttributeValue Modifier and Type Method Description AttributeValue
AttributeValue.Builder. build()
AttributeValue
AttributeValue.Builder. buildPartial()
AttributeValue
Span.Attributes.Builder. getAttributeMapOrDefault(String key, AttributeValue defaultValue)
A set of attributes.AttributeValue
Span.Attributes. getAttributeMapOrDefault(String key, AttributeValue defaultValue)
A set of attributes.AttributeValue
Span.AttributesOrBuilder. getAttributeMapOrDefault(String key, AttributeValue defaultValue)
A set of attributes.AttributeValue
Span.Attributes.Builder. getAttributeMapOrThrow(String key)
A set of attributes.AttributeValue
Span.Attributes. getAttributeMapOrThrow(String key)
A set of attributes.AttributeValue
Span.AttributesOrBuilder. getAttributeMapOrThrow(String key)
A set of attributes.static AttributeValue
AttributeValue. getDefaultInstance()
AttributeValue
AttributeValue.Builder. getDefaultInstanceForType()
AttributeValue
AttributeValue. getDefaultInstanceForType()
static AttributeValue
AttributeValue. parseDelimitedFrom(InputStream input)
static AttributeValue
AttributeValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttributeValue
AttributeValue. parseFrom(byte[] data)
static AttributeValue
AttributeValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttributeValue
AttributeValue. parseFrom(com.google.protobuf.ByteString data)
static AttributeValue
AttributeValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttributeValue
AttributeValue. parseFrom(com.google.protobuf.CodedInputStream input)
static AttributeValue
AttributeValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttributeValue
AttributeValue. parseFrom(InputStream input)
static AttributeValue
AttributeValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttributeValue
AttributeValue. parseFrom(ByteBuffer data)
static AttributeValue
AttributeValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.cloudtrace.v2 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()
A set of attributes.Map<String,AttributeValue>
Span.Attributes. getAttributeMapMap()
A set of attributes.Map<String,AttributeValue>
Span.AttributesOrBuilder. getAttributeMapMap()
A 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 com.google.devtools.cloudtrace.v2 with parameters of type AttributeValue Modifier and Type Method Description AttributeValue
Span.Attributes.Builder. getAttributeMapOrDefault(String key, AttributeValue defaultValue)
A set of attributes.AttributeValue
Span.Attributes. getAttributeMapOrDefault(String key, AttributeValue defaultValue)
A set of attributes.AttributeValue
Span.AttributesOrBuilder. getAttributeMapOrDefault(String key, AttributeValue defaultValue)
A set of attributes.AttributeValue.Builder
AttributeValue.Builder. mergeFrom(AttributeValue other)
static AttributeValue.Builder
AttributeValue. newBuilder(AttributeValue prototype)
Span.Attributes.Builder
Span.Attributes.Builder. putAttributeMap(String key, AttributeValue value)
A set of attributes.Method parameters in com.google.devtools.cloudtrace.v2 with type arguments of type AttributeValue Modifier and Type Method Description Span.Attributes.Builder
Span.Attributes.Builder. putAllAttributeMap(Map<String,AttributeValue> values)
A set of attributes.
-