Wrapper message for bool
.
The JSON representation for BoolValue
is JSON true
and false
.
Not recommended for use in new APIs, but still useful for legacy APIs and
has no plan to be removed.
Generated from protobuf message google.protobuf.BoolValue
CloneableInstantiable
Methods |
public __construct( $data = NULL) Constructor.
|
public getValue() The bool value. Generated from protobuf field bool value = 1;
|
public setValue( $var) The bool value. Generated from protobuf field bool value = 1;
|
Properties |
protected $value = false The bool value. Generated from protobuf field bool value = 1; |
Methods |