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