Uses of Class
com.google.protobuf.UInt64Value.Builder
Packages that use UInt64Value.Builder
-
Uses of UInt64Value.Builder in com.google.protobuf
Methods in com.google.protobuf that return UInt64Value.BuilderModifier and TypeMethodDescriptionUInt64Value.Builder.clear()
UInt64Value.Builder.clearValue()
uint64 value = 1 [json_name = "value"];
UInt64Value.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UInt64Value.Builder.mergeFrom
(UInt64Value other) static UInt64Value.Builder
UInt64Value.newBuilder()
static UInt64Value.Builder
UInt64Value.newBuilder
(UInt64Value prototype) UInt64Value.newBuilderForType()
protected UInt64Value.Builder
UInt64Value.newBuilderForType
(AbstractMessage.BuilderParent parent) UInt64Value.Builder.setValue
(long value) uint64 value = 1 [json_name = "value"];
UInt64Value.toBuilder()