Builder
Cryptographic fingerprint of file data.
Content copied to clipboard
elide.vfs.File.Fingerprint
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
If this fingerprint carries a `hash` value, this describes the algorithm used.
Content copied to clipboard
.elide.std.HashAlgorithm algorithm = 3;
Link copied to clipboard
CRC32 fingerprint data.
Content copied to clipboard
bytes crc32 = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Hash algorithm fingerprint data (in which case `algorithm` is required).
Content copied to clipboard
bytes hash = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
If this fingerprint carries a `hash` value, this describes the algorithm used.
Content copied to clipboard
.elide.std.HashAlgorithm algorithm = 3;
Link copied to clipboard
If this fingerprint carries a `hash` value, this describes the algorithm used.
Content copied to clipboard
.elide.std.HashAlgorithm algorithm = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): File.Fingerprint.Builder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
If this fingerprint carries a `hash` value, this describes the algorithm used.
Content copied to clipboard
.elide.std.HashAlgorithm algorithm = 3;
Link copied to clipboard
If this fingerprint carries a `hash` value, this describes the algorithm used.
Content copied to clipboard
.elide.std.HashAlgorithm algorithm = 3;
Link copied to clipboard
CRC32 fingerprint data.
Content copied to clipboard
bytes crc32 = 1;
Link copied to clipboard
Hash algorithm fingerprint data (in which case `algorithm` is required).
Content copied to clipboard
bytes hash = 2;
Link copied to clipboard
abstract fun setRepeatedField(field: Descriptors.FieldDescriptor, index: Int, value: Any): Message.Builder
Link copied to clipboard