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