Skip to content

Commit 2396d77

Browse files
docs: [dataplex] Improvements to DataScan API documentation (#9054)
* docs: Improvements to DataScan API documentation PiperOrigin-RevId: 506348044 Source-Link: googleapis/googleapis@4eb6d9e Source-Link: https://github.com/googleapis/googleapis-gen/commit/830a4ab8c9836b377d43ff95b68d8372890e93c3 Copy-Tag: eyJwIjoiamF2YS1kYXRhcGxleC8uT3dsQm90LnlhbWwiLCJoIjoiODMwYTRhYjhjOTgzNmIzNzdkNDNmZjk1YjY4ZDgzNzI4OTBlOTNjMyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 374fd84 commit 2396d77

32 files changed

Lines changed: 623 additions & 549 deletions

java-dataplex/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-dataplex</artifactId>
22-
<version>1.6.0</version>
22+
<version>1.7.0</version>
2323
</dependency>
2424
```
2525

2626
If you are using Gradle without BOM, add this to your dependencies:
2727

2828
```Groovy
29-
implementation 'com.google.cloud:google-cloud-dataplex:1.6.0'
29+
implementation 'com.google.cloud:google-cloud-dataplex:1.7.0'
3030
```
3131

3232
If you are using SBT, add this to your dependencies:
3333

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.6.0"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.7.0"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)