Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions java-life-sciences/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-life-sciences</artifactId>
<version>0.10.0</version>
<version>0.11.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-life-sciences:0.10.0'
implementation 'com.google.cloud:google-cloud-life-sciences:0.11.0'
```

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

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

## Authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ public abstract static class WorkflowsServiceV2BetaImplBase implements io.grpc.B
* <pre>
* Runs a pipeline. The returned Operation's [metadata]
* [google.longrunning.Operation.metadata] field will contain a
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata] object describing the status
* of the pipeline execution. The
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata]
* object describing the status of the pipeline execution. The
* [response][google.longrunning.Operation.response] field will contain a
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse] object if the
* pipeline completes successfully.
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse]
* object if the pipeline completes successfully.
* **Note:** Before you can use this method, the *Life Sciences Service Agent*
* must have access to your project. This is done automatically when the
* Cloud Life Sciences API is first enabled, but if you delete this permission
Expand Down Expand Up @@ -199,11 +199,11 @@ protected WorkflowsServiceV2BetaStub build(
* <pre>
* Runs a pipeline. The returned Operation's [metadata]
* [google.longrunning.Operation.metadata] field will contain a
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata] object describing the status
* of the pipeline execution. The
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata]
* object describing the status of the pipeline execution. The
* [response][google.longrunning.Operation.response] field will contain a
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse] object if the
* pipeline completes successfully.
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse]
* object if the pipeline completes successfully.
* **Note:** Before you can use this method, the *Life Sciences Service Agent*
* must have access to your project. This is done automatically when the
* Cloud Life Sciences API is first enabled, but if you delete this permission
Expand Down Expand Up @@ -251,11 +251,11 @@ protected WorkflowsServiceV2BetaBlockingStub build(
* <pre>
* Runs a pipeline. The returned Operation's [metadata]
* [google.longrunning.Operation.metadata] field will contain a
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata] object describing the status
* of the pipeline execution. The
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata]
* object describing the status of the pipeline execution. The
* [response][google.longrunning.Operation.response] field will contain a
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse] object if the
* pipeline completes successfully.
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse]
* object if the pipeline completes successfully.
* **Note:** Before you can use this method, the *Life Sciences Service Agent*
* must have access to your project. This is done automatically when the
* Cloud Life Sciences API is first enabled, but if you delete this permission
Expand Down Expand Up @@ -300,11 +300,11 @@ protected WorkflowsServiceV2BetaFutureStub build(
* <pre>
* Runs a pipeline. The returned Operation's [metadata]
* [google.longrunning.Operation.metadata] field will contain a
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata] object describing the status
* of the pipeline execution. The
* [google.cloud.lifesciences.v2beta.Metadata][google.cloud.lifesciences.v2beta.Metadata]
* object describing the status of the pipeline execution. The
* [response][google.longrunning.Operation.response] field will contain a
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse] object if the
* pipeline completes successfully.
* [google.cloud.lifesciences.v2beta.RunPipelineResponse][google.cloud.lifesciences.v2beta.RunPipelineResponse]
* object if the pipeline completes successfully.
* **Note:** Before you can use this method, the *Life Sciences Service Agent*
* must have access to your project. This is done automatically when the
* Cloud Life Sciences API is first enabled, but if you delete this permission
Expand Down
Loading