Skip to content

Commit dba6ce0

Browse files
Regenerate containeranalysis client (googleapis#6273)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-11-05 03:44:52,379 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-containeranalysis nothing to commit, working tree clean 2020-11-05 03:44:52,728 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2020-11-05 03:44:53,113 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2020-11-05 03:44:53,116 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2020-11-05 03:44:54,823 synthtool [INFO] > Generating containeranalysis v1beta1. INFO:synthtool:Generating containeranalysis v1beta1. 2020-11-05 03:44:54,823 synthtool [INFO] > 1.30.1 INFO:synthtool: 1.30.1 WARNING:root:object without properties Empty: OrderedDict([(u'type', u'object'), (u'description', u'A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.'), (u'properties', OrderedDict()), (u'id', u'Empty')]) Writing json metadata to clients/google-api-services-containeranalysis/v1beta1.metadata.json 2020-11-05 03:44:56,233 synthtool [INFO] > Generating containeranalysis v1alpha1. INFO:synthtool:Generating containeranalysis v1alpha1. 2020-11-05 03:44:56,234 synthtool [INFO] > 1.30.1 INFO:synthtool: 1.30.1 WARNING:root:object without properties Empty: OrderedDict([(u'id', u'Empty'), (u'type', u'object'), (u'description', u'A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.'), (u'properties', OrderedDict())]) Writing json metadata to clients/google-api-services-containeranalysis/v1alpha1.metadata.json 2020-11-05 03:44:57,607 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-containeranalysis/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-containeranalysis/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/46884011-cb3d-4c98-a38f-b71a7d7bd2e0/targets - [ ] To automatically regenerate this PR, check this box.
1 parent d3505ec commit dba6ce0

File tree

12 files changed

+4362
-4376
lines changed

12 files changed

+4362
-4376
lines changed

clients/google-api-services-containeranalysis/v1alpha1.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-containeranalysis",
5-
"version": "v1alpha1-rev20200828-1.30.10"
5+
"version": "v1alpha1-rev20201030-1.30.10"
66
}
77
}

clients/google-api-services-containeranalysis/v1alpha1/1.30.1/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-containeranalysis</artifactId>
25-
<version>v1alpha1-rev20200828-1.30.10</version>
25+
<version>v1alpha1-rev20201030-1.30.10</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-containeranalysis:v1alpha1-rev20200828-1.30.10'
38+
compile 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20201030-1.30.10'
3939
}
4040
```
4141

clients/google-api-services-containeranalysis/v1alpha1/1.30.1/com/google/api/services/containeranalysis/v1alpha1/model/Binding.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
public final class Binding extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* A client-specified ID for this binding. Expected to be globally unique to support the internal
35-
* bindings-by-ID API.
3634
* The value may be {@code null}.
3735
*/
3836
@com.google.api.client.util.Key
@@ -87,17 +85,13 @@ public final class Binding extends com.google.api.client.json.GenericJson {
8785
private java.lang.String role;
8886

8987
/**
90-
* A client-specified ID for this binding. Expected to be globally unique to support the internal
91-
* bindings-by-ID API.
9288
* @return value or {@code null} for none
9389
*/
9490
public java.lang.String getBindingId() {
9591
return bindingId;
9692
}
9793

9894
/**
99-
* A client-specified ID for this binding. Expected to be globally unique to support the internal
100-
* bindings-by-ID API.
10195
* @param bindingId bindingId or {@code null} for none
10296
*/
10397
public Binding setBindingId(java.lang.String bindingId) {

clients/google-api-services-containeranalysis/v1alpha1/1.30.1/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-containeranalysis</artifactId>
11-
<version>v1alpha1-rev20200828-1.30.10</version>
12-
<name>Container Analysis API v1alpha1-rev20200828-1.30.10</name>
11+
<version>v1alpha1-rev20201030-1.30.10</version>
12+
<name>Container Analysis API v1alpha1-rev20201030-1.30.10</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)