Wrapper message for bool
.
The JSON representation for BoolValue
is JSON true
and false
.
Constructors and Destructors |
|
---|---|
BoolValue()
|
|
BoolValue(BoolValue other)
|
Properties |
|
---|---|
Descriptor
|
pbr::MessageDescriptor
|
Descriptor
|
pbr::MessageDescriptor pb::IMessage.
|
Parser
|
pb::MessageParser< BoolValue >
|
Value
|
bool
The bool value.
|
Public attributes |
|
---|---|
ValueFieldNumber = 1
|
const int
Field number for the "value" field.
|
Public functions |
|
---|---|
CalculateSize()
|
int
|
Clone()
|
|
Equals(object other)
|
override bool
|
Equals(BoolValue other)
|
bool
|
GetHashCode()
|
override int
|
MergeFrom(BoolValue other)
|
void
|
MergeFrom(pb::CodedInputStream input)
|
void
|
ToString()
|
override string
|
WriteTo(pb::CodedOutputStream output)
|
void
|
pbr::MessageDescriptor Descriptor
pbr::MessageDescriptor pb::IMessage. Descriptor
pb::MessageParser< BoolValue > Parser
bool Value
The bool value.
BoolValue()
BoolValue( BoolValue other )
int CalculateSize()
BoolValue Clone()
override bool Equals( object other )
bool Equals( BoolValue other )
override int GetHashCode()
void MergeFrom( BoolValue other )
void MergeFrom( pb::CodedInputStream input )
override string ToString()
void WriteTo( pb::CodedOutputStream output )