Skip to content

Commit f2106e2

Browse files
Regenerate homegraph client (googleapis#5824)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-09-02 03:49:15,179 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-homegraph nothing to commit, working tree clean 2020-09-02 03:49:15,528 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2020-09-02 03:49:15,904 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2020-09-02 03:49:15,907 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2020-09-02 03:49:17,607 synthtool [INFO] > Generating homegraph v1. INFO:synthtool:Generating homegraph v1. 2020-09-02 03:49:17,608 synthtool [INFO] > 1.30.1 INFO:synthtool: 1.30.1 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 RequestSyncDevicesResponse: OrderedDict([(u'description', u'Response type for the [`RequestSyncDevices`](#google.home.graph.v1.HomeGraphApiService.RequestSyncDevices) call. Intentionally empty upon success. An HTTP response code is returned with more details upon failure.'), (u'type', u'object'), (u'id', u'RequestSyncDevicesResponse'), (u'properties', OrderedDict())]) Writing json metadata to clients/google-api-services-homegraph/v1.metadata.json 2020-09-02 03:49:18,206 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-homegraph/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-homegraph/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/98627463-8369-44a0-bc03-b63b09216569/targets - [ ] To automatically regenerate this PR, check this box.
1 parent bd6aa1b commit f2106e2

File tree

6 files changed

+504
-438
lines changed

6 files changed

+504
-438
lines changed

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

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

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.homegraph.v1;
18+
19+
/**
20+
* Available OAuth 2.0 scopes for use with the HomeGraph API.
21+
*
22+
* @since 1.4
23+
*/
24+
public class HomeGraphServiceScopes {
25+
26+
/** New Service: https://www.googleapis.com/auth/homegraph. */
27+
public static final String HOMEGRAPH = "https://www.googleapis.com/auth/homegraph";
28+
29+
/**
30+
* Returns an unmodifiable set that contains all scopes declared by this class.
31+
*
32+
* @since 1.16
33+
*/
34+
public static java.util.Set<String> all() {
35+
java.util.Set<String> set = new java.util.HashSet<String>();
36+
set.add(HOMEGRAPH);
37+
return java.util.Collections.unmodifiableSet(set);
38+
}
39+
40+
private HomeGraphServiceScopes() {
41+
}
42+
}

clients/google-api-services-homegraph/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-homegraph</artifactId>
11-
<version>v1-rev20200810-1.30.10</version>
12-
<name>HomeGraph API v1-rev20200810-1.30.10</name>
11+
<version>v1-rev20200827-1.30.10</version>
12+
<name>HomeGraph API v1-rev20200827-1.30.10</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)