public interface RawHashesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPrefixSize()
The number of bytes for each prefix encoded below.
|
com.google.protobuf.ByteString |
getRawHashes()
The hashes, in binary format, concatenated into one long string.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPrefixSize()
The number of bytes for each prefix encoded below. This field can be anywhere from 4 (shortest prefix) to 32 (full SHA256 hash).
int32 prefix_size = 1;com.google.protobuf.ByteString getRawHashes()
The hashes, in binary format, concatenated into one long string. Hashes are sorted in lexicographic order. For JSON API users, hashes are base64-encoded.
bytes raw_hashes = 2;Copyright © 2019 Google LLC. All rights reserved.