Skip to content

Commit d12d88a

Browse files
Regenerate deploymentmanager client (googleapis#7305)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-18 03:46:29,193 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-deploymentmanager nothing to commit, working tree clean 2021-03-18 03:46:29,625 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2021-03-18 03:46:29,999 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2021-03-18 03:46:30,001 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2021-03-18 03:46:31,814 synthtool [INFO] > Generating deploymentmanager v2. INFO:synthtool:Generating deploymentmanager v2. 2021-03-18 03:46:31,815 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 Writing json metadata to clients/google-api-services-deploymentmanager/v2.metadata.json 2021-03-18 03:46:32,898 synthtool [INFO] > Generating deploymentmanager v2beta. INFO:synthtool:Generating deploymentmanager v2beta. 2021-03-18 03:46:32,898 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 Writing json metadata to clients/google-api-services-deploymentmanager/v2beta.metadata.json 2021-03-18 03:46:34,342 synthtool [INFO] > Generating deploymentmanager alpha. INFO:synthtool:Generating deploymentmanager alpha. 2021-03-18 03:46:34,342 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 Writing json metadata to clients/google-api-services-deploymentmanager/alpha.metadata.json 2021-03-18 03:46:35,828 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-deploymentmanager/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-deploymentmanager/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/ccbdc648-29d4-476e-a3c4-7cd5d29c250e/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 302c2d6 commit d12d88a

File tree

18 files changed

+5988
-5988
lines changed

18 files changed

+5988
-5988
lines changed

clients/google-api-services-deploymentmanager/alpha.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-deploymentmanager",
5-
"version": "alpha-rev20210204-1.31.0"
5+
"version": "alpha-rev20210311-1.31.0"
66
}
77
}

clients/google-api-services-deploymentmanager/alpha/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-deploymentmanager</artifactId>
25-
<version>alpha-rev20210204-1.31.0</version>
25+
<version>alpha-rev20210311-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-deploymentmanager:alpha-rev20210204-1.31.0'
38+
compile 'com.google.apis:google-api-services-deploymentmanager:alpha-rev20210311-1.31.0'
3939
}
4040
```
4141

clients/google-api-services-deploymentmanager/alpha/1.31.0/com/google/api/services/deploymentmanager/DeploymentManagerScopes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
public class DeploymentManagerScopes {
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 your data across Google Cloud Platform services. */

clients/google-api-services-deploymentmanager/alpha/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-deploymentmanager</artifactId>
11-
<version>alpha-rev20210204-1.31.0</version>
12-
<name>Cloud Deployment Manager V2 API alpha-rev20210204-1.31.0</name>
11+
<version>alpha-rev20210311-1.31.0</version>
12+
<name>Cloud Deployment Manager V2 API alpha-rev20210311-1.31.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-deploymentmanager/alpha/1.31.0/resources/deploymentmanager.alpha.json

Lines changed: 2336 additions & 2336 deletions
Large diffs are not rendered by default.

clients/google-api-services-deploymentmanager/alpha/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-deploymentmanager</artifactId>
25-
<version>alpha-rev20210204-1.31.0</version>
25+
<version>alpha-rev20210311-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-deploymentmanager:alpha-rev20210204-1.31.0'
38+
compile 'com.google.apis:google-api-services-deploymentmanager:alpha-rev20210311-1.31.0'
3939
}
4040
```
4141

clients/google-api-services-deploymentmanager/v2.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-deploymentmanager",
5-
"version": "v2-rev20210204-1.31.0"
5+
"version": "v2-rev20210311-1.31.0"
66
}
77
}

clients/google-api-services-deploymentmanager/v2/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-deploymentmanager</artifactId>
25-
<version>v2-rev20210204-1.31.0</version>
25+
<version>v2-rev20210311-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-deploymentmanager:v2-rev20210204-1.31.0'
38+
compile 'com.google.apis:google-api-services-deploymentmanager:v2-rev20210311-1.31.0'
3939
}
4040
```
4141

clients/google-api-services-deploymentmanager/v2/1.31.0/com/google/api/services/deploymentmanager/DeploymentManagerScopes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
public class DeploymentManagerScopes {
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 your data across Google Cloud Platform services. */

clients/google-api-services-deploymentmanager/v2/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-deploymentmanager</artifactId>
11-
<version>v2-rev20210204-1.31.0</version>
12-
<name>Cloud Deployment Manager V2 API v2-rev20210204-1.31.0</name>
11+
<version>v2-rev20210311-1.31.0</version>
12+
<name>Cloud Deployment Manager V2 API v2-rev20210311-1.31.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)