Skip to content

Commit 3c94b0c

Browse files
1 parent 2b0d6f3 commit 3c94b0c

File tree

5 files changed

+31
-25
lines changed

5 files changed

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

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

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,8 @@ public GetKajPolicyConfig set(String parameterName, Object value) {
447447
* This request holds the parameters needed by the cloudkms server. After setting any optional
448448
* parameters, call the {@link UpdateAutokeyConfig#execute()} method to invoke the remote operation.
449449
*
450-
* @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`.
450+
* @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`
451+
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
451452
* @param content the {@link com.google.api.services.cloudkms.v1.model.AutokeyConfig}
452453
* @return the request
453454
*/
@@ -479,7 +480,8 @@ public class UpdateAutokeyConfig extends CloudKMSRequest<com.google.api.services
479480
* AbstractGoogleClientRequest)} must be called to initialize this instance immediately after
480481
* invoking the constructor. </p>
481482
*
482-
* @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`.
483+
* @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`
484+
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
483485
* @param content the {@link com.google.api.services.cloudkms.v1.model.AutokeyConfig}
484486
* @since 1.13
485487
*/
@@ -550,20 +552,21 @@ public UpdateAutokeyConfig setUploadProtocol(java.lang.String uploadProtocol) {
550552

551553
/**
552554
* Identifier. Name of the AutokeyConfig resource, e.g.
553-
* `folders/{FOLDER_NUMBER}/autokeyConfig`.
555+
* `folders/{FOLDER_NUMBER}/autokeyConfig` `projects/{PROJECT_NUMBER}/autokeyConfig`.
554556
*/
555557
@com.google.api.client.util.Key
556558
private java.lang.String name;
557559

558-
/** Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`.
560+
/** Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`
561+
`projects/{PROJECT_NUMBER}/autokeyConfig`.
559562
*/
560563
public java.lang.String getName() {
561564
return name;
562565
}
563566

564567
/**
565568
* Identifier. Name of the AutokeyConfig resource, e.g.
566-
* `folders/{FOLDER_NUMBER}/autokeyConfig`.
569+
* `folders/{FOLDER_NUMBER}/autokeyConfig` `projects/{PROJECT_NUMBER}/autokeyConfig`.
567570
*/
568571
public UpdateAutokeyConfig setName(java.lang.String name) {
569572
if (!getSuppressPatternChecks()) {
@@ -2422,22 +2425,22 @@ public List setName(java.lang.String name) {
24222425
}
24232426

24242427
/**
2425-
* Optional. A list of extra location types that should be used as conditions for
2426-
* controlling the visibility of the locations.
2428+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
2429+
* documented otherwise. This is primarily for internal usage.
24272430
*/
24282431
@com.google.api.client.util.Key
24292432
private java.util.List<java.lang.String> extraLocationTypes;
24302433

2431-
/** Optional. A list of extra location types that should be used as conditions for controlling the
2432-
visibility of the locations.
2434+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
2435+
otherwise. This is primarily for internal usage.
24332436
*/
24342437
public java.util.List<java.lang.String> getExtraLocationTypes() {
24352438
return extraLocationTypes;
24362439
}
24372440

24382441
/**
2439-
* Optional. A list of extra location types that should be used as conditions for
2440-
* controlling the visibility of the locations.
2442+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
2443+
* documented otherwise. This is primarily for internal usage.
24412444
*/
24422445
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
24432446
this.extraLocationTypes = extraLocationTypes;

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.cloudkms.v1.model;
1818

1919
/**
20-
* Cloud KMS Autokey configuration for a folder.
20+
* Cloud KMS Autokey configuration for a folder or project.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Cloud Key Management Service (KMS) API. For a
@@ -53,7 +53,8 @@ public final class AutokeyConfig extends com.google.api.client.json.GenericJson
5353
private java.lang.String keyProject;
5454

5555
/**
56-
* Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`.
56+
* Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`
57+
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
5758
* The value may be {@code null}.
5859
*/
5960
@com.google.api.client.util.Key
@@ -117,15 +118,17 @@ public AutokeyConfig setKeyProject(java.lang.String keyProject) {
117118
}
118119

119120
/**
120-
* Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`.
121+
* Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`
122+
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
121123
* @return value or {@code null} for none
122124
*/
123125
public java.lang.String getName() {
124126
return name;
125127
}
126128

127129
/**
128-
* Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`.
130+
* Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`
131+
* `projects/{PROJECT_NUMBER}/autokeyConfig`.
129132
* @param name name or {@code null} for none
130133
*/
131134
public AutokeyConfig setName(java.lang.String name) {

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

Lines changed: 6 additions & 6 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-rev20250731-2.0.0</version>
12-
<name>Cloud Key Management Service (KMS) API v1-rev20250731-2.0.0</name>
11+
<version>v1-rev20250818-2.0.0</version>
12+
<name>Cloud Key Management Service (KMS) API v1-rev20250818-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -89,9 +89,9 @@
8989
<windowtitle>Cloud Key Management Service (KMS) API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.1/</link>
93-
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.8.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/${httpClientLibrary}/</link>
93+
<link>https://googleapis.dev/java/google-oauth-client/${oauthClientLibrary}/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.8.0</version>
127+
<version>2.7.2</version>
128128
</dependency>
129129
</dependencies>
130130

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

0 commit comments

Comments
 (0)