Skip to content

Commit 324b78f

Browse files
chore: [lifesciences] reformat protos (#9037)
* chore: reformat protos PiperOrigin-RevId: 504406094 Source-Link: googleapis/googleapis@f2f7edc Source-Link: https://github.com/googleapis/googleapis-gen/commit/1a873f593f77bdca58e052c08d94bd90157876df Copy-Tag: eyJwIjoiamF2YS1saWZlLXNjaWVuY2VzLy5Pd2xCb3QueWFtbCIsImgiOiIxYTg3M2Y1OTNmNzdiZGNhNThlMDUyYzA4ZDk0YmQ5MDE1Nzg3NmRmIn0= * 🦉 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 f845147 commit 324b78f

9 files changed

Lines changed: 521 additions & 335 deletions

File tree

java-life-sciences/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-life-sciences</artifactId>
25-
<version>0.10.0</version>
25+
<version>0.11.0</version>
2626
</dependency>
2727
```
2828

2929
If you are using Gradle without BOM, add this to your dependencies:
3030

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-life-sciences:0.10.0'
32+
implementation 'com.google.cloud:google-cloud-life-sciences:0.11.0'
3333
```
3434

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

3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-life-sciences" % "0.10.0"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-life-sciences" % "0.11.0"
3939
```
4040

4141
## Authentication

java-life-sciences/grpc-google-cloud-life-sciences-v2beta/src/main/java/com/google/cloud/lifesciences/v2beta/WorkflowsServiceV2BetaGrpc.java

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ public abstract static class WorkflowsServiceV2BetaImplBase implements io.grpc.B
138138
* <pre>
139139
* Runs a pipeline. The returned Operation's [metadata]
140140
* [google.longrunning.Operation.metadata] field will contain a
141-
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata] object describing the status
142-
* of the pipeline execution. The
141+
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata]
142+
* object describing the status of the pipeline execution. The
143143
* [response][google.longrunning.Operation.response] field will contain a
144-
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse] object if the
145-
* pipeline completes successfully.
144+
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse]
145+
* object if the pipeline completes successfully.
146146
* **Note:** Before you can use this method, the *Life Sciences Service Agent*
147147
* must have access to your project. This is done automatically when the
148148
* Cloud Life Sciences API is first enabled, but if you delete this permission
@@ -199,11 +199,11 @@ protected WorkflowsServiceV2BetaStub build(
199199
* <pre>
200200
* Runs a pipeline. The returned Operation's [metadata]
201201
* [google.longrunning.Operation.metadata] field will contain a
202-
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata] object describing the status
203-
* of the pipeline execution. The
202+
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata]
203+
* object describing the status of the pipeline execution. The
204204
* [response][google.longrunning.Operation.response] field will contain a
205-
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse] object if the
206-
* pipeline completes successfully.
205+
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse]
206+
* object if the pipeline completes successfully.
207207
* **Note:** Before you can use this method, the *Life Sciences Service Agent*
208208
* must have access to your project. This is done automatically when the
209209
* Cloud Life Sciences API is first enabled, but if you delete this permission
@@ -251,11 +251,11 @@ protected WorkflowsServiceV2BetaBlockingStub build(
251251
* <pre>
252252
* Runs a pipeline. The returned Operation's [metadata]
253253
* [google.longrunning.Operation.metadata] field will contain a
254-
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata] object describing the status
255-
* of the pipeline execution. The
254+
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata]
255+
* object describing the status of the pipeline execution. The
256256
* [response][google.longrunning.Operation.response] field will contain a
257-
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse] object if the
258-
* pipeline completes successfully.
257+
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse]
258+
* object if the pipeline completes successfully.
259259
* **Note:** Before you can use this method, the *Life Sciences Service Agent*
260260
* must have access to your project. This is done automatically when the
261261
* Cloud Life Sciences API is first enabled, but if you delete this permission
@@ -300,11 +300,11 @@ protected WorkflowsServiceV2BetaFutureStub build(
300300
* <pre>
301301
* Runs a pipeline. The returned Operation's [metadata]
302302
* [google.longrunning.Operation.metadata] field will contain a
303-
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata] object describing the status
304-
* of the pipeline execution. The
303+
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata]
304+
* object describing the status of the pipeline execution. The
305305
* [response][google.longrunning.Operation.response] field will contain a
306-
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse] object if the
307-
* pipeline completes successfully.
306+
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse]
307+
* object if the pipeline completes successfully.
308308
* **Note:** Before you can use this method, the *Life Sciences Service Agent*
309309
* must have access to your project. This is done automatically when the
310310
* Cloud Life Sciences API is first enabled, but if you delete this permission

0 commit comments

Comments
 (0)