Skip to content

Commit d6a720d

Browse files
1 parent dabaf71 commit d6a720d

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

clients/google-api-services-kmsinventory/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-kmsinventory</artifactId>
25-
<version>v1-rev20251012-2.0.0</version>
25+
<version>v1-rev20251207-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-kmsinventory:v1-rev20251012-2.0.0'
38+
implementation 'com.google.apis:google-api-services-kmsinventory:v1-rev20251207-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-kmsinventory/v1/2.0.0/com/google/api/services/kmsinventory/v1/model/GoogleCloudKmsV1CryptoKey.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ public final class GoogleCloudKmsV1CryptoKey extends com.google.api.client.json.
4242
* Immutable. The resource name of the backend environment where the key material for all
4343
* CryptoKeyVersions associated with this CryptoKey reside and where all related cryptographic
4444
* operations are performed. Only applicable if CryptoKeyVersions have a ProtectionLevel of
45-
* EXTERNAL_VPC, with the resource name in the format `projects/locations/ekmConnections`. Note,
46-
* this list is non-exhaustive and may apply to additional ProtectionLevels in the future.
45+
* EXTERNAL_VPC, with the resource name in the format `projects/locations/ekmConnections`. Only
46+
* applicable if CryptoKeyVersions have a ProtectionLevel of HSM_SINGLE_TENANT, with the resource
47+
* name in the format `projects/locations/singleTenantHsmInstances`. Note, this list is non-
48+
* exhaustive and may apply to additional ProtectionLevels in the future.
4749
* The value may be {@code null}.
4850
*/
4951
@com.google.api.client.util.Key
@@ -161,8 +163,10 @@ public GoogleCloudKmsV1CryptoKey setCreateTime(String createTime) {
161163
* Immutable. The resource name of the backend environment where the key material for all
162164
* CryptoKeyVersions associated with this CryptoKey reside and where all related cryptographic
163165
* operations are performed. Only applicable if CryptoKeyVersions have a ProtectionLevel of
164-
* EXTERNAL_VPC, with the resource name in the format `projects/locations/ekmConnections`. Note,
165-
* this list is non-exhaustive and may apply to additional ProtectionLevels in the future.
166+
* EXTERNAL_VPC, with the resource name in the format `projects/locations/ekmConnections`. Only
167+
* applicable if CryptoKeyVersions have a ProtectionLevel of HSM_SINGLE_TENANT, with the resource
168+
* name in the format `projects/locations/singleTenantHsmInstances`. Note, this list is non-
169+
* exhaustive and may apply to additional ProtectionLevels in the future.
166170
* @return value or {@code null} for none
167171
*/
168172
public java.lang.String getCryptoKeyBackend() {
@@ -173,8 +177,10 @@ public java.lang.String getCryptoKeyBackend() {
173177
* Immutable. The resource name of the backend environment where the key material for all
174178
* CryptoKeyVersions associated with this CryptoKey reside and where all related cryptographic
175179
* operations are performed. Only applicable if CryptoKeyVersions have a ProtectionLevel of
176-
* EXTERNAL_VPC, with the resource name in the format `projects/locations/ekmConnections`. Note,
177-
* this list is non-exhaustive and may apply to additional ProtectionLevels in the future.
180+
* EXTERNAL_VPC, with the resource name in the format `projects/locations/ekmConnections`. Only
181+
* applicable if CryptoKeyVersions have a ProtectionLevel of HSM_SINGLE_TENANT, with the resource
182+
* name in the format `projects/locations/singleTenantHsmInstances`. Note, this list is non-
183+
* exhaustive and may apply to additional ProtectionLevels in the future.
178184
* @param cryptoKeyBackend cryptoKeyBackend or {@code null} for none
179185
*/
180186
public GoogleCloudKmsV1CryptoKey setCryptoKeyBackend(java.lang.String cryptoKeyBackend) {

clients/google-api-services-kmsinventory/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-kmsinventory</artifactId>
11-
<version>v1-rev20251012-2.0.0</version>
12-
<name>KMS Inventory API v1-rev20251012-2.0.0</name>
11+
<version>v1-rev20251207-2.0.0</version>
12+
<name>KMS Inventory API v1-rev20251207-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-kmsinventory/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-kmsinventory</artifactId>
25-
<version>v1-rev20251012-2.0.0</version>
25+
<version>v1-rev20251207-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-kmsinventory:v1-rev20251012-2.0.0'
38+
implementation 'com.google.apis:google-api-services-kmsinventory:v1-rev20251207-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)