Class: Google::Cloud::Trace::V2::Span::Attributes
- Inherits:
-
Object
- Object
- Google::Cloud::Trace::V2::Span::Attributes
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudtrace/v2/trace.rb
Overview
A set of attributes, each in the format [KEY]:[VALUE].
Defined Under Namespace
Classes: AttributeMapEntry
Instance Attribute Summary collapse
-
#attribute_map ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Trace::V2::AttributeValue}
The set of attributes.
-
#dropped_attributes_count ⇒ ::Integer
The number of attributes that were discarded.
Instance Attribute Details
#attribute_map ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Trace::V2::AttributeValue}
118 119 120 121 122 123 124 125 126 127 128 129 130 |
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 118 class Attributes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Trace::V2::AttributeValue] class AttributeMapEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#dropped_attributes_count ⇒ ::Integer
118 119 120 121 122 123 124 125 126 127 128 129 130 |
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 118 class Attributes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Trace::V2::AttributeValue] class AttributeMapEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |