Class UInt64Value.Builder (3.19.4)

public static final class UInt64Value.Builder extends GeneratedMessageLite.Builder<UInt64Value,UInt64Value.Builder> implements UInt64ValueOrBuilder

Wrapper message for uint64. The JSON representation for UInt64Value is JSON string.

Protobuf type google.protobuf.UInt64Value

Methods

clearValue()

public UInt64Value.Builder clearValue()

The uint64 value.

uint64 value = 1;

Returns
TypeDescription
UInt64Value.Builder

This builder for chaining.

getValue()

public long getValue()

The uint64 value.

uint64 value = 1;

Returns
TypeDescription
long

The value.

setValue(long value)

public UInt64Value.Builder setValue(long value)

The uint64 value.

uint64 value = 1;

Parameter
NameDescription
valuelong

The value to set.

Returns
TypeDescription
UInt64Value.Builder

This builder for chaining.