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