Skip to content

Commit c027bba

Browse files
1 parent e765594 commit c027bba

File tree

4 files changed

+17
-14
lines changed

4 files changed

+17
-14
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-rev20260108-2.0.0</version>
25+
<version>v1-rev20260116-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-rev20260108-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20260116-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: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12941,8 +12941,9 @@ public Get set(String parameterName, Object value) {
1294112941
* This request holds the parameters needed by the cloudkms server. After setting any optional
1294212942
* parameters, call the {@link List#execute()} method to invoke the remote operation.
1294312943
*
12944-
* @param parent Required. The resource name of the location associated with the SingleTenantHsmInstanceProposals to
12945-
* list, in the format `projects/locations/singleTenantHsmInstances`.
12944+
* @param parent Required. The resource name of the single tenant HSM instance associated with the
12945+
* SingleTenantHsmInstanceProposals to list, in the format
12946+
* `projects/locations/singleTenantHsmInstances`.
1294612947
* @return the request
1294712948
*/
1294812949
public List list(java.lang.String parent) throws java.io.IOException {
@@ -12968,8 +12969,9 @@ public class List extends CloudKMSRequest<com.google.api.services.cloudkms.v1.mo
1296812969
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
1296912970
* must be called to initialize this instance immediately after invoking the constructor. </p>
1297012971
*
12971-
* @param parent Required. The resource name of the location associated with the SingleTenantHsmInstanceProposals to
12972-
* list, in the format `projects/locations/singleTenantHsmInstances`.
12972+
* @param parent Required. The resource name of the single tenant HSM instance associated with the
12973+
* SingleTenantHsmInstanceProposals to list, in the format
12974+
* `projects/locations/singleTenantHsmInstances`.
1297312975
* @since 1.13
1297412976
*/
1297512977
protected List(java.lang.String parent) {
@@ -13048,22 +13050,23 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
1304813050
}
1304913051

1305013052
/**
13051-
* Required. The resource name of the location associated with the
13053+
* Required. The resource name of the single tenant HSM instance associated with the
1305213054
* SingleTenantHsmInstanceProposals to list, in the format
1305313055
* `projects/locations/singleTenantHsmInstances`.
1305413056
*/
1305513057
@com.google.api.client.util.Key
1305613058
private java.lang.String parent;
1305713059

13058-
/** Required. The resource name of the location associated with the SingleTenantHsmInstanceProposals to
13059-
list, in the format `projects/locations/singleTenantHsmInstances`.
13060+
/** Required. The resource name of the single tenant HSM instance associated with the
13061+
SingleTenantHsmInstanceProposals to list, in the format
13062+
`projects/locations/singleTenantHsmInstances`.
1306013063
*/
1306113064
public java.lang.String getParent() {
1306213065
return parent;
1306313066
}
1306413067

1306513068
/**
13066-
* Required. The resource name of the location associated with the
13069+
* Required. The resource name of the single tenant HSM instance associated with the
1306713070
* SingleTenantHsmInstanceProposals to list, in the format
1306813071
* `projects/locations/singleTenantHsmInstances`.
1306913072
*/

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

0 commit comments

Comments
 (0)