Skip to content

Commit 1bd3af1

Browse files
Regenerate secretmanager client (googleapis#5850)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-09-03 03:55:35,254 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-secretmanager nothing to commit, working tree clean 2020-09-03 03:55:35,584 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2020-09-03 03:55:35,945 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2020-09-03 03:55:35,947 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2020-09-03 03:55:37,586 synthtool [INFO] > Generating secretmanager v1beta1. INFO:synthtool:Generating secretmanager v1beta1. 2020-09-03 03:55:37,586 synthtool [INFO] > 1.30.1 INFO:synthtool: 1.30.1 WARNING:root:object without properties Automatic: OrderedDict([(u'type', u'object'), (u'description', u'A replication policy that replicates the Secret payload without any restrictions.'), (u'id', u'Automatic'), (u'properties', OrderedDict())]) WARNING:root:object without properties DestroySecretVersionRequest: OrderedDict([(u'id', u'DestroySecretVersionRequest'), (u'properties', OrderedDict()), (u'type', u'object'), (u'description', u'Request message for SecretManagerService.DestroySecretVersion.')]) WARNING:root:object without properties DisableSecretVersionRequest: OrderedDict([(u'properties', OrderedDict()), (u'id', u'DisableSecretVersionRequest'), (u'type', u'object'), (u'description', u'Request message for SecretManagerService.DisableSecretVersion.')]) WARNING:root:object without properties Empty: OrderedDict([(u'properties', 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'id', u'Empty')]) WARNING:root:object without properties EnableSecretVersionRequest: OrderedDict([(u'description', u'Request message for SecretManagerService.EnableSecretVersion.'), (u'id', u'EnableSecretVersionRequest'), (u'type', u'object'), (u'properties', OrderedDict())]) Writing json metadata to clients/google-api-services-secretmanager/v1beta1.metadata.json 2020-09-03 03:55:38,289 synthtool [INFO] > Generating secretmanager v1. INFO:synthtool:Generating secretmanager v1. 2020-09-03 03:55:38,289 synthtool [INFO] > 1.30.1 INFO:synthtool: 1.30.1 WARNING:root:object without properties Automatic: OrderedDict([(u'properties', OrderedDict()), (u'description', u'A replication policy that replicates the Secret payload without any restrictions.'), (u'id', u'Automatic'), (u'type', u'object')]) WARNING:root:object without properties DestroySecretVersionRequest: OrderedDict([(u'properties', OrderedDict()), (u'id', u'DestroySecretVersionRequest'), (u'type', u'object'), (u'description', u'Request message for SecretManagerService.DestroySecretVersion.')]) WARNING:root:object without properties DisableSecretVersionRequest: OrderedDict([(u'description', u'Request message for SecretManagerService.DisableSecretVersion.'), (u'type', u'object'), (u'id', u'DisableSecretVersionRequest'), (u'properties', OrderedDict())]) 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'id', u'Empty'), (u'properties', OrderedDict())]) WARNING:root:object without properties EnableSecretVersionRequest: OrderedDict([(u'description', u'Request message for SecretManagerService.EnableSecretVersion.'), (u'properties', OrderedDict()), (u'type', u'object'), (u'id', u'EnableSecretVersionRequest')]) Writing json metadata to clients/google-api-services-secretmanager/v1.metadata.json 2020-09-03 03:55:39,006 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-secretmanager/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-secretmanager/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/6adb2d69-07c3-4dbb-bd5a-e4fae2984f79/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 1b2e269 commit 1bd3af1

File tree

12 files changed

+2000
-1938
lines changed

12 files changed

+2000
-1938
lines changed

clients/google-api-services-secretmanager/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-secretmanager",
5-
"version": "v1-rev20200807-1.30.10"
5+
"version": "v1-rev20200831-1.30.10"
66
}
77
}

