Google. Protobuf. WellKnownTypes. Int64Value
Wrapper message for int64
.
Summary
The JSON representation for Int64Value
is JSON string.
Inheritance
Inherits from: pb::IMessage< Int64Value >
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
|
Properties
Descriptor
pbr::MessageDescriptor Descriptor
Descriptor
pbr::MessageDescriptor pb::IMessage. Descriptor
Parser
pb::MessageParser< Int64Value > Parser
Value
long Value
The int64 value.
Public attributes
Public functions
CalculateSize
int CalculateSize()
Clone
Int64Value Clone()
Equals
override bool Equals( object other )
Equals
bool Equals( Int64Value other )
GetHashCode
override int GetHashCode()
Int64Value
Int64Value()
Int64Value
Int64Value( Int64Value other )
MergeFrom
void MergeFrom( Int64Value other )
MergeFrom
void MergeFrom( pb::CodedInputStream input )
ToString
override string ToString()
WriteTo
void WriteTo( pb::CodedOutputStream output )