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/MacVerifyRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ public final class MacVerifyRequest extends com.google.api.client.json.GenericJs
63
63
* Optional. An optional CRC32C checksum of the MacVerifyRequest.mac. If specified,
64
64
* KeyManagementService will verify the integrity of the received MacVerifyRequest.mac using this
65
65
* checksum. KeyManagementService will report an error if the checksum verification fails. If you
66
-
* receive a checksum error, your client should verify that CRC32C(MacVerifyRequest.tag) is equal
66
+
* receive a checksum error, your client should verify that CRC32C(MacVerifyRequest.mac) is equal
67
67
* to MacVerifyRequest.mac_crc32c, and if so, perform a limited number of retries. A persistent
68
68
* mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is
69
69
* defined as int64 for reasons of compatibility across different languages. However, it is a non-
@@ -201,7 +201,7 @@ public MacVerifyRequest encodeMac(byte[] mac) {
201
201
* Optional. An optional CRC32C checksum of the MacVerifyRequest.mac. If specified,
202
202
* KeyManagementService will verify the integrity of the received MacVerifyRequest.mac using this
203
203
* checksum. KeyManagementService will report an error if the checksum verification fails. If you
204
-
* receive a checksum error, your client should verify that CRC32C(MacVerifyRequest.tag) is equal
204
+
* receive a checksum error, your client should verify that CRC32C(MacVerifyRequest.mac) is equal
205
205
* to MacVerifyRequest.mac_crc32c, and if so, perform a limited number of retries. A persistent
206
206
* mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is
207
207
* defined as int64 for reasons of compatibility across different languages. However, it is a non-
@@ -217,7 +217,7 @@ public java.lang.Long getMacCrc32c() {
217
217
* Optional. An optional CRC32C checksum of the MacVerifyRequest.mac. If specified,
218
218
* KeyManagementService will verify the integrity of the received MacVerifyRequest.mac using this
219
219
* checksum. KeyManagementService will report an error if the checksum verification fails. If you
220
-
* receive a checksum error, your client should verify that CRC32C(MacVerifyRequest.tag) is equal
220
+
* receive a checksum error, your client should verify that CRC32C(MacVerifyRequest.mac) is equal
221
221
* to MacVerifyRequest.mac_crc32c, and if so, perform a limited number of retries. A persistent
222
222
* mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is
223
223
* defined as int64 for reasons of compatibility across different languages. However, it is a non-
0 commit comments