Skip to content

Commit

Permalink
Regenerate networkconnectivity client (#7208)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-03-05 03:56:12,808 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py.
On branch autosynth-networkconnectivity
nothing to commit, working tree clean
2021-03-05 03:56:13,250 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git.
DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git.
2021-03-05 03:56:13,643 synthtool [DEBUG] > Cleaning output directory.
DEBUG:synthtool:Cleaning output directory.
2021-03-05 03:56:13,646 synthtool [DEBUG] > Installing dependencies.
DEBUG:synthtool:Installing dependencies.
2021-03-05 03:56:15,466 synthtool [INFO] > Generating networkconnectivity v1alpha1.
INFO:synthtool:Generating networkconnectivity v1alpha1.
2021-03-05 03:56:15,466 synthtool [INFO] > 	1.31.0
INFO:synthtool:	1.31.0
WARNING:root:object without properties Empty: OrderedDict([(u'id', u'Empty'), (u'type', u'object'), (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 `{}`.')])
WARNING:root:object without properties GoogleLongrunningCancelOperationRequest: OrderedDict([(u'id', u'GoogleLongrunningCancelOperationRequest'), (u'description', u'The request message for Operations.CancelOperation.'), (u'properties', OrderedDict()), (u'type', u'object')])
Writing json metadata to clients/google-api-services-networkconnectivity/v1alpha1.metadata.json
2021-03-05 03:56:16,723 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-networkconnectivity/synth.metadata.
DEBUG:synthtool:Wrote metadata to clients/google-api-services-networkconnectivity/synth.metadata.

```
</details>

Full log will be available here:
https://source.cloud.google.com/results/invocations/0f2d5b53-a7ce-4e45-bbb8-944992184f7f/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Mar 5, 2021
1 parent 32c4f02 commit d044c71
Show file tree
Hide file tree
Showing 7 changed files with 2,707 additions and 2,710 deletions.
Expand Up @@ -2,6 +2,6 @@
"maven": {
"groupId": "com.google.apis",
"artifactId": "google-api-services-networkconnectivity",
"version": "v1alpha1-rev20210129-1.31.0"
"version": "v1alpha1-rev20210303-1.31.0"
}
}
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-networkconnectivity</artifactId>
<version>v1alpha1-rev20210129-1.31.0</version>
<version>v1alpha1-rev20210303-1.31.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
compile 'com.google.apis:google-api-services-networkconnectivity:v1alpha1-rev20210129-1.31.0'
compile 'com.google.apis:google-api-services-networkconnectivity:v1alpha1-rev20210303-1.31.0'
}
```

Expand Down

Large diffs are not rendered by default.

Expand Up @@ -160,8 +160,7 @@ public final class Operation extends com.google.api.client.json.GenericJson {

/**
* Private Preview. This feature is only available for approved services. User defined labels for
* the resource that this operation is associated with. Only a combination of 1000 user labels per
* consumer project are allowed.
* the resource that this operation is associated with.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -440,8 +439,7 @@ public Operation setTraceSpans(java.util.List<TraceSpan> traceSpans) {

/**
* Private Preview. This feature is only available for approved services. User defined labels for
* the resource that this operation is associated with. Only a combination of 1000 user labels per
* consumer project are allowed.
* the resource that this operation is associated with.
* @return value or {@code null} for none
*/
public java.util.Map<String, java.lang.String> getUserLabels() {
Expand All @@ -450,8 +448,7 @@ public java.util.Map<String, java.lang.String> getUserLabels() {

/**
* Private Preview. This feature is only available for approved services. User defined labels for
* the resource that this operation is associated with. Only a combination of 1000 user labels per
* consumer project are allowed.
* the resource that this operation is associated with.
* @param userLabels userLabels or {@code null} for none
*/
public Operation setUserLabels(java.util.Map<String, java.lang.String> userLabels) {
Expand Down
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-networkconnectivity</artifactId>
<version>v1alpha1-rev20210129-1.31.0</version>
<name>Network Connectivity API v1alpha1-rev20210129-1.31.0</name>
<version>v1alpha1-rev20210303-1.31.0</version>
<name>Network Connectivity API v1alpha1-rev20210303-1.31.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit d044c71

Please sign in to comment.