Class: Google::Protobuf::BoolValue
- Inherits:
-
Object
- Object
- Google::Protobuf::BoolValue
- Defined in:
- lib/google/cloud/bigtable/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
-
#value ⇒ true, false
The bool value.
Instance Attribute Details
#value ⇒ true, false
Returns The bool value.
71 |
# File 'lib/google/cloud/bigtable/v2/doc/google/protobuf/wrappers.rb', line 71 class BoolValue; end |