Google.Protobuf.WellKnownTypes.UInt64Value

Wrapper message for uint64.

Summary

The JSON representation for UInt64Value is JSON string.

Inheritance

Inherits from: pb::IMessage< UInt64Value >

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()
UInt64Value
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

Properties

Descriptor

pbr::MessageDescriptor Descriptor

Descriptor

pbr::MessageDescriptor pb::IMessage. Descriptor

Parser

pb::MessageParser< UInt64Value > Parser

Value

ulong Value

The uint64 value.

Public attributes

ValueFieldNumber

const int ValueFieldNumber = 1

Field number for the "value" field.

Public functions

CalculateSize

int CalculateSize()

Clone

UInt64Value Clone()

Equals

override bool Equals(
  object other
)

Equals

bool Equals(
  UInt64Value other
)

GetHashCode

override int GetHashCode()

MergeFrom

void MergeFrom(
  UInt64Value other
)

MergeFrom

void MergeFrom(
  pb::CodedInputStream input
)

ToString

override string ToString()

UInt64Value

 UInt64Value()

UInt64Value

 UInt64Value(
  UInt64Value other
)

WriteTo

void WriteTo(
  pb::CodedOutputStream output
)