Skip to content

Commit e1ab683

Browse files
chore: regenerate README (googleapis#433)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-12 14:30:35,148 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-resourcemanager/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-12 14:30:36,351 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/2d5fda5b-d5c8-488c-989a-952606f4a00e/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 32b87f7 commit e1ab683

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

java-resourcemanager/.github/readme/synth.metadata/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-resourcemanager.git",
7-
"sha": "852dba40462bc1bd90c864931a8d196f5d558776"
7+
"sha": "a0b0b24ccdb3573e8ec4328f15589e5814d42dc6"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "1f5e6bc8dc8e3661ee550905fc070e55e1b6cea1"
14+
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
1515
}
1616
}
1717
]

java-resourcemanager/README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@ Java idiomatic client for [Resource Manager API][product-docs].
88
- [Product Documentation][product-docs]
99
- [Client Library Documentation][javadocs]
1010

11-
1211
> Note: This client is a work-in-progress, and may occasionally
1312
> make backwards-incompatible changes.
1413
15-
16-
1714
## Quickstart
1815

1916
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
@@ -51,7 +48,7 @@ If you are using Maven without BOM, add this to your dependencies:
5148

5249
If you are using Gradle 5.x or later, add this to your dependencies
5350
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:19.2.1')
51+
implementation platform('com.google.cloud:libraries-bom:20.0.0')
5552
5653
compile 'com.google.cloud:google-cloud-resourcemanager'
5754
```

0 commit comments

Comments
 (0)