Skip to main content

Class: UInt64Value

google.protobuf.UInt64Value

Represents a UInt64Value.

Implements

Constructors

constructor

new UInt64Value(properties?): UInt64Value

Constructs a new UInt64Value.

Parameters

NameTypeDescription
properties?IUInt64ValueProperties to set

Returns

UInt64Value

Properties

value

value: Long

UInt64Value value.

Implementation of

IUInt64Value.value

Methods

toJSON

toJSON(): Object

Converts this UInt64Value to JSON.

Returns

Object

JSON object


create

create(properties?): UInt64Value

Creates a new UInt64Value instance using the specified properties.

Parameters

NameTypeDescription
properties?IUInt64ValueProperties to set

Returns

UInt64Value

UInt64Value instance


decode

decode(reader, length?): UInt64Value

Decodes a UInt64Value message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

UInt64Value

UInt64Value

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): UInt64Value

Decodes a UInt64Value message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

UInt64Value

UInt64Value

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode

encode(message, writer?): Writer

Encodes the specified UInt64Value message. Does not implicitly google.protobuf.UInt64Value.verify|verify messages.

Parameters

NameTypeDescription
messageIUInt64ValueUInt64Value message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified UInt64Value message, length delimited. Does not implicitly google.protobuf.UInt64Value.verify|verify messages.

Parameters

NameTypeDescription
messageIUInt64ValueUInt64Value message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): UInt64Value

Creates a UInt64Value message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

UInt64Value

UInt64Value


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for UInt64Value

Parameters

NameTypeDescription
typeUrlPrefix?stringyour custom typeUrlPrefix(default "type.googleapis.com")

Returns

string

The default type url


toObject

toObject(message, options?): Object

Creates a plain object from a UInt64Value message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageUInt64ValueUInt64Value
options?IConversionOptionsConversion options

Returns

Object

Plain object