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