UInt64Value.Builder |
UInt64Value.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
UInt64Value.Builder |
UInt64Value.Builder.clear() |
UInt64Value.Builder |
UInt64Value.Builder.clearField(Descriptors.FieldDescriptor field) |
UInt64Value.Builder |
UInt64Value.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
UInt64Value.Builder |
UInt64Value.Builder.clearValue()
The uint64 value.
|
UInt64Value.Builder |
UInt64Value.Builder.clone() |
UInt64Value.Builder |
UInt64Value.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
UInt64Value.Builder |
UInt64Value.Builder.mergeFrom(Message other) |
UInt64Value.Builder |
UInt64Value.Builder.mergeFrom(UInt64Value other) |
UInt64Value.Builder |
UInt64Value.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static UInt64Value.Builder |
UInt64Value.newBuilder() |
static UInt64Value.Builder |
UInt64Value.newBuilder(UInt64Value prototype) |
UInt64Value.Builder |
UInt64Value.newBuilderForType() |
protected UInt64Value.Builder |
UInt64Value.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
UInt64Value.Builder |
UInt64Value.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
UInt64Value.Builder |
UInt64Value.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
UInt64Value.Builder |
UInt64Value.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
UInt64Value.Builder |
UInt64Value.Builder.setValue(long value)
The uint64 value.
|
UInt64Value.Builder |
UInt64Value.toBuilder() |