- 0.54.0 (latest)
- 0.53.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.3.8
Package com.google.cloud.lifesciences.v2beta (0.35.0)
GitHub Repository | RPC Documentation | REST Documentation |
This package is not the latest GA version!
For this library, we recommend using the package associated with API version v2beta for new applications.
Prerelease Implications
This package is a prerelease version! Use with caution.
Prerelease versions are considered unstable as they may be shut down. You can read more about Cloud API versioning strategy here.
Each Cloud Java client library may contain multiple packages. Each package containing a version number in its name corresponds to a published version of the service.
We recommend using the latest stable version for new production applications, which can be identified by the largest numeric version that does not contain a suffix.
For example, if a client library has two packages: v1
and v2alpha
, then the latest stable version is v1
.
If you use an unstable release, breaking changes may be introduced when upgrading.
Client Classes
Client classes are the main entry point to using a package. They contain several variations of Java methods for each of the API's methods.
Client | Description |
---|---|
com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient |
Service Description: A service for running workflows, such as pipelines consisting of Docker
containers.
This class provides the ability to make remote calls to the backing service through method |
Settings Classes
Settings classes can be used to configure credentials, endpoints, and retry settings for a Client.
Settings | Description |
---|---|
com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings |
Settings class to configure an instance of WorkflowsServiceV2BetaClient.
The default instance has everything set to sensible defaults: |
Classes
Class | Description |
---|---|
com.google.cloud.lifesciences.v2beta.Accelerator | Carries information about an accelerator that can be attached to a VM. |
com.google.cloud.lifesciences.v2beta.Accelerator.Builder | Carries information about an accelerator that can be attached to a VM. |
com.google.cloud.lifesciences.v2beta.Action | Specifies a single action that runs a Docker container. |
com.google.cloud.lifesciences.v2beta.Action.Builder | Specifies a single action that runs a Docker container. |
com.google.cloud.lifesciences.v2beta.ContainerKilledEvent | An event generated when a container is forcibly terminated by the worker. Currently, this only occurs when the container outlives the timeout specified by the user. |
com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder | An event generated when a container is forcibly terminated by the worker. Currently, this only occurs when the container outlives the timeout specified by the user. |
com.google.cloud.lifesciences.v2beta.ContainerStartedEvent | An event generated when a container starts. |
com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder | An event generated when a container starts. |
com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent | An event generated when a container exits. |
com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder | An event generated when a container exits. |
com.google.cloud.lifesciences.v2beta.DelayedEvent | An event generated whenever a resource limitation or transient error delays execution of a pipeline that was otherwise ready to run. |
com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder | An event generated whenever a resource limitation or transient error delays execution of a pipeline that was otherwise ready to run. |
com.google.cloud.lifesciences.v2beta.Disk | Carries information about a disk that can be attached to a VM. See https://cloud.google.com/compute/docs/disks/performance for more |
com.google.cloud.lifesciences.v2beta.Disk.Builder | Carries information about a disk that can be attached to a VM. See https://cloud.google.com/compute/docs/disks/performance for more |
com.google.cloud.lifesciences.v2beta.Event | Carries information about events that occur during pipeline execution. |
com.google.cloud.lifesciences.v2beta.Event.Builder | Carries information about events that occur during pipeline execution. |
com.google.cloud.lifesciences.v2beta.ExistingDisk | Configuration for an existing disk to be attached to the VM. |
com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder | Configuration for an existing disk to be attached to the VM. |
com.google.cloud.lifesciences.v2beta.FailedEvent | An event generated when the execution of a pipeline has failed. Note that other events can continue to occur after this event. |
com.google.cloud.lifesciences.v2beta.FailedEvent.Builder | An event generated when the execution of a pipeline has failed. Note that other events can continue to occur after this event. |
com.google.cloud.lifesciences.v2beta.Metadata | Carries information about the pipeline execution that is returned in the long running operation's metadata field. |
com.google.cloud.lifesciences.v2beta.Metadata.Builder | Carries information about the pipeline execution that is returned in the long running operation's metadata field. |
com.google.cloud.lifesciences.v2beta.Mount | Carries information about a particular disk mount inside a container. |
com.google.cloud.lifesciences.v2beta.Mount.Builder | Carries information about a particular disk mount inside a container. |
com.google.cloud.lifesciences.v2beta.NFSMount |
Configuration for an NFSMount to be attached to the VM.
|
com.google.cloud.lifesciences.v2beta.NFSMount.Builder |
Configuration for an NFSMount to be attached to the VM.
|
com.google.cloud.lifesciences.v2beta.Network | VM networking options. |
com.google.cloud.lifesciences.v2beta.Network.Builder | VM networking options. |
com.google.cloud.lifesciences.v2beta.PersistentDisk | Configuration for a persistent disk to be attached to the VM. See https://cloud.google.com/compute/docs/disks/performance for more |
com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder | Configuration for a persistent disk to be attached to the VM. See https://cloud.google.com/compute/docs/disks/performance for more |
com.google.cloud.lifesciences.v2beta.Pipeline | Specifies a series of actions to execute, expressed as Docker containers. |
com.google.cloud.lifesciences.v2beta.Pipeline.Builder | Specifies a series of actions to execute, expressed as Docker containers. |
com.google.cloud.lifesciences.v2beta.PullStartedEvent | An event generated when the worker starts pulling an image. |
com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder | An event generated when the worker starts pulling an image. |
com.google.cloud.lifesciences.v2beta.PullStoppedEvent | An event generated when the worker stops pulling an image. |
com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder | An event generated when the worker stops pulling an image. |
com.google.cloud.lifesciences.v2beta.Resources | The system resources for the pipeline run. At least one zone or region must be specified or the pipeline run will fail. |
com.google.cloud.lifesciences.v2beta.Resources.Builder | The system resources for the pipeline run. At least one zone or region must be specified or the pipeline run will fail. |
com.google.cloud.lifesciences.v2beta.RunPipelineRequest |
The arguments to the RunPipeline method. The requesting user must have
the iam.serviceAccounts.actAs permission for the Cloud Life Sciences
service account or the request will fail. |
com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder |
The arguments to the RunPipeline method. The requesting user must have
the iam.serviceAccounts.actAs permission for the Cloud Life Sciences
service account or the request will fail. |
com.google.cloud.lifesciences.v2beta.RunPipelineResponse | The response to the RunPipeline method, returned in the operation's result field on success. |
com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder | The response to the RunPipeline method, returned in the operation's result field on success. |
com.google.cloud.lifesciences.v2beta.Secret | Holds encrypted information that is only decrypted and stored in RAM by the worker VM when running the pipeline. |
com.google.cloud.lifesciences.v2beta.Secret.Builder | Holds encrypted information that is only decrypted and stored in RAM by the worker VM when running the pipeline. |
com.google.cloud.lifesciences.v2beta.ServiceAccount | Carries information about a Google Cloud service account. |
com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder | Carries information about a Google Cloud service account. |
com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent |
An event generated when the execution of a container results in a
non-zero exit status that was not otherwise ignored. Execution will
continue, but only actions that are flagged as ALWAYS_RUN will be |
com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder |
An event generated when the execution of a container results in a
non-zero exit status that was not otherwise ignored. Execution will
continue, but only actions that are flagged as ALWAYS_RUN will be |
com.google.cloud.lifesciences.v2beta.VirtualMachine | Carries information about a Compute Engine VM resource. |
com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder | Carries information about a Compute Engine VM resource. |
com.google.cloud.lifesciences.v2beta.Volume |
Carries information about storage that can be attached to a VM.
Specify either Volume or |
com.google.cloud.lifesciences.v2beta.Volume.Builder |
Carries information about storage that can be attached to a VM.
Specify either Volume or |
com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent | An event generated after a worker VM has been assigned to run the pipeline. |
com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder | An event generated after a worker VM has been assigned to run the pipeline. |
com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent | An event generated when the worker VM that was assigned to the pipeline has been released (deleted). |
com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder | An event generated when the worker VM that was assigned to the pipeline has been released (deleted). |
com.google.cloud.lifesciences.v2beta.WorkflowsProto | |
com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient.ListLocationsFixedSizeCollection | |
com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient.ListLocationsPage | |
com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient.ListLocationsPagedResponse | |
com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc | A service for running workflows, such as pipelines consisting of Docker containers. |
com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaImplBase | Base class for the server implementation of the service WorkflowsServiceV2Beta. A service for running workflows, such as pipelines consisting of Docker |
com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings.Builder | Builder for WorkflowsServiceV2BetaSettings. |
Interfaces
Enums
Enum | Description |
---|---|
com.google.cloud.lifesciences.v2beta.Event.DetailsCase | |
com.google.cloud.lifesciences.v2beta.Volume.StorageCase |