Skip to content

Commit 61dabbf

Browse files
Regenerate servicecontrol client (googleapis#9530)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-20 04:00:37,955 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-servicecontrol nothing to commit, working tree clean 2021-08-20 04:00:38,361 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2021-08-20 04:00:38,820 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2021-08-20 04:00:38,822 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2021-08-20 04:00:40,330 synthtool [INFO] > Generating servicecontrol v1. INFO:synthtool:Generating servicecontrol v1. 2021-08-20 04:00:40,330 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 Writing json metadata to clients/google-api-services-servicecontrol/v1.metadata.json 2021-08-20 04:00:41,230 synthtool [INFO] > Generating servicecontrol v2. INFO:synthtool:Generating servicecontrol v2. 2021-08-20 04:00:41,230 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 WARNING:root:object without properties ReportResponse: OrderedDict([(u'description', u'Response message for the Report method. If the request contains any invalid data, the server returns an RPC error.'), (u'type', u'object'), (u'id', u'ReportResponse'), (u'properties', OrderedDict())]) Writing json metadata to clients/google-api-services-servicecontrol/v2.metadata.json 2021-08-20 04:00:41,798 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-servicecontrol/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-servicecontrol/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/e491fb23-1251-428e-be40-a5bcb9068faa/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 21ce2bb commit 61dabbf

File tree

12 files changed

+20
-20
lines changed

12 files changed

+20
-20
lines changed

clients/google-api-services-servicecontrol/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-servicecontrol",
5-
"version": "v1-rev20210603-1.32.1"
5+
"version": "v1-rev20210813-1.32.1"
66
}
77
}

clients/google-api-services-servicecontrol/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-servicecontrol</artifactId>
25-
<version>v1-rev20210603-1.32.1</version>
25+
<version>v1-rev20210813-1.32.1</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-servicecontrol:v1-rev20210603-1.32.1'
38+
compile 'com.google.apis:google-api-services-servicecontrol:v1-rev20210813-1.32.1'
3939
}
4040
```
4141

clients/google-api-services-servicecontrol/v1/1.31.0/com/google/api/services/servicecontrol/v1/ServiceControlScopes.java

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

26-
/** See, edit, configure, and delete your Google Cloud Platform data. */
26+
/** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.. */
2727
public static final String CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
2828

2929
/** Manage your Google Service Control data. */

clients/google-api-services-servicecontrol/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-servicecontrol</artifactId>
11-
<version>v1-rev20210603-1.32.1</version>
12-
<name>Service Control API v1-rev20210603-1.32.1</name>
11+
<version>v1-rev20210813-1.32.1</version>
12+
<name>Service Control API v1-rev20210813-1.32.1</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-servicecontrol/v1/1.31.0/resources/servicecontrol.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": "See, edit, configure, and delete your Google Cloud Platform data"
6+
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
77
},
88
"https://www.googleapis.com/auth/servicecontrol": {
99
"description": "Manage your Google Service Control data"
@@ -197,7 +197,7 @@
197197
}
198198
}
199199
},
200-
"revision": "20210603",
200+
"revision": "20210813",
201201
"rootUrl": "https://servicecontrol.googleapis.com/",
202202
"schemas": {
203203
"AllocateInfo": {

clients/google-api-services-servicecontrol/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-servicecontrol</artifactId>
25-
<version>v1-rev20210603-1.32.1</version>
25+
<version>v1-rev20210813-1.32.1</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-servicecontrol:v1-rev20210603-1.32.1'
38+
compile 'com.google.apis:google-api-services-servicecontrol:v1-rev20210813-1.32.1'
3939
}
4040
```
4141

clients/google-api-services-servicecontrol/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-servicecontrol",
5-
"version": "v2-rev20210603-1.32.1"
5+
"version": "v2-rev20210813-1.32.1"
66
}
77
}

clients/google-api-services-servicecontrol/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-servicecontrol</artifactId>
25-
<version>v2-rev20210603-1.32.1</version>
25+
<version>v2-rev20210813-1.32.1</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-servicecontrol:v2-rev20210603-1.32.1'
38+
compile 'com.google.apis:google-api-services-servicecontrol:v2-rev20210813-1.32.1'
3939
}
4040
```
4141

clients/google-api-services-servicecontrol/v2/1.31.0/com/google/api/services/servicecontrol/v2/ServiceControlScopes.java

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

26-
/** See, edit, configure, and delete your Google Cloud Platform data. */
26+
/** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.. */
2727
public static final String CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
2828

2929
/** Manage your Google Service Control data. */

clients/google-api-services-servicecontrol/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-servicecontrol</artifactId>
11-
<version>v2-rev20210603-1.32.1</version>
12-
<name>Service Control API v2-rev20210603-1.32.1</name>
11+
<version>v2-rev20210813-1.32.1</version>
12+
<name>Service Control API v2-rev20210813-1.32.1</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-servicecontrol/v2/1.31.0/resources/servicecontrol.v2.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": "See, edit, configure, and delete your Google Cloud Platform data"
6+
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
77
},
88
"https://www.googleapis.com/auth/servicecontrol": {
99
"description": "Manage your Google Service Control data"
@@ -169,7 +169,7 @@
169169
}
170170
}
171171
},
172-
"revision": "20210603",
172+
"revision": "20210813",
173173
"rootUrl": "https://servicecontrol.googleapis.com/",
174174
"schemas": {
175175
"Api": {

clients/google-api-services-servicecontrol/v2/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-servicecontrol</artifactId>
25-
<version>v2-rev20210603-1.32.1</version>
25+
<version>v2-rev20210813-1.32.1</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-servicecontrol:v2-rev20210603-1.32.1'
38+
compile 'com.google.apis:google-api-services-servicecontrol:v2-rev20210813-1.32.1'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)