Uses of Class
com.google.protobuf.UInt64Value.Builder
-
Packages that use UInt64Value.Builder Package Description com.google.protobuf -
-
Uses of UInt64Value.Builder in com.google.protobuf
Methods in com.google.protobuf that return UInt64Value.Builder Modifier and Type Method Description UInt64Value.Builder
UInt64Value.Builder. clearValue()
The uint64 value.static UInt64Value.Builder
UInt64Value. newBuilder()
static UInt64Value.Builder
UInt64Value. newBuilder(UInt64Value prototype)
UInt64Value.Builder
UInt64Value.Builder. setValue(long value)
The uint64 value.
-