Class: Google::Cloud::Trace::V2::AttributeValue
- Inherits:
-
Object
- Object
- Google::Cloud::Trace::V2::AttributeValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudtrace/v2/trace.rb
Overview
The allowed types for [VALUE]
in a [KEY]:[VALUE]
attribute.
Instance Attribute Summary collapse
-
#bool_value ⇒ ::Boolean
A Boolean value represented by
true
orfalse
. -
#int_value ⇒ ::Integer
A 64-bit signed integer.
-
#string_value ⇒ ::Google::Cloud::Trace::V2::TruncatableString
A string up to 256 bytes long.
Instance Attribute Details
#bool_value ⇒ ::Boolean
Returns A Boolean value represented by true
or false
.
310 311 312 313 |
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 310 class AttributeValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#int_value ⇒ ::Integer
Returns A 64-bit signed integer.
310 311 312 313 |
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 310 class AttributeValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#string_value ⇒ ::Google::Cloud::Trace::V2::TruncatableString
Returns A string up to 256 bytes long.
310 311 312 313 |
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 310 class AttributeValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |