Skip to content

Commit 0e655af

Browse files
Regenerate container client (googleapis#6763)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-12-17 03:44:06,696 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-container nothing to commit, working tree clean 2020-12-17 03:44:07,117 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2020-12-17 03:44:07,516 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2020-12-17 03:44:07,518 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2020-12-17 03:44:09,180 synthtool [INFO] > Generating containeranalysis v1beta1. INFO:synthtool:Generating containeranalysis v1beta1. 2020-12-17 03:44:09,180 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 WARNING:root:object without properties Empty: OrderedDict([(u'id', u'Empty'), (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'type', u'object'), (u'properties', OrderedDict())]) Writing json metadata to clients/google-api-services-containeranalysis/v1beta1.metadata.json 2020-12-17 03:44:10,519 synthtool [INFO] > Generating containeranalysis v1alpha1. INFO:synthtool:Generating containeranalysis v1alpha1. 2020-12-17 03:44:10,519 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 WARNING:root:object without properties Empty: OrderedDict([(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'type', u'object'), (u'properties', OrderedDict())]) Writing json metadata to clients/google-api-services-containeranalysis/v1alpha1.metadata.json 2020-12-17 03:44:11,792 synthtool [INFO] > Generating container v1. INFO:synthtool:Generating container v1. 2020-12-17 03:44:11,792 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 WARNING:root:object without properties Empty: OrderedDict([(u'id', u'Empty'), (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'type', u'object'), (u'properties', OrderedDict())]) Writing json metadata to clients/google-api-services-container/v1.metadata.json 2020-12-17 03:44:14,088 synthtool [INFO] > Generating container v1beta1. INFO:synthtool:Generating container v1beta1. 2020-12-17 03:44:14,089 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 WARNING:root:object without properties Empty: OrderedDict([(u'id', u'Empty'), (u'properties', OrderedDict()), (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'type', u'object')]) WARNING:root:object without properties Master: OrderedDict([(u'type', u'object'), (u'id', u'Master'), (u'properties', OrderedDict()), (u'description', u'Master is the configuration for components on master.')]) Writing json metadata to clients/google-api-services-container/v1beta1.metadata.json 2020-12-17 03:44:16,572 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-container/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-container/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/9fd6d601-ddf7-483e-bf4a-512ae7cb3913/targets - [ ] To automatically regenerate this PR, check this box.
1 parent e85dfd9 commit 0e655af

File tree

6 files changed

+4423
-4423
lines changed

6 files changed

+4423
-4423
lines changed

clients/google-api-services-container/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-container",
5-
"version": "v1beta1-rev20201127-1.31.0"
5+
"version": "v1beta1-rev20201209-1.31.0"
66
}
77
}

