chore: regens API reference docs (#889)
diff --git a/docs/dyn/safebrowsing_v4.encodedUpdates.html b/docs/dyn/safebrowsing_v4.encodedUpdates.html
index a26b833..a053ffc 100644
--- a/docs/dyn/safebrowsing_v4.encodedUpdates.html
+++ b/docs/dyn/safebrowsing_v4.encodedUpdates.html
@@ -105,25 +105,6 @@
# this field is empty or contains exactly one ThreatEntrySet.
{ # A set of threats that should be added or removed from a client's local
# database.
- "compressionType": "A String", # The compression type for the entries in this set.
- "rawIndices": { # A set of raw indices to remove from a local list. # The raw removal indices for a local list.
- "indices": [ # The indices to remove from a lexicographically-sorted local list.
- 42,
- ],
- },
- "rawHashes": { # The uncompressed threat entries in hash format of a particular prefix length. # The raw SHA256-formatted entries.
- # Hashes can be anywhere from 4 to 32 bytes in size. A large majority are 4
- # bytes, but some hashes are lengthened if they collide with the hash of a
- # popular URL.
- #
- # Used for sending ThreatEntrySet to clients that do not support compression,
- # or when sending non-4-byte hashes to clients that do support compression.
- "prefixSize": 42, # The number of bytes for each prefix encoded below. This field can be
- # anywhere from 4 (shortest prefix) to 32 (full SHA256 hash).
- "rawHashes": "A String", # The hashes, in binary format, concatenated into one long string. Hashes are
- # sorted in lexicographic order. For JSON API users, hashes are
- # base64-encoded.
- },
"riceHashes": { # The Rice-Golomb encoded data. Used for sending compressed 4-byte hashes or # The encoded 4-byte prefixes of SHA256-formatted entries, using a
# Golomb-Rice encoding. The hashes are converted to uint32, sorted in
# ascending order, then delta encoded and stored as encoded_data.
@@ -138,6 +119,12 @@
# integer was encoded, that single integer's value. If the field is empty or
# missing, assume zero.
},
+ "compressionType": "A String", # The compression type for the entries in this set.
+ "rawIndices": { # A set of raw indices to remove from a local list. # The raw removal indices for a local list.
+ "indices": [ # The indices to remove from a lexicographically-sorted local list.
+ 42,
+ ],
+ },
"riceIndices": { # The Rice-Golomb encoded data. Used for sending compressed 4-byte hashes or # The encoded local, lexicographically-sorted list indices, using a
# Golomb-Rice encoding. Used for sending compressed removal indices. The
# removal indices (uint32) are sorted in ascending order, then delta encoded
@@ -153,6 +140,19 @@
# integer was encoded, that single integer's value. If the field is empty or
# missing, assume zero.
},
+ "rawHashes": { # The uncompressed threat entries in hash format of a particular prefix length. # The raw SHA256-formatted entries.
+ # Hashes can be anywhere from 4 to 32 bytes in size. A large majority are 4
+ # bytes, but some hashes are lengthened if they collide with the hash of a
+ # popular URL.
+ #
+ # Used for sending ThreatEntrySet to clients that do not support compression,
+ # or when sending non-4-byte hashes to clients that do support compression.
+ "prefixSize": 42, # The number of bytes for each prefix encoded below. This field can be
+ # anywhere from 4 (shortest prefix) to 32 (full SHA256 hash).
+ "rawHashes": "A String", # The hashes, in binary format, concatenated into one long string. Hashes are
+ # sorted in lexicographic order. For JSON API users, hashes are
+ # base64-encoded.
+ },
},
],
"newClientState": "A String", # The new client state, in encrypted format. Opaque to clients.
@@ -169,25 +169,6 @@
# response.
{ # A set of threats that should be added or removed from a client's local
# database.
- "compressionType": "A String", # The compression type for the entries in this set.
- "rawIndices": { # A set of raw indices to remove from a local list. # The raw removal indices for a local list.
- "indices": [ # The indices to remove from a lexicographically-sorted local list.
- 42,
- ],
- },
- "rawHashes": { # The uncompressed threat entries in hash format of a particular prefix length. # The raw SHA256-formatted entries.
- # Hashes can be anywhere from 4 to 32 bytes in size. A large majority are 4
- # bytes, but some hashes are lengthened if they collide with the hash of a
- # popular URL.
- #
- # Used for sending ThreatEntrySet to clients that do not support compression,
- # or when sending non-4-byte hashes to clients that do support compression.
- "prefixSize": 42, # The number of bytes for each prefix encoded below. This field can be
- # anywhere from 4 (shortest prefix) to 32 (full SHA256 hash).
- "rawHashes": "A String", # The hashes, in binary format, concatenated into one long string. Hashes are
- # sorted in lexicographic order. For JSON API users, hashes are
- # base64-encoded.
- },
"riceHashes": { # The Rice-Golomb encoded data. Used for sending compressed 4-byte hashes or # The encoded 4-byte prefixes of SHA256-formatted entries, using a
# Golomb-Rice encoding. The hashes are converted to uint32, sorted in
# ascending order, then delta encoded and stored as encoded_data.
@@ -202,6 +183,12 @@
# integer was encoded, that single integer's value. If the field is empty or
# missing, assume zero.
},
+ "compressionType": "A String", # The compression type for the entries in this set.
+ "rawIndices": { # A set of raw indices to remove from a local list. # The raw removal indices for a local list.
+ "indices": [ # The indices to remove from a lexicographically-sorted local list.
+ 42,
+ ],
+ },
"riceIndices": { # The Rice-Golomb encoded data. Used for sending compressed 4-byte hashes or # The encoded local, lexicographically-sorted list indices, using a
# Golomb-Rice encoding. Used for sending compressed removal indices. The
# removal indices (uint32) are sorted in ascending order, then delta encoded
@@ -217,6 +204,19 @@
# integer was encoded, that single integer's value. If the field is empty or
# missing, assume zero.
},
+ "rawHashes": { # The uncompressed threat entries in hash format of a particular prefix length. # The raw SHA256-formatted entries.
+ # Hashes can be anywhere from 4 to 32 bytes in size. A large majority are 4
+ # bytes, but some hashes are lengthened if they collide with the hash of a
+ # popular URL.
+ #
+ # Used for sending ThreatEntrySet to clients that do not support compression,
+ # or when sending non-4-byte hashes to clients that do support compression.
+ "prefixSize": 42, # The number of bytes for each prefix encoded below. This field can be
+ # anywhere from 4 (shortest prefix) to 32 (full SHA256 hash).
+ "rawHashes": "A String", # The hashes, in binary format, concatenated into one long string. Hashes are
+ # sorted in lexicographic order. For JSON API users, hashes are
+ # base64-encoded.
+ },
},
],
"platformType": "A String", # The platform type for which data is returned.