Skip to content

Commit 6d87127

Browse files
Regenerate mybusinesslodging client (googleapis#7724)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-08 03:54:02,049 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-mybusinesslodging nothing to commit, working tree clean 2021-04-08 03:54:02,492 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2021-04-08 03:54:03,079 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2021-04-08 03:54:03,082 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2021-04-08 03:54:04,806 synthtool [INFO] > Generating mybusinesslodging v1. INFO:synthtool:Generating mybusinesslodging v1. 2021-04-08 03:54:04,807 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 Writing json metadata to clients/google-api-services-mybusinesslodging/v1.metadata.json 2021-04-08 03:54:06,370 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-mybusinesslodging/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-mybusinesslodging/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/39180f8b-fa3f-46df-80b2-3c951da31206/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent bda409c commit 6d87127

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+21131
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"maven": {
3+
"groupId": "com.google.apis",
4+
"artifactId": "google-api-services-mybusinesslodging",
5+
"version": "v1-rev20210406-1.31.0"
6+
}
7+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# My Business Lodging API Client Library for Java
2+
3+
The My Business Lodging API enables managing lodging business information on Google.
4+
5+
This page contains information about getting started with the My Business Lodging API
6+
using the Google API Client Library for Java. In addition, you may be interested
7+
in the following documentation:
8+
9+
* Browse the [Javadoc reference for the My Business Lodging API][javadoc]
10+
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client].
11+
* Interact with this API in your browser using the [APIs Explorer for the My Business Lodging API][api-explorer]
12+
13+
## Installation
14+
15+
### Maven
16+
17+
Add the following lines to your `pom.xml` file:
18+
19+
```xml
20+
<project>
21+
<dependencies>
22+
<dependency>
23+
<groupId>com.google.apis</groupId>
24+
<artifactId>google-api-services-mybusinesslodging</artifactId>
25+
<version>v1-rev20210406-1.31.0</version>
26+
</dependency>
27+
</dependencies>
28+
</project>
29+
```
30+
31+
### Gradle
32+
33+
```gradle
34+
repositories {
35+
mavenCentral()
36+
}
37+
dependencies {
38+
compile 'com.google.apis:google-api-services-mybusinesslodging:v1-rev20210406-1.31.0'
39+
}
40+
```
41+
42+
[javadoc]: https://googleapis.dev/java/google-api-services-mybusinesslodging/latest/index.html
43+
[google-api-client]: https://github.com/googleapis/google-api-java-client/
44+
[api-explorer]: https://developers.google.com/apis-explorer/#p/mybusinesslodging/v1/

0 commit comments

Comments
 (0)