Skip to content

Commit 64dc942

Browse files
fix: [workflows] Add service_yaml_parameters to java_gapic_library targets (#9206)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 515423972 Source-Link: https://github.com/googleapis/googleapis/commit/b5b457107dc6a34527f9304e44363611313674d0 Source-Link: https://github.com/googleapis/googleapis-gen/commit/806347af5bd3f5d1e9c6d85ccf489d5dbc5ef667 Copy-Tag: eyJwIjoiamF2YS13b3JrZmxvd3MvLk93bEJvdC55YW1sIiwiaCI6IjgwNjM0N2FmNWJkM2Y1ZDFlOWM2ZDg1Y2NmNDg5ZDVkYmM1ZWY2NjcifQ==
1 parent b0d4320 commit 64dc942

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java-workflows/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Java idiomatic client for [Cloud Workflows][product-docs].
1414

1515
If you are using Maven, add this to your pom.xml file:
1616

17-
<!--- {x-version-update-start:google-cloud-workflows:released} -->
1817

1918
```xml
2019
<dependency>
@@ -35,7 +34,6 @@ If you are using SBT, add this to your dependencies:
3534
```Scala
3635
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.12.0"
3736
```
38-
<!--- {x-version-update-end} -->
3937

4038
## Authentication
4139

java-workflows/google-cloud-workflows/src/main/java/com/google/cloud/workflows/v1beta/package-info.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
*/
1616

1717
/**
18-
* The interfaces provided are listed below, along with usage samples.
18+
* A client to Workflows API
19+
*
20+
* <p>The interfaces provided are listed below, along with usage samples.
1921
*
2022
* <p>======================= WorkflowsClient =======================
2123
*

0 commit comments

Comments
 (0)