DataFingerprintOrBuilder

interface DataFingerprintOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getEncoding(): Encoding
Specifies the encoding for the affixed fingerprint data. If unspecified, the fingerprint is expressed in raw bytes.
.elide.data.Encoding encoding = 2;
Link copied to clipboard
abstract fun getEncodingValue(): Int
Specifies the encoding for the affixed fingerprint data. If unspecified, the fingerprint is expressed in raw bytes.
.elide.data.Encoding encoding = 2;
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
abstract fun getFingerprint(): ByteString
Content of the fingerprint/checksum calculated as part of this data fingerprint.
bytes fingerprint = 6;
Link copied to clipboard
abstract fun getHash(): HashAlgorithm
Algorithm in use when fingerprinting the associated data.
.elide.std.HashAlgorithm hash = 1;
Link copied to clipboard
abstract fun getHashValue(): Int
Algorithm in use when fingerprinting the associated data.
.elide.std.HashAlgorithm hash = 1;
Link copied to clipboard
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getPrefix(index: Int): ByteString
Prefix values used when fingerprinting the associated data, if applicable.
repeated bytes prefix = 3;
Link copied to clipboard
abstract fun getPrefixCount(): Int
Prefix values used when fingerprinting the associated data, if applicable.
repeated bytes prefix = 3;
Link copied to clipboard
abstract fun getPrefixList(): List<ByteString>
Prefix values used when fingerprinting the associated data, if applicable.
repeated bytes prefix = 3;
Link copied to clipboard
abstract fun getRepeatedField(field: Descriptors.FieldDescriptor, index: Int): Any
Link copied to clipboard
abstract fun getRepeatedFieldCount(field: Descriptors.FieldDescriptor): Int
Link copied to clipboard
abstract fun getSeparator(): ByteString
Separator to use for pre-image reconstruction.
bytes separator = 5;
Link copied to clipboard
abstract fun getSuffix(index: Int): ByteString
Suffix values used when fingerprinting the associated data, if applicable.
repeated bytes suffix = 4;
Link copied to clipboard
abstract fun getSuffixCount(): Int
Suffix values used when fingerprinting the associated data, if applicable.
repeated bytes suffix = 4;
Link copied to clipboard
abstract fun getSuffixList(): List<ByteString>
Suffix values used when fingerprinting the associated data, if applicable.
repeated bytes suffix = 4;
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun isInitialized(): Boolean