Skip to content

Commit 6c1fac8

Browse files
1 parent 3767a06 commit 6c1fac8

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
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-rev20250205-2.0.0</version>
25+
<version>v1-rev20250213-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-rev20250205-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20250213-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public final class ChecksummedData extends com.google.api.client.json.GenericJso
3737
* non-matching checksum values, and perform a limited number of retries. A persistent mismatch
3838
* may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined
3939
* 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
41+
* languages that support this type.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -58,8 +58,8 @@ public final class ChecksummedData extends com.google.api.client.json.GenericJso
5858
* non-matching checksum values, and perform a limited number of retries. A persistent mismatch
5959
* may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined
6060
* as int64 for reasons of compatibility across different languages. However, it is a non-negative
61-
* integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages
62-
* that support this type.
61+
* integer, which will never exceed `2^32-1`, and can be safely downconverted to uint32 in
62+
* languages that support this type.
6363
* @return value or {@code null} for none
6464
*/
6565
public java.lang.Long getCrc32cChecksum() {
@@ -73,8 +73,8 @@ public java.lang.Long getCrc32cChecksum() {
7373
* non-matching checksum values, and perform a limited number of retries. A persistent mismatch
7474
* may indicate an issue in your computation of the CRC32C checksum. Note: This field is defined
7575
* as int64 for reasons of compatibility across different languages. However, it is a non-negative
76-
* integer, which will never exceed 2^32-1, and can be safely downconverted to uint32 in languages
77-
* that support this type.
76+
* integer, which will never exceed `2^32-1`, and can be safely downconverted to uint32 in
77+
* languages that support this type.
7878
* @param crc32cChecksum crc32cChecksum or {@code null} for none
7979
*/
8080
public ChecksummedData setCrc32cChecksum(java.lang.Long crc32cChecksum) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public final class PublicKey extends com.google.api.client.json.GenericJson {
6262
* values, and perform a limited number of retries. A persistent mismatch may indicate an issue in
6363
* your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of
6464
* compatibility across different languages. However, it is a non-negative integer, which will
65-
* never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this
65+
* never exceed `2^32-1`, and can be safely downconverted to uint32 in languages that support this
6666
* type. NOTE: This field is in Beta.
6767
* The value may be {@code null}.
6868
*/
@@ -157,7 +157,7 @@ public PublicKey setPem(java.lang.String pem) {
157157
* values, and perform a limited number of retries. A persistent mismatch may indicate an issue in
158158
* your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of
159159
* compatibility across different languages. However, it is a non-negative integer, which will
160-
* never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this
160+
* never exceed `2^32-1`, and can be safely downconverted to uint32 in languages that support this
161161
* type. NOTE: This field is in Beta.
162162
* @return value or {@code null} for none
163163
*/
@@ -172,7 +172,7 @@ public java.lang.Long getPemCrc32c() {
172172
* values, and perform a limited number of retries. A persistent mismatch may indicate an issue in
173173
* your computation of the CRC32C checksum. Note: This field is defined as int64 for reasons of
174174
* compatibility across different languages. However, it is a non-negative integer, which will
175-
* never exceed 2^32-1, and can be safely downconverted to uint32 in languages that support this
175+
* never exceed `2^32-1`, and can be safely downconverted to uint32 in languages that support this
176176
* type. NOTE: This field is in Beta.
177177
* @param pemCrc32c pemCrc32c or {@code null} for none
178178
*/

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-rev20250205-2.0.0</version>
12-
<name>Cloud Key Management Service (KMS) API v1-rev20250205-2.0.0</name>
11+
<version>v1-rev20250213-2.0.0</version>
12+
<name>Cloud Key Management Service (KMS) API v1-rev20250213-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-rev20250205-2.0.0</version>
25+
<version>v1-rev20250213-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-rev20250205-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20250213-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)