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
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > GeneratedMessageLite.Builder > UInt64Value.BuilderImplements
UInt64ValueOrBuilderMethods
clearValue()
public
UInt64Value
.
Builder
clearValue
()
The uint64 value.
uint64 value = 1;
getValue()
public
long
getValue
()
The uint64 value.
uint64 value = 1;
setValue(long value)
public
UInt64Value
.
Builder
setValue
(
long
value
)
The uint64 value.
uint64 value = 1;

