package lifesciences
import "google.golang.org/genproto/googleapis/cloud/lifesciences/v2beta"
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.
Index ¶
- Variables
- func RegisterWorkflowsServiceV2BetaServer(s *grpc.Server, srv WorkflowsServiceV2BetaServer)
- type Accelerator
- type Action
- type ContainerKilledEvent
- type ContainerStartedEvent
- type ContainerStoppedEvent
- type DelayedEvent
- type Disk
- type Event
- type Event_ContainerKilled
- type Event_ContainerStarted
- type Event_ContainerStopped
- type Event_Delayed
- type Event_Failed
- type Event_PullStarted
- type Event_PullStopped
- type Event_UnexpectedExitStatus
- type Event_WorkerAssigned
- type Event_WorkerReleased
- type ExistingDisk
- type FailedEvent
- type Metadata
- type Mount
- type NFSMount
- type Network
- type PersistentDisk
- type Pipeline
- type PullStartedEvent
- type PullStoppedEvent
- type Resources
- type RunPipelineRequest
- type RunPipelineResponse
- type Secret
- type ServiceAccount
- type UnexpectedExitStatusEvent
- type UnimplementedWorkflowsServiceV2BetaServer
- type VirtualMachine
- type Volume
- type Volume_ExistingDisk
- type Volume_NfsMount
- type Volume_PersistentDisk
- type WorkerAssignedEvent
- type WorkerReleasedEvent
- type WorkflowsServiceV2BetaClient
- type WorkflowsServiceV2BetaServer
Variables ¶
var ( File_google_cloud_lifesciences_v2beta_workflows_proto = src.File_google_cloud_lifesciences_v2beta_workflows_proto )
Deprecated: Please use vars in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb
Functions ¶
func RegisterWorkflowsServiceV2BetaServer ¶
func RegisterWorkflowsServiceV2BetaServer(s *grpc.Server, srv WorkflowsServiceV2BetaServer)
Deprecated: Please use funcs in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb
Types ¶
type Accelerator ¶
type Accelerator = src.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 Action ¶
Specifies a single action that runs a Docker container.
Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb
type ContainerKilledEvent ¶
type ContainerKilledEvent = src.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 ContainerStartedEvent ¶
type ContainerStartedEvent = src.ContainerStartedEvent
An event generated when a container starts.
Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb
type ContainerStoppedEvent ¶
type ContainerStoppedEvent = src.ContainerStoppedEvent
An event generated when a container exits.
Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb
type DelayedEvent ¶
type DelayedEvent = src.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 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 Event ¶
Carries information about events that occur during pipeline execution.
Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb
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 ¶
type ExistingDisk = src.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 FailedEvent ¶
type FailedEvent = src.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 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 Mount ¶
Carries information about a particular disk mount inside a container.
Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb
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 Network ¶
VM networking options.
Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb
type PersistentDisk ¶
type PersistentDisk = src.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 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 PullStartedEvent ¶
type PullStartedEvent = src.PullStartedEvent
An event generated when the worker starts pulling an image.
Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb
type PullStoppedEvent ¶
type PullStoppedEvent = src.PullStoppedEvent
An event generated when the worker stops pulling an image.
Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb
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 RunPipelineRequest ¶
type RunPipelineRequest = src.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 RunPipelineResponse ¶
type RunPipelineResponse = src.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 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 ServiceAccount ¶
type ServiceAccount = src.ServiceAccount
Carries information about a Google Cloud service account.
Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb
type UnexpectedExitStatusEvent ¶
type UnexpectedExitStatusEvent = src.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 UnimplementedWorkflowsServiceV2BetaServer ¶
type UnimplementedWorkflowsServiceV2BetaServer = src.UnimplementedWorkflowsServiceV2BetaServer
UnimplementedWorkflowsServiceV2BetaServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb
type VirtualMachine ¶
type VirtualMachine = src.VirtualMachine
Carries information about a Compute Engine VM resource.
Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb
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_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 ¶
type WorkerAssignedEvent = src.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 WorkerReleasedEvent ¶
type WorkerReleasedEvent = src.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 WorkflowsServiceV2BetaClient ¶
type WorkflowsServiceV2BetaClient = src.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
func NewWorkflowsServiceV2BetaClient ¶
func NewWorkflowsServiceV2BetaClient(cc grpc.ClientConnInterface) WorkflowsServiceV2BetaClient
Deprecated: Please use funcs in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb
type WorkflowsServiceV2BetaServer ¶
type WorkflowsServiceV2BetaServer = src.WorkflowsServiceV2BetaServer
WorkflowsServiceV2BetaServer is the server API for WorkflowsServiceV2Beta service.
Deprecated: Please use types in: cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.