clients/google-api-services-secretmanager/v1/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-secretmanager</artifactId>
25-
<version>v1-rev20200807-1.30.10</version>
25+
<version>v1-rev20200831-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-secretmanager:v1-rev20200807-1.30.10'
38+
compile 'com.google.apis:google-api-services-secretmanager:v1-rev20200831-1.30.10'
3939
}
4040
```
4141

clients/google-api-services-secretmanager/v1/1.30.1/com/google/api/services/secretmanager/v1/model/Binding.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
@SuppressWarnings("javadoc")
3030
public final class Binding extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* A client-specified ID for this binding. Expected to be globally unique to support the internal
34+
* bindings-by-ID API.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String bindingId;
39+
3240
/**
3341
* The condition that is associated with this binding. If the condition evaluates to `true`, then
3442
* this binding applies to the current request. If the condition evaluates to `false`, then this
@@ -77,6 +85,25 @@ public final class Binding extends com.google.api.client.json.GenericJson {
7785
@com.google.api.client.util.Key
7886
private java.lang.String role;
7987

88+
/**
89+
* A client-specified ID for this binding. Expected to be globally unique to support the internal
90+
* bindings-by-ID API.
91+
* @return value or {@code null} for none
92+
*/
93+
public java.lang.String getBindingId() {
94+
return bindingId;
95+
}
96+
97+
/**
98+
* A client-specified ID for this binding. Expected to be globally unique to support the internal
99+
* bindings-by-ID API.
100+
* @param bindingId bindingId or {@code null} for none
101+
*/
102+
public Binding setBindingId(java.lang.String bindingId) {
103+
this.bindingId = bindingId;
104+
return this;
105+
}
106+
80107
/**
81108
* The condition that is associated with this binding. If the condition evaluates to `true`, then
82109
* this binding applies to the current request. If the condition evaluates to `false`, then this

clients/google-api-services-secretmanager/v1/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-secretmanager</artifactId>
11-
<version>v1-rev20200807-1.30.10</version>
12-
<name>Secret Manager API v1-rev20200807-1.30.10</name>
11+
<version>v1-rev20200831-1.30.10</version>
12+
<name>Secret Manager API v1-rev20200831-1.30.10</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-secretmanager/v1/1.30.1/resources/secretmanager.v1.json

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

clients/google-api-services-secretmanager/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-secretmanager</artifactId>
25-
<version>v1-rev20200807-1.30.10</version>
25+
<version>v1-rev20200831-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-secretmanager:v1-rev20200807-1.30.10'
38+
compile 'com.google.apis:google-api-services-secretmanager:v1-rev20200831-1.30.10'
3939
}
4040
```
4141

clients/google-api-services-secretmanager/v1beta1.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-secretmanager",
5-
"version": "v1beta1-rev20200807-1.30.10"
5+
"version": "v1beta1-rev20200831-1.30.10"
66
}
77
}

clients/google-api-services-secretmanager/v1beta1/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-secretmanager</artifactId>
25-
<version>v1beta1-rev20200807-1.30.10</version>
25+
<version>v1beta1-rev20200831-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-secretmanager:v1beta1-rev20200807-1.30.10'
38+
compile 'com.google.apis:google-api-services-secretmanager:v1beta1-rev20200831-1.30.10'
3939
}
4040
```
4141

clients/google-api-services-secretmanager/v1beta1/1.30.1/com/google/api/services/secretmanager/v1beta1/model/Binding.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
@SuppressWarnings("javadoc")
3030
public final class Binding extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* A client-specified ID for this binding. Expected to be globally unique to support the internal
34+
* bindings-by-ID API.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String bindingId;
39+
3240
/**
3341
* The condition that is associated with this binding. If the condition evaluates to `true`, then
3442
* this binding applies to the current request. If the condition evaluates to `false`, then this
@@ -77,6 +85,25 @@ public final class Binding extends com.google.api.client.json.GenericJson {
7785
@com.google.api.client.util.Key
7886
private java.lang.String role;
7987

88+
/**
89+
* A client-specified ID for this binding. Expected to be globally unique to support the internal
90+
* bindings-by-ID API.
91+
* @return value or {@code null} for none
92+
*/
93+
public java.lang.String getBindingId() {
94+
return bindingId;
95+
}
96+
97+
/**
98+
* A client-specified ID for this binding. Expected to be globally unique to support the internal
99+
* bindings-by-ID API.
100+
* @param bindingId bindingId or {@code null} for none
101+
*/
102+
public Binding setBindingId(java.lang.String bindingId) {
103+
this.bindingId = bindingId;
104+
return this;
105+
}
106+
80107
/**
81108
* The condition that is associated with this binding. If the condition evaluates to `true`, then
82109
* this binding applies to the current request. If the condition evaluates to `false`, then this

clients/google-api-services-secretmanager/v1beta1/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-secretmanager</artifactId>
11-
<version>v1beta1-rev20200807-1.30.10</version>
12-
<name>Secret Manager API v1beta1-rev20200807-1.30.10</name>
11+
<version>v1beta1-rev20200831-1.30.10</version>
12+
<name>Secret Manager API v1beta1-rev20200831-1.30.10</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)