Reference documentation and code samples for the AlloyDB V1ALPHA API class Google::Protobuf::BoolValue.
Wrapper message for bool
.
The JSON representation for BoolValue
is JSON true
and false
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#value
def value() -> ::Boolean
Returns
- (::Boolean) — The bool value.
#value=
def value=(value) -> ::Boolean
Parameter
- value (::Boolean) — The bool value.
Returns
- (::Boolean) — The bool value.