Skip to content

Commit

Permalink
fix: Add service_yaml_parameters to java_gapic_library targets (#1359)
Browse files Browse the repository at this point in the history
* fix: Add service_yaml_parameters to `java_gapic_library` targets

PiperOrigin-RevId: 515423972

Source-Link: googleapis/googleapis@b5b4571

Source-Link: googleapis/googleapis-gen@806347a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODA2MzQ3YWY1YmQzZjVkMWU5YzZkODVjY2Y0ODlkNWRiYzVlZjY2NyJ9

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 14, 2023
1 parent 8ac91f1 commit f4f9b67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -32,13 +32,13 @@ If you are using Maven, add this to your pom.xml file:
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-pubsublite:1.11.1'
implementation 'com.google.cloud:google-cloud-pubsublite:1.11.2'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.11.1"
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.11.2"
```

## Authentication
Expand Down
Expand Up @@ -15,7 +15,9 @@
*/

/**
* The interfaces provided are listed below, along with usage samples.
* A client to Pub/Sub Lite API
*
* <p>The interfaces provided are listed below, along with usage samples.
*
* <p>======================= AdminServiceClient =======================
*
Expand Down

0 comments on commit f4f9b67

Please sign in to comment.