You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ChecksummedData.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,8 @@ public final class ChecksummedData extends com.google.api.client.json.GenericJso
37
37
* non-matching checksum values, and perform a limited number of retries. A persistent mismatch
38
38
* may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined
39
39
* as int64 for reasons of compatibility across different languages. However, it is a non-negative
40
-
* integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages
41
-
* that support this type.
40
+
* integer, which will never exceed `2^32-1`, and can be safely downconverted to uint32 in
0 commit comments