...

Package lifesciences

import "google.golang.org/genproto/googleapis/cloud/lifesciences/v2beta"
Overview
Index

Overview ▾

Package lifesciences aliases all exported identifiers in package "cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb".

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.

Variables

Deprecated: Please use vars in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

var (
    File_google_cloud_lifesciences_v2beta_workflows_proto = src.File_google_cloud_lifesciences_v2beta_workflows_proto
)

func RegisterWorkflowsServiceV2BetaServer

func RegisterWorkflowsServiceV2BetaServer(s *grpc.Server, srv WorkflowsServiceV2BetaServer)

Deprecated: Please use funcs in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type Accelerator

Carries information about an accelerator that can be attached to a VM.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type Accelerator = src.Accelerator

type Action

Specifies a single action that runs a Docker container.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type Action = src.Action

type 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.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type ContainerKilledEvent = src.ContainerKilledEvent

type ContainerStartedEvent

An event generated when a container starts.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type ContainerStartedEvent = src.ContainerStartedEvent

type ContainerStoppedEvent

An event generated when a container exits.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type ContainerStoppedEvent = src.ContainerStoppedEvent

type DelayedEvent

An event generated whenever a resource limitation or transient error delays execution of a pipeline that was otherwise ready to run.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type DelayedEvent = src.DelayedEvent

type Disk

Carries information about a disk that can be attached to a VM. See https://cloud.google.com/compute/docs/disks/performance for more information about disk type, size, and performance considerations. Specify either [`Volume`][google.cloud.lifesciences.v2beta.Volume] or [`Disk`][google.cloud.lifesciences.v2beta.Disk], but not both.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type Disk = src.Disk

type Event

Carries information about events that occur during pipeline execution.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type Event = src.Event

type Event_ContainerKilled

type Event_ContainerKilled = src.Event_ContainerKilled

type Event_ContainerStarted

type Event_ContainerStarted = src.Event_ContainerStarted

type Event_ContainerStopped

type Event_ContainerStopped = src.Event_ContainerStopped

type Event_Delayed

type Event_Delayed = src.Event_Delayed

type Event_Failed

type Event_Failed = src.Event_Failed

type Event_PullStarted

type Event_PullStarted = src.Event_PullStarted

type Event_PullStopped

type Event_PullStopped = src.Event_PullStopped

type Event_UnexpectedExitStatus

type Event_UnexpectedExitStatus = src.Event_UnexpectedExitStatus

type Event_WorkerAssigned

type Event_WorkerAssigned = src.Event_WorkerAssigned

type Event_WorkerReleased

type Event_WorkerReleased = src.Event_WorkerReleased

type ExistingDisk

Configuration for an existing disk to be attached to the VM.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type ExistingDisk = src.ExistingDisk

type FailedEvent

An event generated when the execution of a pipeline has failed. Note that other events can continue to occur after this event.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type FailedEvent = src.FailedEvent

type Metadata

Carries information about the pipeline execution that is returned in the long running operation's metadata field.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type Metadata = src.Metadata

type Mount

Carries information about a particular disk mount inside a container.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type Mount = src.Mount

type NFSMount

Configuration for an `NFSMount` to be attached to the VM.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type NFSMount = src.NFSMount

type Network

VM networking options.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type Network = src.Network

type PersistentDisk

Configuration for a persistent disk to be attached to the VM. See https://cloud.google.com/compute/docs/disks/performance for more information about disk type, size, and performance considerations.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type PersistentDisk = src.PersistentDisk

type Pipeline

Specifies a series of actions to execute, expressed as Docker containers.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type Pipeline = src.Pipeline

type PullStartedEvent

An event generated when the worker starts pulling an image.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type PullStartedEvent = src.PullStartedEvent

type PullStoppedEvent

An event generated when the worker stops pulling an image.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type PullStoppedEvent = src.PullStoppedEvent

type Resources

The system resources for the pipeline run. At least one zone or region must be specified or the pipeline run will fail.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type Resources = src.Resources

type 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.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type RunPipelineRequest = src.RunPipelineRequest

type RunPipelineResponse

The response to the RunPipeline method, returned in the operation's result field on success.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type RunPipelineResponse = src.RunPipelineResponse

type Secret

Holds encrypted information that is only decrypted and stored in RAM by the worker VM when running the pipeline.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type Secret = src.Secret

type ServiceAccount

Carries information about a Google Cloud service account.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type ServiceAccount = src.ServiceAccount

type 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 executed. Other actions will be skipped.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type UnexpectedExitStatusEvent = src.UnexpectedExitStatusEvent

type UnimplementedWorkflowsServiceV2BetaServer

UnimplementedWorkflowsServiceV2BetaServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type UnimplementedWorkflowsServiceV2BetaServer = src.UnimplementedWorkflowsServiceV2BetaServer

type VirtualMachine

Carries information about a Compute Engine VM resource.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type VirtualMachine = src.VirtualMachine

type Volume

Carries information about storage that can be attached to a VM. Specify either [`Volume`][google.cloud.lifesciences.v2beta.Volume] or [`Disk`][google.cloud.lifesciences.v2beta.Disk], but not both.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type Volume = src.Volume

type Volume_ExistingDisk

type Volume_ExistingDisk = src.Volume_ExistingDisk

type Volume_NfsMount

type Volume_NfsMount = src.Volume_NfsMount

type Volume_PersistentDisk

type Volume_PersistentDisk = src.Volume_PersistentDisk

type WorkerAssignedEvent

An event generated after a worker VM has been assigned to run the pipeline.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type WorkerAssignedEvent = src.WorkerAssignedEvent

type WorkerReleasedEvent

An event generated when the worker VM that was assigned to the pipeline has been released (deleted).

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type WorkerReleasedEvent = src.WorkerReleasedEvent

type WorkflowsServiceV2BetaClient

WorkflowsServiceV2BetaClient is the client API for WorkflowsServiceV2Beta service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type WorkflowsServiceV2BetaClient = src.WorkflowsServiceV2BetaClient

func NewWorkflowsServiceV2BetaClient

func NewWorkflowsServiceV2BetaClient(cc grpc.ClientConnInterface) WorkflowsServiceV2BetaClient

Deprecated: Please use funcs in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type WorkflowsServiceV2BetaServer

WorkflowsServiceV2BetaServer is the server API for WorkflowsServiceV2Beta service.

Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb

type WorkflowsServiceV2BetaServer = src.WorkflowsServiceV2BetaServer