Class: Google::Cloud::Trace::V2::AttributeValue

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#bool_value::Boolean

Returns A Boolean value represented by true or false.

Returns:

  • (::Boolean)

    A Boolean value represented by true or false.



305
306
307
308
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 305

class AttributeValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#int_value::Integer

Returns A 64-bit signed integer.

Returns:

  • (::Integer)

    A 64-bit signed integer.



305
306
307
308
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 305

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.

Returns:



305
306
307
308
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 305

class AttributeValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end