Class: Google::Protobuf::BoolValue

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/trace/v2/doc/google/protobuf/wrappers.rb

Overview

Wrapper message for +bool+.

The JSON representation for +BoolValue+ is JSON +true+ and +false+.

Instance Attribute Summary collapse

Instance Attribute Details

#valuetrue, false

Returns The bool value.

Returns:

  • (true, false)

    The bool value.



71
# File 'lib/google/cloud/trace/v2/doc/google/protobuf/wrappers.rb', line 71

class BoolValue; end