Google.Protobuf.WellKnownTypes.UInt32Value

Wrapper message for uint32.

Summary

The JSON representation for UInt32Value is JSON number.

Inheritance

Inherits from: pb::IMessage< UInt32Value >

Constructors and Destructors

UInt32Value()
UInt32Value(UInt32Value other)

Properties

Descriptor
pbr::MessageDescriptor
Descriptor
pbr::MessageDescriptor pb::IMessage.
Parser
pb::MessageParser< UInt32Value >
Value
uint
The uint32 value.

Public attributes

ValueFieldNumber = 1
const int
Field number for the "value" field.

Public functions

CalculateSize()
int
Clone()
UInt32Value
Equals(object other)
override bool
Equals(UInt32Value other)
bool
GetHashCode()
override int
MergeFrom(UInt32Value 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< UInt32Value > Parser

Value

uint Value

The uint32 value.

Public attributes

ValueFieldNumber

const int ValueFieldNumber = 1

Field number for the "value" field.

Public functions

CalculateSize

int CalculateSize()

Clone

UInt32Value Clone()

Equals

override bool Equals(
  object other
)

Equals

bool Equals(
  UInt32Value other
)

GetHashCode

override int GetHashCode()

MergeFrom

void MergeFrom(
  UInt32Value other
)

MergeFrom

void MergeFrom(
  pb::CodedInputStream input
)

ToString

override string ToString()

UInt32Value

 UInt32Value()

UInt32Value

 UInt32Value(
  UInt32Value other
)

WriteTo

void WriteTo(
  pb::CodedOutputStream output
)