Skip to content

Commit d6e016c

Browse files
Regenerate cloudkms client (googleapis#7719)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-08 03:42:07,321 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-cloudkms nothing to commit, working tree clean 2021-04-08 03:42:07,746 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2021-04-08 03:42:08,146 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2021-04-08 03:42:08,149 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2021-04-08 03:42:09,886 synthtool [INFO] > Generating cloudkms v1. INFO:synthtool:Generating cloudkms v1. 2021-04-08 03:42:09,886 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 WARNING:root:object without properties DestroyCryptoKeyVersionRequest: OrderedDict([(u'id', u'DestroyCryptoKeyVersionRequest'), (u'description', u'Request message for KeyManagementService.DestroyCryptoKeyVersion.'), (u'properties', OrderedDict()), (u'type', u'object')]) WARNING:root:object without properties RestoreCryptoKeyVersionRequest: OrderedDict([(u'properties', OrderedDict()), (u'type', u'object'), (u'description', u'Request message for KeyManagementService.RestoreCryptoKeyVersion.'), (u'id', u'RestoreCryptoKeyVersionRequest')]) Writing json metadata to clients/google-api-services-cloudkms/v1.metadata.json 2021-04-08 03:42:11,055 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-cloudkms/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-cloudkms/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/39180f8b-fa3f-46df-80b2-3c951da31206/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 95cd73d commit d6e016c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

clients/google-api-services-cloudkms/v1.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-cloudkms",
5-
"version": "v1-rev20210312-1.31.0"
5+
"version": "v1-rev20210331-1.31.0"
66
}
77
}

clients/google-api-services-cloudkms/v1/1.31.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-rev20210312-1.31.0</version>
25+
<version>v1-rev20210331-1.31.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-cloudkms:v1-rev20210312-1.31.0'
38+
compile 'com.google.apis:google-api-services-cloudkms:v1-rev20210331-1.31.0'
3939
}
4040
```
4141

clients/google-api-services-cloudkms/v1/1.31.0/com/google/api/services/cloudkms/v1/CloudKMSScopes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
public class CloudKMSScopes {
2525

26-
/** View and manage your data across Google Cloud Platform services. */
26+
/** See, edit, configure, and delete your Google Cloud Platform data. */
2727
public static final String CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
2828

2929
/** View and manage your keys and secrets stored in Cloud Key Management Service. */

clients/google-api-services-cloudkms/v1/1.31.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-rev20210312-1.31.0</version>
12-
<name>Cloud Key Management Service (KMS) API v1-rev20210312-1.31.0</name>
11+
<version>v1-rev20210331-1.31.0</version>
12+
<name>Cloud Key Management Service (KMS) API v1-rev20210331-1.31.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudkms/v1/1.31.0/resources/cloudkms.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
6-
"description": "View and manage your data across Google Cloud Platform services"
6+
"description": "See, edit, configure, and delete your Google Cloud Platform data"
77
},
88
"https://www.googleapis.com/auth/cloudkms": {
99
"description": "View and manage your keys and secrets stored in Cloud Key Management Service"
@@ -1259,7 +1259,7 @@
12591259
}
12601260
}
12611261
},
1262-
"revision": "20210312",
1262+
"revision": "20210331",
12631263
"rootUrl": "https://cloudkms.googleapis.com/",
12641264
"schemas": {
12651265
"AsymmetricDecryptRequest": {

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-rev20210312-1.31.0</version>
25+
<version>v1-rev20210331-1.31.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-cloudkms:v1-rev20210312-1.31.0'
38+
compile 'com.google.apis:google-api-services-cloudkms:v1-rev20210331-1.31.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)