clients/google-api-services-container/v1beta1/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-container</artifactId>
25-
<version>v1beta1-rev20201127-1.31.0</version>
25+
<version>v1beta1-rev20201209-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-container:v1beta1-rev20201127-1.31.0'
38+
compile 'com.google.apis:google-api-services-container:v1beta1-rev20201209-1.31.0'
3939
}
4040
```
4141

clients/google-api-services-container/v1beta1/1.31.0/com/google/api/services/container/v1beta1/model/UpgradeEvent.java

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -32,58 +32,58 @@
3232
public final class UpgradeEvent extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Required. The current version before the upgrade.
35+
* The current version before the upgrade.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String currentVersion;
4040

4141
/**
42-
* Required. The operation associated with this upgrade.
42+
* The operation associated with this upgrade.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
4646
private java.lang.String operation;
4747

4848
/**
49-
* Required. The time when the operation was started.
49+
* The time when the operation was started.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
5353
private String operationStartTime;
5454

5555
/**
56-
* Optional. Optional relative path to the resource. For example in node pool upgrades, the
57-
* relative path of the node pool.
56+
* Optional relative path to the resource. For example in node pool upgrades, the relative path of
57+
* the node pool.
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key
6161
private java.lang.String resource;
6262

6363
/**
64-
* Required. The resource type that is upgrading.
64+
* The resource type that is upgrading.
6565
* The value may be {@code null}.
6666
*/
6767
@com.google.api.client.util.Key
6868
private java.lang.String resourceType;
6969

7070
/**
71-
* Required. The target version for the upgrade.
71+
* The target version for the upgrade.
7272
* The value may be {@code null}.
7373
*/
7474
@com.google.api.client.util.Key
7575
private java.lang.String targetVersion;
7676

7777
/**
78-
* Required. The current version before the upgrade.
78+
* The current version before the upgrade.
7979
* @return value or {@code null} for none
8080
*/
8181
public java.lang.String getCurrentVersion() {
8282
return currentVersion;
8383
}
8484

8585
/**
86-
* Required. The current version before the upgrade.
86+
* The current version before the upgrade.
8787
* @param currentVersion currentVersion or {@code null} for none
8888
*/
8989
public UpgradeEvent setCurrentVersion(java.lang.String currentVersion) {
@@ -92,15 +92,15 @@ public UpgradeEvent setCurrentVersion(java.lang.String currentVersion) {
9292
}
9393

9494
/**
95-
* Required. The operation associated with this upgrade.
95+
* The operation associated with this upgrade.
9696
* @return value or {@code null} for none
9797
*/
9898
public java.lang.String getOperation() {
9999
return operation;
100100
}
101101

102102
/**
103-
* Required. The operation associated with this upgrade.
103+
* The operation associated with this upgrade.
104104
* @param operation operation or {@code null} for none
105105
*/
106106
public UpgradeEvent setOperation(java.lang.String operation) {
@@ -109,15 +109,15 @@ public UpgradeEvent setOperation(java.lang.String operation) {
109109
}
110110

111111
/**
112-
* Required. The time when the operation was started.
112+
* The time when the operation was started.
113113
* @return value or {@code null} for none
114114
*/
115115
public String getOperationStartTime() {
116116
return operationStartTime;
117117
}
118118

119119
/**
120-
* Required. The time when the operation was started.
120+
* The time when the operation was started.
121121
* @param operationStartTime operationStartTime or {@code null} for none
122122
*/
123123
public UpgradeEvent setOperationStartTime(String operationStartTime) {
@@ -126,17 +126,17 @@ public UpgradeEvent setOperationStartTime(String operationStartTime) {
126126
}
127127

128128
/**
129-
* Optional. Optional relative path to the resource. For example in node pool upgrades, the
130-
* relative path of the node pool.
129+
* Optional relative path to the resource. For example in node pool upgrades, the relative path of
130+
* the node pool.
131131
* @return value or {@code null} for none
132132
*/
133133
public java.lang.String getResource() {
134134
return resource;
135135
}
136136

137137
/**
138-
* Optional. Optional relative path to the resource. For example in node pool upgrades, the
139-
* relative path of the node pool.
138+
* Optional relative path to the resource. For example in node pool upgrades, the relative path of
139+
* the node pool.
140140
* @param resource resource or {@code null} for none
141141
*/
142142
public UpgradeEvent setResource(java.lang.String resource) {
@@ -145,15 +145,15 @@ public UpgradeEvent setResource(java.lang.String resource) {
145145
}
146146

147147
/**
148-
* Required. The resource type that is upgrading.
148+
* The resource type that is upgrading.
149149
* @return value or {@code null} for none
150150
*/
151151
public java.lang.String getResourceType() {
152152
return resourceType;
153153
}
154154

155155
/**
156-
* Required. The resource type that is upgrading.
156+
* The resource type that is upgrading.
157157
* @param resourceType resourceType or {@code null} for none
158158
*/
159159
public UpgradeEvent setResourceType(java.lang.String resourceType) {
@@ -162,15 +162,15 @@ public UpgradeEvent setResourceType(java.lang.String resourceType) {
162162
}
163163

164164
/**
165-
* Required. The target version for the upgrade.
165+
* The target version for the upgrade.
166166
* @return value or {@code null} for none
167167
*/
168168
public java.lang.String getTargetVersion() {
169169
return targetVersion;
170170
}
171171

172172
/**
173-
* Required. The target version for the upgrade.
173+
* The target version for the upgrade.
174174
* @param targetVersion targetVersion or {@code null} for none
175175
*/
176176
public UpgradeEvent setTargetVersion(java.lang.String targetVersion) {

clients/google-api-services-container/v1beta1/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-container</artifactId>
11-
<version>v1beta1-rev20201127-1.31.0</version>
12-
<name>Kubernetes Engine API v1beta1-rev20201127-1.31.0</name>
11+
<version>v1beta1-rev20201209-1.31.0</version>
12+
<name>Kubernetes Engine API v1beta1-rev20201209-1.31.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)