Skip to content

Commit 01d556e

Browse files
1 parent af07dc8 commit 01d556e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

clients/google-api-services-cloudkms/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-cloudkms</artifactId>
25-
<version>v1-rev20240926-2.0.0</version>
25+
<version>v1-rev20241111-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20240926-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20241111-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/MacVerifyRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public final class MacVerifyRequest extends com.google.api.client.json.GenericJs
6363
* Optional. An optional CRC32C checksum of the MacVerifyRequest.mac. If specified,
6464
* KeyManagementService will verify the integrity of the received MacVerifyRequest.mac using this
6565
* 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
6767
* to MacVerifyRequest.mac_crc32c, and if so, perform a limited number of retries. A persistent
6868
* mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is
6969
* defined as int64 for reasons of compatibility across different languages. However, it is a non-
@@ -201,7 +201,7 @@ public MacVerifyRequest encodeMac(byte[] mac) {
201201
* Optional. An optional CRC32C checksum of the MacVerifyRequest.mac. If specified,
202202
* KeyManagementService will verify the integrity of the received MacVerifyRequest.mac using this
203203
* 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
205205
* to MacVerifyRequest.mac_crc32c, and if so, perform a limited number of retries. A persistent
206206
* mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is
207207
* defined as int64 for reasons of compatibility across different languages. However, it is a non-
@@ -217,7 +217,7 @@ public java.lang.Long getMacCrc32c() {
217217
* Optional. An optional CRC32C checksum of the MacVerifyRequest.mac. If specified,
218218
* KeyManagementService will verify the integrity of the received MacVerifyRequest.mac using this
219219
* 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
221221
* to MacVerifyRequest.mac_crc32c, and if so, perform a limited number of retries. A persistent
222222
* mismatch may indicate an issue in your computation of the CRC32C checksum. Note: This field is
223223
* defined as int64 for reasons of compatibility across different languages. However, it is a non-

clients/google-api-services-cloudkms/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-cloudkms</artifactId>
11-
<version>v1-rev20240926-2.0.0</version>
12-
<name>Cloud Key Management Service (KMS) API v1-rev20240926-2.0.0</name>
11+
<version>v1-rev20241111-2.0.0</version>
12+
<name>Cloud Key Management Service (KMS) API v1-rev20241111-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudkms/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-cloudkms</artifactId>
25-
<version>v1-rev20240926-2.0.0</version>
25+
<version>v1-rev20241111-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20240926-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20241111-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)