A B C D E F G H I K L M N P R S T U V W Z 
All Classes All Packages

A

Accelerator - Class in com.google.cloud.lifesciences.v2beta
Carries information about an accelerator that can be attached to a VM.
Accelerator.Builder - Class in com.google.cloud.lifesciences.v2beta
Carries information about an accelerator that can be attached to a VM.
AcceleratorOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
ACCELERATORS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
Action - Class in com.google.cloud.lifesciences.v2beta
Specifies a single action that runs a Docker container.
ACTION_ID_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
ACTION_ID_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
ACTION_ID_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
ACTION_ID_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
Action.Builder - Class in com.google.cloud.lifesciences.v2beta
Specifies a single action that runs a Docker container.
ActionOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
ACTIONS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Pipeline
 
addAccelerators(int, Accelerator) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
addAccelerators(int, Accelerator.Builder) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
addAccelerators(Accelerator) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
addAccelerators(Accelerator.Builder) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
addAcceleratorsBuilder() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
addAcceleratorsBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
addActions(int, Action) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
addActions(int, Action.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
addActions(Action) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
addActions(Action.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
addActionsBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
addActionsBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
addAllAccelerators(Iterable<? extends Accelerator>) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
addAllActions(Iterable<? extends Action>) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
addAllCommands(Iterable<String>) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If specified, overrides the `CMD` specified in the container.
addAllDisks(Iterable<? extends Disk>) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
addAllDockerCacheImages(Iterable<String>) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The Compute Engine Disk Images to use as a Docker cache.
addAllEvents(Iterable<? extends Event>) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
addAllMetrics(Iterable<String>) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
addAllMounts(Iterable<? extends Mount>) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
addAllRegions(Iterable<String>) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of regions allowed for VM allocation.
addAllScopes(Iterable<String>) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
addAllVolumes(Iterable<? extends Volume>) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
addAllZones(Iterable<String>) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of zones allowed for VM allocation.
addCommands(String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If specified, overrides the `CMD` specified in the container.
addCommandsBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If specified, overrides the `CMD` specified in the container.
addDisks(int, Disk) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
addDisks(int, Disk.Builder) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
addDisks(Disk) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
addDisks(Disk.Builder) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
addDisksBuilder() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
addDisksBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
addDockerCacheImages(String) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The Compute Engine Disk Images to use as a Docker cache.
addDockerCacheImagesBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The Compute Engine Disk Images to use as a Docker cache.
addEvents(int, Event) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
addEvents(int, Event.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
addEvents(Event) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
addEvents(Event.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
addEventsBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
addEventsBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
addMetrics(String) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
addMetricsBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
addMounts(int, Mount) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
addMounts(int, Mount.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
addMounts(Mount) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
addMounts(Mount.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
addMountsBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
addMountsBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
addRegions(String) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of regions allowed for VM allocation.
addRegionsBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of regions allowed for VM allocation.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
addScopes(String) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
addScopesBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
addVolumes(int, Volume) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
addVolumes(int, Volume.Builder) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
addVolumes(Volume) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
addVolumes(Volume.Builder) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
addVolumesBuilder() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
addVolumesBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
addZones(String) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of zones allowed for VM allocation.
addZonesBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of zones allowed for VM allocation.
ALWAYS_RUN_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void>) - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings.Builder
Applies the given settings updater function to all of the unary API methods in this service.
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void>) - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings.Builder
Applies the given settings updater function to all of the unary API methods in this service.
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
 
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
 

B

bindService() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaImplBase
 
bindService(WorkflowsServiceV2BetaGrpc.AsyncService) - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc
 
BLOCK_EXTERNAL_NETWORK_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
BOOT_DISK_SIZE_GB_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
BOOT_IMAGE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
build() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
build() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings.Builder
 
build(Channel, CallOptions) - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaFutureStub
 
build(Channel, CallOptions) - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaStub
 
Builder() - Constructor for class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings.Builder
 
Builder() - Constructor for class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings.Builder
 
Builder(ClientContext) - Constructor for class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings.Builder
 
Builder(ClientContext) - Constructor for class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings.Builder
 
Builder(WorkflowsServiceV2BetaStubSettings) - Constructor for class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings.Builder
 
Builder(WorkflowsServiceV2BetaStubSettings.Builder) - Constructor for class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings.Builder
 
Builder(WorkflowsServiceV2BetaSettings) - Constructor for class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
buildPartial() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 

C

CAUSE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
CAUSE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
CIPHER_TEXT_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Secret
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
clear() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
clearAccelerators() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
clearActionId() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
The numeric ID of the action that started the container.
clearActionId() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
The numeric ID of the action that started this container.
clearActionId() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
The numeric ID of the action that started this container.
clearActionId() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
The numeric ID of the action that started the container.
clearActions() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
clearAlwaysRun() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
By default, after an action fails, no further actions are run.
clearBlockExternalNetwork() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Prevents the container from accessing the external network.
clearBootDiskSizeGb() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The size of the boot disk, in GB.
clearBootImage() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The host operating system image to use.
clearCause() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
A textual description of the cause of the delay.
clearCause() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
The human-readable description of the cause of the failure.
clearCipherText() - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
The value of the cipherText response from the `encrypt` method.
clearCode() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
The Google standard error code that best describes this failure.
clearCommands() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If specified, overrides the `CMD` specified in the container.
clearContainerKilled() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerKilledEvent][google.cloud.lifesciences.v2beta.ContainerKilledEvent].
clearContainerName() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
An optional name for the container.
clearContainerStarted() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStartedEvent][google.cloud.lifesciences.v2beta.ContainerStartedEvent].
clearContainerStopped() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStoppedEvent][google.cloud.lifesciences.v2beta.ContainerStoppedEvent].
clearCount() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
How many accelerators of this type to attach.
clearCpuPlatform() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The CPU platform to request.
clearCreateTime() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which the operation was created by the API.
clearCredentials() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If the specified image is hosted on a private registry other than Google Container Registry, the credentials required to pull the image must be specified here as an encrypted secret.
clearDelayed() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.DelayedEvent][google.cloud.lifesciences.v2beta.DelayedEvent].
clearDescription() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
A human-readable description of the event.
clearDetails() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
clearDisableImagePrefetch() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
All container images are typically downloaded before any actions are executed.
clearDisableStandardErrorCapture() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A small portion of the container's standard error stream is typically captured and returned inside the `ContainerStoppedEvent`.
clearDisk() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
If `disk` contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk.
clearDisk() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
The name of the disk to mount, as specified in the resources section.
clearDisks() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
clearDockerCacheImages() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The Compute Engine Disk Images to use as a Docker cache.
clearEmail() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
Email address of the service account.
clearEnableFuse() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Enable access to the FUSE device for this action.
clearEnableStackdriverMonitoring() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Whether Stackdriver monitoring should be enabled on the VM.
clearEncryptedEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The encrypted environment to pass into the container.
clearEncryptedEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The encrypted environment to pass into every action.
clearEndTime() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which execution was completed and resources were cleaned up.
clearEntrypoint() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If specified, overrides the `ENTRYPOINT` specified in the container.
clearEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
clearEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
clearEvents() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
clearExistingDisk() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a existing disk.
clearExitStatus() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
The exit status of the container.
clearExitStatus() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
The exit status of the container.
clearFailed() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.FailedEvent][google.cloud.lifesciences.v2beta.FailedEvent].
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
clearIgnoreExitStatus() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Normally, a non-zero exit status causes the pipeline to fail.
clearImageUri() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Required.
clearImageUri() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
The URI of the image that was pulled.
clearImageUri() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
The URI of the image that was pulled.
clearInstance() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
The worker's instance name.
clearInstance() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
The worker's instance name.
clearIpAddress() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
The public IP address that can be used to connect to the container.
clearKeyName() - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
The name of the Cloud KMS key that will be used to decrypt the secret value.
clearLabels() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
clearLabels() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
clearLabels() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
clearLabels() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
clearMachineType() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Required.
clearMachineType() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
The machine type that was assigned for the worker.
clearMetrics() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
clearMounts() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
clearName() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
A user-supplied name for the disk.
clearNetwork() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
The network name to attach the VM's network interface to.
clearNetwork() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The VM network configuration.
clearNfsMount() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for an NFS mount.
clearNvidiaDriverVersion() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Deprecated.
google.cloud.lifesciences.v2beta.VirtualMachine.nvidia_driver_version is deprecated. See google/cloud/lifesciences/v2beta/workflows.proto;l=411
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
clearParent() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
The project and location that this request should be executed against.
clearPath() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
The path to mount the disk inside the container.
clearPersistentDisk() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a persistent disk.
clearPidNamespace() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
An optional identifier for a PID namespace to run the action inside.
clearPipeline() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The pipeline this operation represents.
clearPipeline() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
Required.
clearPortMappings() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
clearPortMappings() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
clearPreemptible() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
If true, allocate a preemptible VM.
clearPublishExposedPorts() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Exposes all ports specified by `EXPOSE` statements in the container.
clearPubSubTopic() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
clearPubSubTopic() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
The name of an existing Pub/Sub topic.
clearPullStarted() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStartedEvent][google.cloud.lifesciences.v2beta.PullStartedEvent].
clearPullStopped() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStoppedEvent][google.cloud.lifesciences.v2beta.PullStoppedEvent].
clearReadOnly() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
If true, the disk is mounted read-only inside the container.
clearRegions() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of regions allowed for VM allocation.
clearReservation() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
If specified, the VM will only be allocated inside the matching reservation.
clearResources() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The resources required for execution.
clearRunInBackground() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
This flag allows an action to continue running in the background while executing subsequent actions.
clearScopes() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
clearServiceAccount() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The service account to install on the VM.
clearSizeGb() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
The size, in GB, of the disk to attach.
clearSizeGb() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
The size, in GB, of the disk to attach.
clearSourceImage() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
An optional image to put on the disk before attaching it to the VM.
clearSourceImage() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
An image to put on the disk before attaching it to the VM.
clearStartTime() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The first time at which resources were allocated to execute the pipeline.
clearStderr() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
The tail end of any content written to standard error by the container.
clearStorage() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
clearSubnetwork() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
If the specified network is configured for custom subnet creation, the name of the subnetwork to attach the instance to must be specified here.
clearTarget() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
A target NFS mount.
clearTimeout() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The maximum amount of time to give the action to complete.
clearTimeout() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The maximum amount of time to give the pipeline to complete.
clearTimestamp() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
The time at which the event occurred.
clearType() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
The accelerator type string (for example, "nvidia-tesla-k80").
clearType() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
The Compute Engine disk type.
clearType() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
The Compute Engine disk type.
clearUnexpectedExitStatus() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent][google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent].
clearUsePrivateAddress() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
If set to true, do not attach a public IP address to the VM.
clearVirtualMachine() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The virtual machine specification.
clearVolume() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
A user-supplied name for the volume.
clearVolumes() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
clearWorkerAssigned() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerAssignedEvent][google.cloud.lifesciences.v2beta.WorkerAssignedEvent].
clearWorkerReleased() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerReleasedEvent][google.cloud.lifesciences.v2beta.WorkerReleasedEvent].
clearZone() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
The zone the worker is running in.
clearZone() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
The zone the worker was running in.
clearZones() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of zones allowed for VM allocation.
clone() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
clone() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
close() - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
 
close() - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
close() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStub
 
close() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
 
CODE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
com.google.cloud.lifesciences.v2beta - package com.google.cloud.lifesciences.v2beta
A client to Cloud Life Sciences API
com.google.cloud.lifesciences.v2beta.stub - package com.google.cloud.lifesciences.v2beta.stub
 
COMMANDS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
CONTAINER_KILLED - com.google.cloud.lifesciences.v2beta.Event.DetailsCase
 
CONTAINER_KILLED_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Event
 
CONTAINER_NAME_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
CONTAINER_STARTED - com.google.cloud.lifesciences.v2beta.Event.DetailsCase
 
CONTAINER_STARTED_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Event
 
CONTAINER_STOPPED - com.google.cloud.lifesciences.v2beta.Event.DetailsCase
 
CONTAINER_STOPPED_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Event
 
ContainerKilledEvent - Class in com.google.cloud.lifesciences.v2beta
An event generated when a container is forcibly terminated by the worker.
ContainerKilledEvent.Builder - Class in com.google.cloud.lifesciences.v2beta
An event generated when a container is forcibly terminated by the worker.
ContainerKilledEventOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
ContainerStartedEvent - Class in com.google.cloud.lifesciences.v2beta
An event generated when a container starts.
ContainerStartedEvent.Builder - Class in com.google.cloud.lifesciences.v2beta
An event generated when a container starts.
ContainerStartedEventOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
ContainerStoppedEvent - Class in com.google.cloud.lifesciences.v2beta
An event generated when a container exits.
ContainerStoppedEvent.Builder - Class in com.google.cloud.lifesciences.v2beta
An event generated when a container exits.
ContainerStoppedEventOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
containsEnvironment(String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The environment to pass into the container.
containsEnvironment(String) - Method in class com.google.cloud.lifesciences.v2beta.Action
The environment to pass into the container.
containsEnvironment(String) - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
The environment to pass into the container.
containsEnvironment(String) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The environment to pass into every action.
containsEnvironment(String) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The environment to pass into every action.
containsEnvironment(String) - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The environment to pass into every action.
containsLabels(String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Labels to associate with the action.
containsLabels(String) - Method in class com.google.cloud.lifesciences.v2beta.Action
Labels to associate with the action.
containsLabels(String) - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
Labels to associate with the action.
containsLabels(String) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The user-defined labels associated with this operation.
containsLabels(String) - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The user-defined labels associated with this operation.
containsLabels(String) - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The user-defined labels associated with this operation.
containsLabels(String) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
User-defined labels to associate with the returned operation.
containsLabels(String) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
User-defined labels to associate with the returned operation.
containsLabels(String) - Method in interface com.google.cloud.lifesciences.v2beta.RunPipelineRequestOrBuilder
User-defined labels to associate with the returned operation.
containsLabels(String) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Optional set of labels to apply to the VM and any attached disk resources.
containsLabels(String) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
Optional set of labels to apply to the VM and any attached disk resources.
containsLabels(String) - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
Optional set of labels to apply to the VM and any attached disk resources.
containsPortMappings(int) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A map of containers to host port mappings for this container.
containsPortMappings(int) - Method in class com.google.cloud.lifesciences.v2beta.Action
A map of containers to host port mappings for this container.
containsPortMappings(int) - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
A map of containers to host port mappings for this container.
containsPortMappings(int) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
The container-to-host port mappings installed for this container.
containsPortMappings(int) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
The container-to-host port mappings installed for this container.
containsPortMappings(int) - Method in interface com.google.cloud.lifesciences.v2beta.ContainerStartedEventOrBuilder
The container-to-host port mappings installed for this container.
COUNT_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Accelerator
 
CPU_PLATFORM_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
create() - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
Constructs an instance of WorkflowsServiceV2BetaClient with default settings.
create(ClientContext) - Static method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
 
create(ClientContext) - Static method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
create(ClientContext, GrpcStubCallableFactory) - Static method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
 
create(ClientContext, HttpJsonStubCallableFactory) - Static method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
create(WorkflowsServiceV2BetaStub) - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
Constructs an instance of WorkflowsServiceV2BetaClient, using the given stub for making calls.
create(WorkflowsServiceV2BetaStubSettings) - Static method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
 
create(WorkflowsServiceV2BetaStubSettings) - Static method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
create(WorkflowsServiceV2BetaStubSettings) - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
 
create(WorkflowsServiceV2BetaSettings) - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
Constructs an instance of WorkflowsServiceV2BetaClient, using the given settings.
CREATE_TIME_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Metadata
 
createAsync(PageContext<ListLocationsRequest, ListLocationsResponse, Location>, ApiFuture<ListLocationsResponse>) - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient.ListLocationsPagedResponse
 
createBatchingCallable(GrpcCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaCallableFactory
 
createBatchingCallable(HttpJsonCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaCallableFactory
 
createBidiStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaCallableFactory
 
createClientStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaCallableFactory
 
createCollection(List<WorkflowsServiceV2BetaClient.ListLocationsPage>, int) - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient.ListLocationsFixedSizeCollection
 
createOperationCallable(GrpcCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaCallableFactory
 
createOperationCallable(HttpJsonCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaCallableFactory
 
createPage(PageContext<ListLocationsRequest, ListLocationsResponse, Location>, ListLocationsResponse) - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient.ListLocationsPage
 
createPageAsync(PageContext<ListLocationsRequest, ListLocationsResponse, Location>, ApiFuture<ListLocationsResponse>) - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient.ListLocationsPage
 
createPagedCallable(GrpcCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaCallableFactory
 
createPagedCallable(HttpJsonCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaCallableFactory
 
createServerStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaCallableFactory
 
createServerStreamingCallable(HttpJsonCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaCallableFactory
 
createStub() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
 
createUnaryCallable(GrpcCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaCallableFactory
 
createUnaryCallable(HttpJsonCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaCallableFactory
 
CREDENTIALS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 

D

defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
 
defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
 
defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
Returns a builder for the default credentials for this service.
defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
Returns a builder for the default credentials for this service.
defaultExecutorProviderBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
Returns a builder for the default ExecutorProvider for this service.
defaultExecutorProviderBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
Returns a builder for the default ExecutorProvider for this service.
defaultGrpcApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
 
defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
Returns a builder for the default gRPC ChannelProvider for this service.
defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
Returns a builder for the default gRPC ChannelProvider for this service.
defaultHttpJsonApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
 
defaultHttpJsonTransportProviderBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
Returns a builder for the default REST ChannelProvider for this service.
defaultHttpJsonTransportProviderBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
Returns a builder for the default REST ChannelProvider for this service.
defaultTransportChannelProvider() - Static method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
 
defaultTransportChannelProvider() - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
 
DELAYED - com.google.cloud.lifesciences.v2beta.Event.DetailsCase
 
DELAYED_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Event
 
DelayedEvent - Class in com.google.cloud.lifesciences.v2beta
An event generated whenever a resource limitation or transient error delays execution of a pipeline that was otherwise ready to run.
DelayedEvent.Builder - Class in com.google.cloud.lifesciences.v2beta
An event generated whenever a resource limitation or transient error delays execution of a pipeline that was otherwise ready to run.
DelayedEventOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
DESCRIPTION_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Event
 
DETAILS_NOT_SET - com.google.cloud.lifesciences.v2beta.Event.DetailsCase
 
DISABLE_IMAGE_PREFETCH_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
DISABLE_STANDARD_ERROR_CAPTURE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
Disk - Class in com.google.cloud.lifesciences.v2beta
Carries information about a disk that can be attached to a VM.
DISK_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
DISK_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Mount
 
Disk.Builder - Class in com.google.cloud.lifesciences.v2beta
Carries information about a disk that can be attached to a VM.
DiskOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
DISKS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
DOCKER_CACHE_IMAGES_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 

E

EMAIL_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
ENABLE_FUSE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
ENABLE_STACKDRIVER_MONITORING_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
ENCRYPTED_ENVIRONMENT_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
ENCRYPTED_ENVIRONMENT_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Pipeline
 
END_TIME_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Metadata
 
ENTRYPOINT_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
ENVIRONMENT_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
ENVIRONMENT_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Pipeline
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.Action
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.Disk
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.Event
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.Metadata
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.Mount
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.Network
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.Resources
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.Secret
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.Volume
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
equals(Object) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
Event - Class in com.google.cloud.lifesciences.v2beta
Carries information about events that occur during pipeline execution.
Event.Builder - Class in com.google.cloud.lifesciences.v2beta
Carries information about events that occur during pipeline execution.
Event.DetailsCase - Enum in com.google.cloud.lifesciences.v2beta
 
EventOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
EVENTS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Metadata
 
EXISTING_DISK - com.google.cloud.lifesciences.v2beta.Volume.StorageCase
 
EXISTING_DISK_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Volume
 
ExistingDisk - Class in com.google.cloud.lifesciences.v2beta
Configuration for an existing disk to be attached to the VM.
ExistingDisk.Builder - Class in com.google.cloud.lifesciences.v2beta
Configuration for an existing disk to be attached to the VM.
ExistingDiskOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
EXIT_STATUS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
EXIT_STATUS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 

F

FAILED - com.google.cloud.lifesciences.v2beta.Event.DetailsCase
 
FAILED_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Event
 
FailedEvent - Class in com.google.cloud.lifesciences.v2beta
An event generated when the execution of a pipeline has failed.
FailedEvent.Builder - Class in com.google.cloud.lifesciences.v2beta
An event generated when the execution of a pipeline has failed.
FailedEventOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
forNumber(int) - Static method in enum com.google.cloud.lifesciences.v2beta.Event.DetailsCase
 
forNumber(int) - Static method in enum com.google.cloud.lifesciences.v2beta.Volume.StorageCase
 

G

getAccelerators(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
getAccelerators(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The list of accelerators to attach to the VM.
getAccelerators(int) - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The list of accelerators to attach to the VM.
getAcceleratorsBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
getAcceleratorsBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
getAcceleratorsCount() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
getAcceleratorsCount() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The list of accelerators to attach to the VM.
getAcceleratorsCount() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The list of accelerators to attach to the VM.
getAcceleratorsList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
getAcceleratorsList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The list of accelerators to attach to the VM.
getAcceleratorsList() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The list of accelerators to attach to the VM.
getAcceleratorsOrBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
getAcceleratorsOrBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The list of accelerators to attach to the VM.
getAcceleratorsOrBuilder(int) - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The list of accelerators to attach to the VM.
getAcceleratorsOrBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
getAcceleratorsOrBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The list of accelerators to attach to the VM.
getAcceleratorsOrBuilderList() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The list of accelerators to attach to the VM.
getActionId() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
The numeric ID of the action that started the container.
getActionId() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
The numeric ID of the action that started the container.
getActionId() - Method in interface com.google.cloud.lifesciences.v2beta.ContainerKilledEventOrBuilder
The numeric ID of the action that started the container.
getActionId() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
The numeric ID of the action that started this container.
getActionId() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
The numeric ID of the action that started this container.
getActionId() - Method in interface com.google.cloud.lifesciences.v2beta.ContainerStartedEventOrBuilder
The numeric ID of the action that started this container.
getActionId() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
The numeric ID of the action that started this container.
getActionId() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
The numeric ID of the action that started this container.
getActionId() - Method in interface com.google.cloud.lifesciences.v2beta.ContainerStoppedEventOrBuilder
The numeric ID of the action that started this container.
getActionId() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
The numeric ID of the action that started the container.
getActionId() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
The numeric ID of the action that started the container.
getActionId() - Method in interface com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEventOrBuilder
The numeric ID of the action that started the container.
getActions(int) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
getActions(int) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The list of actions to execute, in the order they are specified.
getActions(int) - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The list of actions to execute, in the order they are specified.
getActionsBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
getActionsBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
getActionsCount() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
getActionsCount() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The list of actions to execute, in the order they are specified.
getActionsCount() - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The list of actions to execute, in the order they are specified.
getActionsList() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
getActionsList() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The list of actions to execute, in the order they are specified.
getActionsList() - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The list of actions to execute, in the order they are specified.
getActionsOrBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
getActionsOrBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The list of actions to execute, in the order they are specified.
getActionsOrBuilder(int) - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The list of actions to execute, in the order they are specified.
getActionsOrBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
getActionsOrBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The list of actions to execute, in the order they are specified.
getActionsOrBuilderList() - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The list of actions to execute, in the order they are specified.
getAlwaysRun() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
By default, after an action fails, no further actions are run.
getAlwaysRun() - Method in class com.google.cloud.lifesciences.v2beta.Action
By default, after an action fails, no further actions are run.
getAlwaysRun() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
By default, after an action fails, no further actions are run.
getBlockExternalNetwork() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Prevents the container from accessing the external network.
getBlockExternalNetwork() - Method in class com.google.cloud.lifesciences.v2beta.Action
Prevents the container from accessing the external network.
getBlockExternalNetwork() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
Prevents the container from accessing the external network.
getBootDiskSizeGb() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The size of the boot disk, in GB.
getBootDiskSizeGb() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The size of the boot disk, in GB.
getBootDiskSizeGb() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The size of the boot disk, in GB.
getBootImage() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The host operating system image to use.
getBootImage() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The host operating system image to use.
getBootImage() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The host operating system image to use.
getBootImageBytes() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The host operating system image to use.
getBootImageBytes() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The host operating system image to use.
getBootImageBytes() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The host operating system image to use.
getCause() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
A textual description of the cause of the delay.
getCause() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
A textual description of the cause of the delay.
getCause() - Method in interface com.google.cloud.lifesciences.v2beta.DelayedEventOrBuilder
A textual description of the cause of the delay.
getCause() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
The human-readable description of the cause of the failure.
getCause() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
The human-readable description of the cause of the failure.
getCause() - Method in interface com.google.cloud.lifesciences.v2beta.FailedEventOrBuilder
The human-readable description of the cause of the failure.
getCauseBytes() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
A textual description of the cause of the delay.
getCauseBytes() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
A textual description of the cause of the delay.
getCauseBytes() - Method in interface com.google.cloud.lifesciences.v2beta.DelayedEventOrBuilder
A textual description of the cause of the delay.
getCauseBytes() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
The human-readable description of the cause of the failure.
getCauseBytes() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
The human-readable description of the cause of the failure.
getCauseBytes() - Method in interface com.google.cloud.lifesciences.v2beta.FailedEventOrBuilder
The human-readable description of the cause of the failure.
getCipherText() - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
The value of the cipherText response from the `encrypt` method.
getCipherText() - Method in class com.google.cloud.lifesciences.v2beta.Secret
The value of the cipherText response from the `encrypt` method.
getCipherText() - Method in interface com.google.cloud.lifesciences.v2beta.SecretOrBuilder
The value of the cipherText response from the `encrypt` method.
getCipherTextBytes() - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
The value of the cipherText response from the `encrypt` method.
getCipherTextBytes() - Method in class com.google.cloud.lifesciences.v2beta.Secret
The value of the cipherText response from the `encrypt` method.
getCipherTextBytes() - Method in interface com.google.cloud.lifesciences.v2beta.SecretOrBuilder
The value of the cipherText response from the `encrypt` method.
getCode() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
The Google standard error code that best describes this failure.
getCode() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
The Google standard error code that best describes this failure.
getCode() - Method in interface com.google.cloud.lifesciences.v2beta.FailedEventOrBuilder
The Google standard error code that best describes this failure.
getCodeValue() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
The Google standard error code that best describes this failure.
getCodeValue() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
The Google standard error code that best describes this failure.
getCodeValue() - Method in interface com.google.cloud.lifesciences.v2beta.FailedEventOrBuilder
The Google standard error code that best describes this failure.
getCommands(int) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If specified, overrides the `CMD` specified in the container.
getCommands(int) - Method in class com.google.cloud.lifesciences.v2beta.Action
If specified, overrides the `CMD` specified in the container.
getCommands(int) - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
If specified, overrides the `CMD` specified in the container.
getCommandsBytes(int) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If specified, overrides the `CMD` specified in the container.
getCommandsBytes(int) - Method in class com.google.cloud.lifesciences.v2beta.Action
If specified, overrides the `CMD` specified in the container.
getCommandsBytes(int) - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
If specified, overrides the `CMD` specified in the container.
getCommandsCount() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If specified, overrides the `CMD` specified in the container.
getCommandsCount() - Method in class com.google.cloud.lifesciences.v2beta.Action
If specified, overrides the `CMD` specified in the container.
getCommandsCount() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
If specified, overrides the `CMD` specified in the container.
getCommandsList() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If specified, overrides the `CMD` specified in the container.
getCommandsList() - Method in class com.google.cloud.lifesciences.v2beta.Action
If specified, overrides the `CMD` specified in the container.
getCommandsList() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
If specified, overrides the `CMD` specified in the container.
getContainerKilled() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerKilledEvent][google.cloud.lifesciences.v2beta.ContainerKilledEvent].
getContainerKilled() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.ContainerKilledEvent][google.cloud.lifesciences.v2beta.ContainerKilledEvent].
getContainerKilled() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.ContainerKilledEvent][google.cloud.lifesciences.v2beta.ContainerKilledEvent].
getContainerKilledBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerKilledEvent][google.cloud.lifesciences.v2beta.ContainerKilledEvent].
getContainerKilledOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerKilledEvent][google.cloud.lifesciences.v2beta.ContainerKilledEvent].
getContainerKilledOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.ContainerKilledEvent][google.cloud.lifesciences.v2beta.ContainerKilledEvent].
getContainerKilledOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.ContainerKilledEvent][google.cloud.lifesciences.v2beta.ContainerKilledEvent].
getContainerName() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
An optional name for the container.
getContainerName() - Method in class com.google.cloud.lifesciences.v2beta.Action
An optional name for the container.
getContainerName() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
An optional name for the container.
getContainerNameBytes() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
An optional name for the container.
getContainerNameBytes() - Method in class com.google.cloud.lifesciences.v2beta.Action
An optional name for the container.
getContainerNameBytes() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
An optional name for the container.
getContainerStarted() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStartedEvent][google.cloud.lifesciences.v2beta.ContainerStartedEvent].
getContainerStarted() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.ContainerStartedEvent][google.cloud.lifesciences.v2beta.ContainerStartedEvent].
getContainerStarted() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.ContainerStartedEvent][google.cloud.lifesciences.v2beta.ContainerStartedEvent].
getContainerStartedBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStartedEvent][google.cloud.lifesciences.v2beta.ContainerStartedEvent].
getContainerStartedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStartedEvent][google.cloud.lifesciences.v2beta.ContainerStartedEvent].
getContainerStartedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.ContainerStartedEvent][google.cloud.lifesciences.v2beta.ContainerStartedEvent].
getContainerStartedOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.ContainerStartedEvent][google.cloud.lifesciences.v2beta.ContainerStartedEvent].
getContainerStopped() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStoppedEvent][google.cloud.lifesciences.v2beta.ContainerStoppedEvent].
getContainerStopped() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.ContainerStoppedEvent][google.cloud.lifesciences.v2beta.ContainerStoppedEvent].
getContainerStopped() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.ContainerStoppedEvent][google.cloud.lifesciences.v2beta.ContainerStoppedEvent].
getContainerStoppedBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStoppedEvent][google.cloud.lifesciences.v2beta.ContainerStoppedEvent].
getContainerStoppedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStoppedEvent][google.cloud.lifesciences.v2beta.ContainerStoppedEvent].
getContainerStoppedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.ContainerStoppedEvent][google.cloud.lifesciences.v2beta.ContainerStoppedEvent].
getContainerStoppedOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.ContainerStoppedEvent][google.cloud.lifesciences.v2beta.ContainerStoppedEvent].
getCount() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
How many accelerators of this type to attach.
getCount() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator
How many accelerators of this type to attach.
getCount() - Method in interface com.google.cloud.lifesciences.v2beta.AcceleratorOrBuilder
How many accelerators of this type to attach.
getCpuPlatform() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The CPU platform to request.
getCpuPlatform() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The CPU platform to request.
getCpuPlatform() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The CPU platform to request.
getCpuPlatformBytes() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The CPU platform to request.
getCpuPlatformBytes() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The CPU platform to request.
getCpuPlatformBytes() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The CPU platform to request.
getCreateTime() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which the operation was created by the API.
getCreateTime() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The time at which the operation was created by the API.
getCreateTime() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The time at which the operation was created by the API.
getCreateTimeBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which the operation was created by the API.
getCreateTimeOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which the operation was created by the API.
getCreateTimeOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The time at which the operation was created by the API.
getCreateTimeOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The time at which the operation was created by the API.
getCredentials() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If the specified image is hosted on a private registry other than Google Container Registry, the credentials required to pull the image must be specified here as an encrypted secret.
getCredentials() - Method in class com.google.cloud.lifesciences.v2beta.Action
If the specified image is hosted on a private registry other than Google Container Registry, the credentials required to pull the image must be specified here as an encrypted secret.
getCredentials() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
If the specified image is hosted on a private registry other than Google Container Registry, the credentials required to pull the image must be specified here as an encrypted secret.
getCredentialsBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If the specified image is hosted on a private registry other than Google Container Registry, the credentials required to pull the image must be specified here as an encrypted secret.
getCredentialsOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If the specified image is hosted on a private registry other than Google Container Registry, the credentials required to pull the image must be specified here as an encrypted secret.
getCredentialsOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Action
If the specified image is hosted on a private registry other than Google Container Registry, the credentials required to pull the image must be specified here as an encrypted secret.
getCredentialsOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
If the specified image is hosted on a private registry other than Google Container Registry, the credentials required to pull the image must be specified here as an encrypted secret.
getDefaultEndpoint() - Static method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
Returns the default service endpoint.
getDefaultEndpoint() - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
Returns the default service endpoint.
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
getDefaultInstance() - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Action
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Disk
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Event
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Mount
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Network
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Resources
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Secret
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.Volume
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
getDefaultMtlsEndpoint() - Static method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
Returns the default mTLS service endpoint.
getDefaultServiceScopes() - Static method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
Returns the default service scopes.
getDefaultServiceScopes() - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
Returns the default service scopes.
getDelayed() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.DelayedEvent][google.cloud.lifesciences.v2beta.DelayedEvent].
getDelayed() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.DelayedEvent][google.cloud.lifesciences.v2beta.DelayedEvent].
getDelayed() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.DelayedEvent][google.cloud.lifesciences.v2beta.DelayedEvent].
getDelayedBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.DelayedEvent][google.cloud.lifesciences.v2beta.DelayedEvent].
getDelayedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.DelayedEvent][google.cloud.lifesciences.v2beta.DelayedEvent].
getDelayedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.DelayedEvent][google.cloud.lifesciences.v2beta.DelayedEvent].
getDelayedOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.DelayedEvent][google.cloud.lifesciences.v2beta.DelayedEvent].
getDescription() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
A human-readable description of the event.
getDescription() - Method in class com.google.cloud.lifesciences.v2beta.Event
A human-readable description of the event.
getDescription() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
A human-readable description of the event.
getDescriptionBytes() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
A human-readable description of the event.
getDescriptionBytes() - Method in class com.google.cloud.lifesciences.v2beta.Event
A human-readable description of the event.
getDescriptionBytes() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
A human-readable description of the event.
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
getDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsProto
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
getDescriptorForType() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
getDetailsCase() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
getDetailsCase() - Method in class com.google.cloud.lifesciences.v2beta.Event
 
getDetailsCase() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
 
getDisableImagePrefetch() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
All container images are typically downloaded before any actions are executed.
getDisableImagePrefetch() - Method in class com.google.cloud.lifesciences.v2beta.Action
All container images are typically downloaded before any actions are executed.
getDisableImagePrefetch() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
All container images are typically downloaded before any actions are executed.
getDisableStandardErrorCapture() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A small portion of the container's standard error stream is typically captured and returned inside the `ContainerStoppedEvent`.
getDisableStandardErrorCapture() - Method in class com.google.cloud.lifesciences.v2beta.Action
A small portion of the container's standard error stream is typically captured and returned inside the `ContainerStoppedEvent`.
getDisableStandardErrorCapture() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
A small portion of the container's standard error stream is typically captured and returned inside the `ContainerStoppedEvent`.
getDisk() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
If `disk` contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk.
getDisk() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
If `disk` contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk.
getDisk() - Method in interface com.google.cloud.lifesciences.v2beta.ExistingDiskOrBuilder
If `disk` contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk.
getDisk() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
The name of the disk to mount, as specified in the resources section.
getDisk() - Method in class com.google.cloud.lifesciences.v2beta.Mount
The name of the disk to mount, as specified in the resources section.
getDisk() - Method in interface com.google.cloud.lifesciences.v2beta.MountOrBuilder
The name of the disk to mount, as specified in the resources section.
getDiskBytes() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
If `disk` contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk.
getDiskBytes() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
If `disk` contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk.
getDiskBytes() - Method in interface com.google.cloud.lifesciences.v2beta.ExistingDiskOrBuilder
If `disk` contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk.
getDiskBytes() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
The name of the disk to mount, as specified in the resources section.
getDiskBytes() - Method in class com.google.cloud.lifesciences.v2beta.Mount
The name of the disk to mount, as specified in the resources section.
getDiskBytes() - Method in interface com.google.cloud.lifesciences.v2beta.MountOrBuilder
The name of the disk to mount, as specified in the resources section.
getDisks(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
getDisks(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The list of disks to create and attach to the VM.
getDisks(int) - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The list of disks to create and attach to the VM.
getDisksBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
getDisksBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
getDisksCount() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
getDisksCount() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The list of disks to create and attach to the VM.
getDisksCount() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The list of disks to create and attach to the VM.
getDisksList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
getDisksList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The list of disks to create and attach to the VM.
getDisksList() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The list of disks to create and attach to the VM.
getDisksOrBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
getDisksOrBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The list of disks to create and attach to the VM.
getDisksOrBuilder(int) - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The list of disks to create and attach to the VM.
getDisksOrBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
getDisksOrBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The list of disks to create and attach to the VM.
getDisksOrBuilderList() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The list of disks to create and attach to the VM.
getDockerCacheImages(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The Compute Engine Disk Images to use as a Docker cache.
getDockerCacheImages(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The Compute Engine Disk Images to use as a Docker cache.
getDockerCacheImages(int) - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The Compute Engine Disk Images to use as a Docker cache.
getDockerCacheImagesBytes(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The Compute Engine Disk Images to use as a Docker cache.
getDockerCacheImagesBytes(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The Compute Engine Disk Images to use as a Docker cache.
getDockerCacheImagesBytes(int) - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The Compute Engine Disk Images to use as a Docker cache.
getDockerCacheImagesCount() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The Compute Engine Disk Images to use as a Docker cache.
getDockerCacheImagesCount() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The Compute Engine Disk Images to use as a Docker cache.
getDockerCacheImagesCount() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The Compute Engine Disk Images to use as a Docker cache.
getDockerCacheImagesList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The Compute Engine Disk Images to use as a Docker cache.
getDockerCacheImagesList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The Compute Engine Disk Images to use as a Docker cache.
getDockerCacheImagesList() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The Compute Engine Disk Images to use as a Docker cache.
getEmail() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
Email address of the service account.
getEmail() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
Email address of the service account.
getEmail() - Method in interface com.google.cloud.lifesciences.v2beta.ServiceAccountOrBuilder
Email address of the service account.
getEmailBytes() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
Email address of the service account.
getEmailBytes() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
Email address of the service account.
getEmailBytes() - Method in interface com.google.cloud.lifesciences.v2beta.ServiceAccountOrBuilder
Email address of the service account.
getEnableFuse() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Enable access to the FUSE device for this action.
getEnableFuse() - Method in class com.google.cloud.lifesciences.v2beta.Action
Enable access to the FUSE device for this action.
getEnableFuse() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
Enable access to the FUSE device for this action.
getEnableStackdriverMonitoring() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Whether Stackdriver monitoring should be enabled on the VM.
getEnableStackdriverMonitoring() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
Whether Stackdriver monitoring should be enabled on the VM.
getEnableStackdriverMonitoring() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
Whether Stackdriver monitoring should be enabled on the VM.
getEncryptedEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The encrypted environment to pass into the container.
getEncryptedEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Action
The encrypted environment to pass into the container.
getEncryptedEnvironment() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
The encrypted environment to pass into the container.
getEncryptedEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The encrypted environment to pass into every action.
getEncryptedEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The encrypted environment to pass into every action.
getEncryptedEnvironment() - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The encrypted environment to pass into every action.
getEncryptedEnvironmentBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The encrypted environment to pass into the container.
getEncryptedEnvironmentBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The encrypted environment to pass into every action.
getEncryptedEnvironmentOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The encrypted environment to pass into the container.
getEncryptedEnvironmentOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Action
The encrypted environment to pass into the container.
getEncryptedEnvironmentOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
The encrypted environment to pass into the container.
getEncryptedEnvironmentOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The encrypted environment to pass into every action.
getEncryptedEnvironmentOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The encrypted environment to pass into every action.
getEncryptedEnvironmentOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The encrypted environment to pass into every action.
getEndTime() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which execution was completed and resources were cleaned up.
getEndTime() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The time at which execution was completed and resources were cleaned up.
getEndTime() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The time at which execution was completed and resources were cleaned up.
getEndTimeBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which execution was completed and resources were cleaned up.
getEndTimeOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which execution was completed and resources were cleaned up.
getEndTimeOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The time at which execution was completed and resources were cleaned up.
getEndTimeOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The time at which execution was completed and resources were cleaned up.
getEntrypoint() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If specified, overrides the `ENTRYPOINT` specified in the container.
getEntrypoint() - Method in class com.google.cloud.lifesciences.v2beta.Action
If specified, overrides the `ENTRYPOINT` specified in the container.
getEntrypoint() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
If specified, overrides the `ENTRYPOINT` specified in the container.
getEntrypointBytes() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If specified, overrides the `ENTRYPOINT` specified in the container.
getEntrypointBytes() - Method in class com.google.cloud.lifesciences.v2beta.Action
If specified, overrides the `ENTRYPOINT` specified in the container.
getEntrypointBytes() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
If specified, overrides the `ENTRYPOINT` specified in the container.
getEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Deprecated.
getEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Action
Deprecated.
getEnvironment() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
Deprecated.
getEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
Deprecated.
getEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
Deprecated.
getEnvironment() - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
Deprecated.
getEnvironmentCount() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
getEnvironmentCount() - Method in class com.google.cloud.lifesciences.v2beta.Action
 
getEnvironmentCount() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
The environment to pass into the container.
getEnvironmentCount() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
getEnvironmentCount() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
getEnvironmentCount() - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The environment to pass into every action.
getEnvironmentMap() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The environment to pass into the container.
getEnvironmentMap() - Method in class com.google.cloud.lifesciences.v2beta.Action
The environment to pass into the container.
getEnvironmentMap() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
The environment to pass into the container.
getEnvironmentMap() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The environment to pass into every action.
getEnvironmentMap() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The environment to pass into every action.
getEnvironmentMap() - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The environment to pass into every action.
getEnvironmentOrDefault(String, String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The environment to pass into the container.
getEnvironmentOrDefault(String, String) - Method in class com.google.cloud.lifesciences.v2beta.Action
The environment to pass into the container.
getEnvironmentOrDefault(String, String) - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
The environment to pass into the container.
getEnvironmentOrDefault(String, String) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The environment to pass into every action.
getEnvironmentOrDefault(String, String) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The environment to pass into every action.
getEnvironmentOrDefault(String, String) - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The environment to pass into every action.
getEnvironmentOrThrow(String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The environment to pass into the container.
getEnvironmentOrThrow(String) - Method in class com.google.cloud.lifesciences.v2beta.Action
The environment to pass into the container.
getEnvironmentOrThrow(String) - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
The environment to pass into the container.
getEnvironmentOrThrow(String) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The environment to pass into every action.
getEnvironmentOrThrow(String) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The environment to pass into every action.
getEnvironmentOrThrow(String) - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The environment to pass into every action.
getEvents(int) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
getEvents(int) - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The list of events that have happened so far during the execution of this operation.
getEvents(int) - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The list of events that have happened so far during the execution of this operation.
getEventsBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
getEventsBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
getEventsCount() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
getEventsCount() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The list of events that have happened so far during the execution of this operation.
getEventsCount() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The list of events that have happened so far during the execution of this operation.
getEventsList() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
getEventsList() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The list of events that have happened so far during the execution of this operation.
getEventsList() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The list of events that have happened so far during the execution of this operation.
getEventsOrBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
getEventsOrBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The list of events that have happened so far during the execution of this operation.
getEventsOrBuilder(int) - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The list of events that have happened so far during the execution of this operation.
getEventsOrBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
getEventsOrBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The list of events that have happened so far during the execution of this operation.
getEventsOrBuilderList() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The list of events that have happened so far during the execution of this operation.
getExistingDisk() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a existing disk.
getExistingDisk() - Method in class com.google.cloud.lifesciences.v2beta.Volume
Configuration for a existing disk.
getExistingDisk() - Method in interface com.google.cloud.lifesciences.v2beta.VolumeOrBuilder
Configuration for a existing disk.
getExistingDiskBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a existing disk.
getExistingDiskOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a existing disk.
getExistingDiskOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Volume
Configuration for a existing disk.
getExistingDiskOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.VolumeOrBuilder
Configuration for a existing disk.
getExitStatus() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
The exit status of the container.
getExitStatus() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
The exit status of the container.
getExitStatus() - Method in interface com.google.cloud.lifesciences.v2beta.ContainerStoppedEventOrBuilder
The exit status of the container.
getExitStatus() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
The exit status of the container.
getExitStatus() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
The exit status of the container.
getExitStatus() - Method in interface com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEventOrBuilder
The exit status of the container.
getFailed() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.FailedEvent][google.cloud.lifesciences.v2beta.FailedEvent].
getFailed() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.FailedEvent][google.cloud.lifesciences.v2beta.FailedEvent].
getFailed() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.FailedEvent][google.cloud.lifesciences.v2beta.FailedEvent].
getFailedBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.FailedEvent][google.cloud.lifesciences.v2beta.FailedEvent].
getFailedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.FailedEvent][google.cloud.lifesciences.v2beta.FailedEvent].
getFailedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.FailedEvent][google.cloud.lifesciences.v2beta.FailedEvent].
getFailedOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.FailedEvent][google.cloud.lifesciences.v2beta.FailedEvent].
getHttpJsonOperationsClient() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
Returns the OperationsClient that can be used to query the status of a long-running operation returned by another API method call.
getHttpJsonOperationsStub() - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
getHttpJsonOperationsStub() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStub
 
getIgnoreExitStatus() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Normally, a non-zero exit status causes the pipeline to fail.
getIgnoreExitStatus() - Method in class com.google.cloud.lifesciences.v2beta.Action
Normally, a non-zero exit status causes the pipeline to fail.
getIgnoreExitStatus() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
Normally, a non-zero exit status causes the pipeline to fail.
getImageUri() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Required.
getImageUri() - Method in class com.google.cloud.lifesciences.v2beta.Action
Required.
getImageUri() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
Required.
getImageUri() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
The URI of the image that was pulled.
getImageUri() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
The URI of the image that was pulled.
getImageUri() - Method in interface com.google.cloud.lifesciences.v2beta.PullStartedEventOrBuilder
The URI of the image that was pulled.
getImageUri() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
The URI of the image that was pulled.
getImageUri() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
The URI of the image that was pulled.
getImageUri() - Method in interface com.google.cloud.lifesciences.v2beta.PullStoppedEventOrBuilder
The URI of the image that was pulled.
getImageUriBytes() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Required.
getImageUriBytes() - Method in class com.google.cloud.lifesciences.v2beta.Action
Required.
getImageUriBytes() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
Required.
getImageUriBytes() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
The URI of the image that was pulled.
getImageUriBytes() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
The URI of the image that was pulled.
getImageUriBytes() - Method in interface com.google.cloud.lifesciences.v2beta.PullStartedEventOrBuilder
The URI of the image that was pulled.
getImageUriBytes() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
The URI of the image that was pulled.
getImageUriBytes() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
The URI of the image that was pulled.
getImageUriBytes() - Method in interface com.google.cloud.lifesciences.v2beta.PullStoppedEventOrBuilder
The URI of the image that was pulled.
getInstance() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
The worker's instance name.
getInstance() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
The worker's instance name.
getInstance() - Method in interface com.google.cloud.lifesciences.v2beta.WorkerAssignedEventOrBuilder
The worker's instance name.
getInstance() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
The worker's instance name.
getInstance() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
The worker's instance name.
getInstance() - Method in interface com.google.cloud.lifesciences.v2beta.WorkerReleasedEventOrBuilder
The worker's instance name.
getInstanceBytes() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
The worker's instance name.
getInstanceBytes() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
The worker's instance name.
getInstanceBytes() - Method in interface com.google.cloud.lifesciences.v2beta.WorkerAssignedEventOrBuilder
The worker's instance name.
getInstanceBytes() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
The worker's instance name.
getInstanceBytes() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
The worker's instance name.
getInstanceBytes() - Method in interface com.google.cloud.lifesciences.v2beta.WorkerReleasedEventOrBuilder
The worker's instance name.
getIpAddress() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
The public IP address that can be used to connect to the container.
getIpAddress() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
The public IP address that can be used to connect to the container.
getIpAddress() - Method in interface com.google.cloud.lifesciences.v2beta.ContainerStartedEventOrBuilder
The public IP address that can be used to connect to the container.
getIpAddressBytes() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
The public IP address that can be used to connect to the container.
getIpAddressBytes() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
The public IP address that can be used to connect to the container.
getIpAddressBytes() - Method in interface com.google.cloud.lifesciences.v2beta.ContainerStartedEventOrBuilder
The public IP address that can be used to connect to the container.
getKeyName() - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
The name of the Cloud KMS key that will be used to decrypt the secret value.
getKeyName() - Method in class com.google.cloud.lifesciences.v2beta.Secret
The name of the Cloud KMS key that will be used to decrypt the secret value.
getKeyName() - Method in interface com.google.cloud.lifesciences.v2beta.SecretOrBuilder
The name of the Cloud KMS key that will be used to decrypt the secret value.
getKeyNameBytes() - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
The name of the Cloud KMS key that will be used to decrypt the secret value.
getKeyNameBytes() - Method in class com.google.cloud.lifesciences.v2beta.Secret
The name of the Cloud KMS key that will be used to decrypt the secret value.
getKeyNameBytes() - Method in interface com.google.cloud.lifesciences.v2beta.SecretOrBuilder
The name of the Cloud KMS key that will be used to decrypt the secret value.
getLabels() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Deprecated.
getLabels() - Method in class com.google.cloud.lifesciences.v2beta.Action
Deprecated.
getLabels() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
Deprecated.
getLabels() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
Deprecated.
getLabels() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
Deprecated.
getLabels() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
Deprecated.
getLabels() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
Deprecated.
getLabels() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
Deprecated.
getLabels() - Method in interface com.google.cloud.lifesciences.v2beta.RunPipelineRequestOrBuilder
Deprecated.
getLabels() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Deprecated.
getLabels() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
Deprecated.
getLabels() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
Deprecated.
getLabelsCount() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
getLabelsCount() - Method in class com.google.cloud.lifesciences.v2beta.Action
 
getLabelsCount() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
Labels to associate with the action.
getLabelsCount() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
getLabelsCount() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
 
getLabelsCount() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The user-defined labels associated with this operation.
getLabelsCount() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
getLabelsCount() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
getLabelsCount() - Method in interface com.google.cloud.lifesciences.v2beta.RunPipelineRequestOrBuilder
User-defined labels to associate with the returned operation.
getLabelsCount() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
getLabelsCount() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
getLabelsCount() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
Optional set of labels to apply to the VM and any attached disk resources.
getLabelsMap() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Labels to associate with the action.
getLabelsMap() - Method in class com.google.cloud.lifesciences.v2beta.Action
Labels to associate with the action.
getLabelsMap() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
Labels to associate with the action.
getLabelsMap() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The user-defined labels associated with this operation.
getLabelsMap() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The user-defined labels associated with this operation.
getLabelsMap() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The user-defined labels associated with this operation.
getLabelsMap() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
User-defined labels to associate with the returned operation.
getLabelsMap() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
User-defined labels to associate with the returned operation.
getLabelsMap() - Method in interface com.google.cloud.lifesciences.v2beta.RunPipelineRequestOrBuilder
User-defined labels to associate with the returned operation.
getLabelsMap() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Optional set of labels to apply to the VM and any attached disk resources.
getLabelsMap() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
Optional set of labels to apply to the VM and any attached disk resources.
getLabelsMap() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
Optional set of labels to apply to the VM and any attached disk resources.
getLabelsOrDefault(String, String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Labels to associate with the action.
getLabelsOrDefault(String, String) - Method in class com.google.cloud.lifesciences.v2beta.Action
Labels to associate with the action.
getLabelsOrDefault(String, String) - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
Labels to associate with the action.
getLabelsOrDefault(String, String) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The user-defined labels associated with this operation.
getLabelsOrDefault(String, String) - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The user-defined labels associated with this operation.
getLabelsOrDefault(String, String) - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The user-defined labels associated with this operation.
getLabelsOrDefault(String, String) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
User-defined labels to associate with the returned operation.
getLabelsOrDefault(String, String) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
User-defined labels to associate with the returned operation.
getLabelsOrDefault(String, String) - Method in interface com.google.cloud.lifesciences.v2beta.RunPipelineRequestOrBuilder
User-defined labels to associate with the returned operation.
getLabelsOrDefault(String, String) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Optional set of labels to apply to the VM and any attached disk resources.
getLabelsOrDefault(String, String) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
Optional set of labels to apply to the VM and any attached disk resources.
getLabelsOrDefault(String, String) - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
Optional set of labels to apply to the VM and any attached disk resources.
getLabelsOrThrow(String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Labels to associate with the action.
getLabelsOrThrow(String) - Method in class com.google.cloud.lifesciences.v2beta.Action
Labels to associate with the action.
getLabelsOrThrow(String) - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
Labels to associate with the action.
getLabelsOrThrow(String) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The user-defined labels associated with this operation.
getLabelsOrThrow(String) - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The user-defined labels associated with this operation.
getLabelsOrThrow(String) - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The user-defined labels associated with this operation.
getLabelsOrThrow(String) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
User-defined labels to associate with the returned operation.
getLabelsOrThrow(String) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
User-defined labels to associate with the returned operation.
getLabelsOrThrow(String) - Method in interface com.google.cloud.lifesciences.v2beta.RunPipelineRequestOrBuilder
User-defined labels to associate with the returned operation.
getLabelsOrThrow(String) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Optional set of labels to apply to the VM and any attached disk resources.
getLabelsOrThrow(String) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
Optional set of labels to apply to the VM and any attached disk resources.
getLabelsOrThrow(String) - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
Optional set of labels to apply to the VM and any attached disk resources.
getLocation(GetLocationRequest) - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
Gets information about a location.
getLocationCallable() - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
 
getLocationCallable() - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
getLocationCallable() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStub
 
getLocationCallable() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
Gets information about a location.
getLocationSettings() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings.Builder
Returns the builder for the settings used for calls to getLocation.
getLocationSettings() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
Returns the object with the settings used for calls to getLocation.
getLocationSettings() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings.Builder
Returns the builder for the settings used for calls to getLocation.
getLocationSettings() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
Returns the object with the settings used for calls to getLocation.
getMachineType() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Required.
getMachineType() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
Required.
getMachineType() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
Required.
getMachineType() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
The machine type that was assigned for the worker.
getMachineType() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
The machine type that was assigned for the worker.
getMachineType() - Method in interface com.google.cloud.lifesciences.v2beta.WorkerAssignedEventOrBuilder
The machine type that was assigned for the worker.
getMachineTypeBytes() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Required.
getMachineTypeBytes() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
Required.
getMachineTypeBytes() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
Required.
getMachineTypeBytes() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
The machine type that was assigned for the worker.
getMachineTypeBytes() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
The machine type that was assigned for the worker.
getMachineTypeBytes() - Method in interface com.google.cloud.lifesciences.v2beta.WorkerAssignedEventOrBuilder
The machine type that was assigned for the worker.
getMethodDescriptors() - Static method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
getMetrics(int) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
getMetrics(int) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
getMetrics(int) - Method in interface com.google.cloud.lifesciences.v2beta.DelayedEventOrBuilder
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
getMetricsBytes(int) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
getMetricsBytes(int) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
getMetricsBytes(int) - Method in interface com.google.cloud.lifesciences.v2beta.DelayedEventOrBuilder
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
getMetricsCount() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
getMetricsCount() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
getMetricsCount() - Method in interface com.google.cloud.lifesciences.v2beta.DelayedEventOrBuilder
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
getMetricsList() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
getMetricsList() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
getMetricsList() - Method in interface com.google.cloud.lifesciences.v2beta.DelayedEventOrBuilder
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
getMounts(int) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
getMounts(int) - Method in class com.google.cloud.lifesciences.v2beta.Action
A list of mounts to make available to the action.
getMounts(int) - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
A list of mounts to make available to the action.
getMountsBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
getMountsBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
getMountsCount() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
getMountsCount() - Method in class com.google.cloud.lifesciences.v2beta.Action
A list of mounts to make available to the action.
getMountsCount() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
A list of mounts to make available to the action.
getMountsList() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
getMountsList() - Method in class com.google.cloud.lifesciences.v2beta.Action
A list of mounts to make available to the action.
getMountsList() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
A list of mounts to make available to the action.
getMountsOrBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
getMountsOrBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.Action
A list of mounts to make available to the action.
getMountsOrBuilder(int) - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
A list of mounts to make available to the action.
getMountsOrBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
getMountsOrBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.Action
A list of mounts to make available to the action.
getMountsOrBuilderList() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
A list of mounts to make available to the action.
getMutableEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Deprecated.
getMutableEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
Deprecated.
getMutableLabels() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Deprecated.
getMutableLabels() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
Deprecated.
getMutableLabels() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
Deprecated.
getMutableLabels() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Deprecated.
getMutablePortMappings() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Deprecated.
getMutablePortMappings() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
Deprecated.
getName() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
A user-supplied name for the disk.
getName() - Method in class com.google.cloud.lifesciences.v2beta.Disk
A user-supplied name for the disk.
getName() - Method in interface com.google.cloud.lifesciences.v2beta.DiskOrBuilder
A user-supplied name for the disk.
getNameBytes() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
A user-supplied name for the disk.
getNameBytes() - Method in class com.google.cloud.lifesciences.v2beta.Disk
A user-supplied name for the disk.
getNameBytes() - Method in interface com.google.cloud.lifesciences.v2beta.DiskOrBuilder
A user-supplied name for the disk.
getNetwork() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
The network name to attach the VM's network interface to.
getNetwork() - Method in class com.google.cloud.lifesciences.v2beta.Network
The network name to attach the VM's network interface to.
getNetwork() - Method in interface com.google.cloud.lifesciences.v2beta.NetworkOrBuilder
The network name to attach the VM's network interface to.
getNetwork() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The VM network configuration.
getNetwork() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The VM network configuration.
getNetwork() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The VM network configuration.
getNetworkBuilder() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The VM network configuration.
getNetworkBytes() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
The network name to attach the VM's network interface to.
getNetworkBytes() - Method in class com.google.cloud.lifesciences.v2beta.Network
The network name to attach the VM's network interface to.
getNetworkBytes() - Method in interface com.google.cloud.lifesciences.v2beta.NetworkOrBuilder
The network name to attach the VM's network interface to.
getNetworkOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The VM network configuration.
getNetworkOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The VM network configuration.
getNetworkOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The VM network configuration.
getNfsMount() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for an NFS mount.
getNfsMount() - Method in class com.google.cloud.lifesciences.v2beta.Volume
Configuration for an NFS mount.
getNfsMount() - Method in interface com.google.cloud.lifesciences.v2beta.VolumeOrBuilder
Configuration for an NFS mount.
getNfsMountBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for an NFS mount.
getNfsMountOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for an NFS mount.
getNfsMountOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Volume
Configuration for an NFS mount.
getNfsMountOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.VolumeOrBuilder
Configuration for an NFS mount.
getNumber() - Method in enum com.google.cloud.lifesciences.v2beta.Event.DetailsCase
 
getNumber() - Method in enum com.google.cloud.lifesciences.v2beta.Volume.StorageCase
 
getNvidiaDriverVersion() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Deprecated.
google.cloud.lifesciences.v2beta.VirtualMachine.nvidia_driver_version is deprecated. See google/cloud/lifesciences/v2beta/workflows.proto;l=411
getNvidiaDriverVersion() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
Deprecated.
google.cloud.lifesciences.v2beta.VirtualMachine.nvidia_driver_version is deprecated. See google/cloud/lifesciences/v2beta/workflows.proto;l=411
getNvidiaDriverVersion() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
Deprecated.
google.cloud.lifesciences.v2beta.VirtualMachine.nvidia_driver_version is deprecated. See google/cloud/lifesciences/v2beta/workflows.proto;l=411
getNvidiaDriverVersionBytes() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Deprecated.
google.cloud.lifesciences.v2beta.VirtualMachine.nvidia_driver_version is deprecated. See google/cloud/lifesciences/v2beta/workflows.proto;l=411
getNvidiaDriverVersionBytes() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
Deprecated.
google.cloud.lifesciences.v2beta.VirtualMachine.nvidia_driver_version is deprecated. See google/cloud/lifesciences/v2beta/workflows.proto;l=411
getNvidiaDriverVersionBytes() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
Deprecated.
google.cloud.lifesciences.v2beta.VirtualMachine.nvidia_driver_version is deprecated. See google/cloud/lifesciences/v2beta/workflows.proto;l=411
getOperationsClient() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
Returns the OperationsClient that can be used to query the status of a long-running operation returned by another API method call.
getOperationsStub() - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
 
getOperationsStub() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStub
 
getParent() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
The project and location that this request should be executed against.
getParent() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
The project and location that this request should be executed against.
getParent() - Method in interface com.google.cloud.lifesciences.v2beta.RunPipelineRequestOrBuilder
The project and location that this request should be executed against.
getParentBytes() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
The project and location that this request should be executed against.
getParentBytes() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
The project and location that this request should be executed against.
getParentBytes() - Method in interface com.google.cloud.lifesciences.v2beta.RunPipelineRequestOrBuilder
The project and location that this request should be executed against.
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.Action
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.Disk
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.Event
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.Mount
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.Network
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.Resources
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.Secret
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.Volume
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
getParserForType() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
getPath() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
The path to mount the disk inside the container.
getPath() - Method in class com.google.cloud.lifesciences.v2beta.Mount
The path to mount the disk inside the container.
getPath() - Method in interface com.google.cloud.lifesciences.v2beta.MountOrBuilder
The path to mount the disk inside the container.
getPathBytes() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
The path to mount the disk inside the container.
getPathBytes() - Method in class com.google.cloud.lifesciences.v2beta.Mount
The path to mount the disk inside the container.
getPathBytes() - Method in interface com.google.cloud.lifesciences.v2beta.MountOrBuilder
The path to mount the disk inside the container.
getPersistentDisk() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a persistent disk.
getPersistentDisk() - Method in class com.google.cloud.lifesciences.v2beta.Volume
Configuration for a persistent disk.
getPersistentDisk() - Method in interface com.google.cloud.lifesciences.v2beta.VolumeOrBuilder
Configuration for a persistent disk.
getPersistentDiskBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a persistent disk.
getPersistentDiskOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a persistent disk.
getPersistentDiskOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Volume
Configuration for a persistent disk.
getPersistentDiskOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.VolumeOrBuilder
Configuration for a persistent disk.
getPidNamespace() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
An optional identifier for a PID namespace to run the action inside.
getPidNamespace() - Method in class com.google.cloud.lifesciences.v2beta.Action
An optional identifier for a PID namespace to run the action inside.
getPidNamespace() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
An optional identifier for a PID namespace to run the action inside.
getPidNamespaceBytes() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
An optional identifier for a PID namespace to run the action inside.
getPidNamespaceBytes() - Method in class com.google.cloud.lifesciences.v2beta.Action
An optional identifier for a PID namespace to run the action inside.
getPidNamespaceBytes() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
An optional identifier for a PID namespace to run the action inside.
getPipeline() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The pipeline this operation represents.
getPipeline() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The pipeline this operation represents.
getPipeline() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The pipeline this operation represents.
getPipeline() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
Required.
getPipeline() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
Required.
getPipeline() - Method in interface com.google.cloud.lifesciences.v2beta.RunPipelineRequestOrBuilder
Required.
getPipelineBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The pipeline this operation represents.
getPipelineBuilder() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
Required.
getPipelineOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The pipeline this operation represents.
getPipelineOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The pipeline this operation represents.
getPipelineOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The pipeline this operation represents.
getPipelineOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
Required.
getPipelineOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
Required.
getPipelineOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.RunPipelineRequestOrBuilder
Required.
getPortMappings() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Deprecated.
getPortMappings() - Method in class com.google.cloud.lifesciences.v2beta.Action
Deprecated.
getPortMappings() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
Deprecated.
getPortMappings() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
Deprecated.
getPortMappings() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
Deprecated.
getPortMappings() - Method in interface com.google.cloud.lifesciences.v2beta.ContainerStartedEventOrBuilder
Deprecated.
getPortMappingsCount() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
getPortMappingsCount() - Method in class com.google.cloud.lifesciences.v2beta.Action
 
getPortMappingsCount() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
A map of containers to host port mappings for this container.
getPortMappingsCount() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
getPortMappingsCount() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
getPortMappingsCount() - Method in interface com.google.cloud.lifesciences.v2beta.ContainerStartedEventOrBuilder
The container-to-host port mappings installed for this container.
getPortMappingsMap() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A map of containers to host port mappings for this container.
getPortMappingsMap() - Method in class com.google.cloud.lifesciences.v2beta.Action
A map of containers to host port mappings for this container.
getPortMappingsMap() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
A map of containers to host port mappings for this container.
getPortMappingsMap() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
The container-to-host port mappings installed for this container.
getPortMappingsMap() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
The container-to-host port mappings installed for this container.
getPortMappingsMap() - Method in interface com.google.cloud.lifesciences.v2beta.ContainerStartedEventOrBuilder
The container-to-host port mappings installed for this container.
getPortMappingsOrDefault(int, int) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A map of containers to host port mappings for this container.
getPortMappingsOrDefault(int, int) - Method in class com.google.cloud.lifesciences.v2beta.Action
A map of containers to host port mappings for this container.
getPortMappingsOrDefault(int, int) - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
A map of containers to host port mappings for this container.
getPortMappingsOrDefault(int, int) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
The container-to-host port mappings installed for this container.
getPortMappingsOrDefault(int, int) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
The container-to-host port mappings installed for this container.
getPortMappingsOrDefault(int, int) - Method in interface com.google.cloud.lifesciences.v2beta.ContainerStartedEventOrBuilder
The container-to-host port mappings installed for this container.
getPortMappingsOrThrow(int) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A map of containers to host port mappings for this container.
getPortMappingsOrThrow(int) - Method in class com.google.cloud.lifesciences.v2beta.Action
A map of containers to host port mappings for this container.
getPortMappingsOrThrow(int) - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
A map of containers to host port mappings for this container.
getPortMappingsOrThrow(int) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
The container-to-host port mappings installed for this container.
getPortMappingsOrThrow(int) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
The container-to-host port mappings installed for this container.
getPortMappingsOrThrow(int) - Method in interface com.google.cloud.lifesciences.v2beta.ContainerStartedEventOrBuilder
The container-to-host port mappings installed for this container.
getPreemptible() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
If true, allocate a preemptible VM.
getPreemptible() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
If true, allocate a preemptible VM.
getPreemptible() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
If true, allocate a preemptible VM.
getPublishExposedPorts() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Exposes all ports specified by `EXPOSE` statements in the container.
getPublishExposedPorts() - Method in class com.google.cloud.lifesciences.v2beta.Action
Exposes all ports specified by `EXPOSE` statements in the container.
getPublishExposedPorts() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
Exposes all ports specified by `EXPOSE` statements in the container.
getPubSubTopic() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
getPubSubTopic() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
getPubSubTopic() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
getPubSubTopic() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
The name of an existing Pub/Sub topic.
getPubSubTopic() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
The name of an existing Pub/Sub topic.
getPubSubTopic() - Method in interface com.google.cloud.lifesciences.v2beta.RunPipelineRequestOrBuilder
The name of an existing Pub/Sub topic.
getPubSubTopicBytes() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
getPubSubTopicBytes() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
getPubSubTopicBytes() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
getPubSubTopicBytes() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
The name of an existing Pub/Sub topic.
getPubSubTopicBytes() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
The name of an existing Pub/Sub topic.
getPubSubTopicBytes() - Method in interface com.google.cloud.lifesciences.v2beta.RunPipelineRequestOrBuilder
The name of an existing Pub/Sub topic.
getPullStarted() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStartedEvent][google.cloud.lifesciences.v2beta.PullStartedEvent].
getPullStarted() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.PullStartedEvent][google.cloud.lifesciences.v2beta.PullStartedEvent].
getPullStarted() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.PullStartedEvent][google.cloud.lifesciences.v2beta.PullStartedEvent].
getPullStartedBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStartedEvent][google.cloud.lifesciences.v2beta.PullStartedEvent].
getPullStartedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStartedEvent][google.cloud.lifesciences.v2beta.PullStartedEvent].
getPullStartedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.PullStartedEvent][google.cloud.lifesciences.v2beta.PullStartedEvent].
getPullStartedOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.PullStartedEvent][google.cloud.lifesciences.v2beta.PullStartedEvent].
getPullStopped() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStoppedEvent][google.cloud.lifesciences.v2beta.PullStoppedEvent].
getPullStopped() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.PullStoppedEvent][google.cloud.lifesciences.v2beta.PullStoppedEvent].
getPullStopped() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.PullStoppedEvent][google.cloud.lifesciences.v2beta.PullStoppedEvent].
getPullStoppedBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStoppedEvent][google.cloud.lifesciences.v2beta.PullStoppedEvent].
getPullStoppedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStoppedEvent][google.cloud.lifesciences.v2beta.PullStoppedEvent].
getPullStoppedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.PullStoppedEvent][google.cloud.lifesciences.v2beta.PullStoppedEvent].
getPullStoppedOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.PullStoppedEvent][google.cloud.lifesciences.v2beta.PullStoppedEvent].
getReadOnly() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
If true, the disk is mounted read-only inside the container.
getReadOnly() - Method in class com.google.cloud.lifesciences.v2beta.Mount
If true, the disk is mounted read-only inside the container.
getReadOnly() - Method in interface com.google.cloud.lifesciences.v2beta.MountOrBuilder
If true, the disk is mounted read-only inside the container.
getRegions(int) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of regions allowed for VM allocation.
getRegions(int) - Method in class com.google.cloud.lifesciences.v2beta.Resources
The list of regions allowed for VM allocation.
getRegions(int) - Method in interface com.google.cloud.lifesciences.v2beta.ResourcesOrBuilder
The list of regions allowed for VM allocation.
getRegionsBytes(int) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of regions allowed for VM allocation.
getRegionsBytes(int) - Method in class com.google.cloud.lifesciences.v2beta.Resources
The list of regions allowed for VM allocation.
getRegionsBytes(int) - Method in interface com.google.cloud.lifesciences.v2beta.ResourcesOrBuilder
The list of regions allowed for VM allocation.
getRegionsCount() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of regions allowed for VM allocation.
getRegionsCount() - Method in class com.google.cloud.lifesciences.v2beta.Resources
The list of regions allowed for VM allocation.
getRegionsCount() - Method in interface com.google.cloud.lifesciences.v2beta.ResourcesOrBuilder
The list of regions allowed for VM allocation.
getRegionsList() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of regions allowed for VM allocation.
getRegionsList() - Method in class com.google.cloud.lifesciences.v2beta.Resources
The list of regions allowed for VM allocation.
getRegionsList() - Method in interface com.google.cloud.lifesciences.v2beta.ResourcesOrBuilder
The list of regions allowed for VM allocation.
getReservation() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
If specified, the VM will only be allocated inside the matching reservation.
getReservation() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
If specified, the VM will only be allocated inside the matching reservation.
getReservation() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
If specified, the VM will only be allocated inside the matching reservation.
getReservationBytes() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
If specified, the VM will only be allocated inside the matching reservation.
getReservationBytes() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
If specified, the VM will only be allocated inside the matching reservation.
getReservationBytes() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
If specified, the VM will only be allocated inside the matching reservation.
getResources() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The resources required for execution.
getResources() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The resources required for execution.
getResources() - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The resources required for execution.
getResourcesBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The resources required for execution.
getResourcesOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The resources required for execution.
getResourcesOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The resources required for execution.
getResourcesOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The resources required for execution.
getRunInBackground() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
This flag allows an action to continue running in the background while executing subsequent actions.
getRunInBackground() - Method in class com.google.cloud.lifesciences.v2beta.Action
This flag allows an action to continue running in the background while executing subsequent actions.
getRunInBackground() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
This flag allows an action to continue running in the background while executing subsequent actions.
getRunPipelineMethod() - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc
 
getScopes(int) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
getScopes(int) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
getScopes(int) - Method in interface com.google.cloud.lifesciences.v2beta.ServiceAccountOrBuilder
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
getScopesBytes(int) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
getScopesBytes(int) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
getScopesBytes(int) - Method in interface com.google.cloud.lifesciences.v2beta.ServiceAccountOrBuilder
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
getScopesCount() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
getScopesCount() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
getScopesCount() - Method in interface com.google.cloud.lifesciences.v2beta.ServiceAccountOrBuilder
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
getScopesList() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
getScopesList() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
getScopesList() - Method in interface com.google.cloud.lifesciences.v2beta.ServiceAccountOrBuilder
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.Action
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.Disk
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.Event
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.Mount
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.Network
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.Resources
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.Secret
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.Volume
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
getSerializedSize() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
getServiceAccount() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The service account to install on the VM.
getServiceAccount() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The service account to install on the VM.
getServiceAccount() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The service account to install on the VM.
getServiceAccountBuilder() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The service account to install on the VM.
getServiceAccountOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The service account to install on the VM.
getServiceAccountOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The service account to install on the VM.
getServiceAccountOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The service account to install on the VM.
getServiceDescriptor() - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc
 
getSettings() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
 
getSizeGb() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
The size, in GB, of the disk to attach.
getSizeGb() - Method in class com.google.cloud.lifesciences.v2beta.Disk
The size, in GB, of the disk to attach.
getSizeGb() - Method in interface com.google.cloud.lifesciences.v2beta.DiskOrBuilder
The size, in GB, of the disk to attach.
getSizeGb() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
The size, in GB, of the disk to attach.
getSizeGb() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
The size, in GB, of the disk to attach.
getSizeGb() - Method in interface com.google.cloud.lifesciences.v2beta.PersistentDiskOrBuilder
The size, in GB, of the disk to attach.
getSourceImage() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
An optional image to put on the disk before attaching it to the VM.
getSourceImage() - Method in class com.google.cloud.lifesciences.v2beta.Disk
An optional image to put on the disk before attaching it to the VM.
getSourceImage() - Method in interface com.google.cloud.lifesciences.v2beta.DiskOrBuilder
An optional image to put on the disk before attaching it to the VM.
getSourceImage() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
An image to put on the disk before attaching it to the VM.
getSourceImage() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
An image to put on the disk before attaching it to the VM.
getSourceImage() - Method in interface com.google.cloud.lifesciences.v2beta.PersistentDiskOrBuilder
An image to put on the disk before attaching it to the VM.
getSourceImageBytes() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
An optional image to put on the disk before attaching it to the VM.
getSourceImageBytes() - Method in class com.google.cloud.lifesciences.v2beta.Disk
An optional image to put on the disk before attaching it to the VM.
getSourceImageBytes() - Method in interface com.google.cloud.lifesciences.v2beta.DiskOrBuilder
An optional image to put on the disk before attaching it to the VM.
getSourceImageBytes() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
An image to put on the disk before attaching it to the VM.
getSourceImageBytes() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
An image to put on the disk before attaching it to the VM.
getSourceImageBytes() - Method in interface com.google.cloud.lifesciences.v2beta.PersistentDiskOrBuilder
An image to put on the disk before attaching it to the VM.
getStartTime() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The first time at which resources were allocated to execute the pipeline.
getStartTime() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The first time at which resources were allocated to execute the pipeline.
getStartTime() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The first time at which resources were allocated to execute the pipeline.
getStartTimeBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The first time at which resources were allocated to execute the pipeline.
getStartTimeOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The first time at which resources were allocated to execute the pipeline.
getStartTimeOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The first time at which resources were allocated to execute the pipeline.
getStartTimeOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The first time at which resources were allocated to execute the pipeline.
getStderr() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
The tail end of any content written to standard error by the container.
getStderr() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
The tail end of any content written to standard error by the container.
getStderr() - Method in interface com.google.cloud.lifesciences.v2beta.ContainerStoppedEventOrBuilder
The tail end of any content written to standard error by the container.
getStderrBytes() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
The tail end of any content written to standard error by the container.
getStderrBytes() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
The tail end of any content written to standard error by the container.
getStderrBytes() - Method in interface com.google.cloud.lifesciences.v2beta.ContainerStoppedEventOrBuilder
The tail end of any content written to standard error by the container.
getStorageCase() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
getStorageCase() - Method in class com.google.cloud.lifesciences.v2beta.Volume
 
getStorageCase() - Method in interface com.google.cloud.lifesciences.v2beta.VolumeOrBuilder
 
getStub() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
 
getStubSettingsBuilder() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings.Builder
 
getSubnetwork() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
If the specified network is configured for custom subnet creation, the name of the subnetwork to attach the instance to must be specified here.
getSubnetwork() - Method in class com.google.cloud.lifesciences.v2beta.Network
If the specified network is configured for custom subnet creation, the name of the subnetwork to attach the instance to must be specified here.
getSubnetwork() - Method in interface com.google.cloud.lifesciences.v2beta.NetworkOrBuilder
If the specified network is configured for custom subnet creation, the name of the subnetwork to attach the instance to must be specified here.
getSubnetworkBytes() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
If the specified network is configured for custom subnet creation, the name of the subnetwork to attach the instance to must be specified here.
getSubnetworkBytes() - Method in class com.google.cloud.lifesciences.v2beta.Network
If the specified network is configured for custom subnet creation, the name of the subnetwork to attach the instance to must be specified here.
getSubnetworkBytes() - Method in interface com.google.cloud.lifesciences.v2beta.NetworkOrBuilder
If the specified network is configured for custom subnet creation, the name of the subnetwork to attach the instance to must be specified here.
getTarget() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
A target NFS mount.
getTarget() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount
A target NFS mount.
getTarget() - Method in interface com.google.cloud.lifesciences.v2beta.NFSMountOrBuilder
A target NFS mount.
getTargetBytes() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
A target NFS mount.
getTargetBytes() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount
A target NFS mount.
getTargetBytes() - Method in interface com.google.cloud.lifesciences.v2beta.NFSMountOrBuilder
A target NFS mount.
getTimeout() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The maximum amount of time to give the action to complete.
getTimeout() - Method in class com.google.cloud.lifesciences.v2beta.Action
The maximum amount of time to give the action to complete.
getTimeout() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
The maximum amount of time to give the action to complete.
getTimeout() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The maximum amount of time to give the pipeline to complete.
getTimeout() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The maximum amount of time to give the pipeline to complete.
getTimeout() - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The maximum amount of time to give the pipeline to complete.
getTimeoutBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The maximum amount of time to give the action to complete.
getTimeoutBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The maximum amount of time to give the pipeline to complete.
getTimeoutOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The maximum amount of time to give the action to complete.
getTimeoutOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Action
The maximum amount of time to give the action to complete.
getTimeoutOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
The maximum amount of time to give the action to complete.
getTimeoutOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The maximum amount of time to give the pipeline to complete.
getTimeoutOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The maximum amount of time to give the pipeline to complete.
getTimeoutOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The maximum amount of time to give the pipeline to complete.
getTimestamp() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
The time at which the event occurred.
getTimestamp() - Method in class com.google.cloud.lifesciences.v2beta.Event
The time at which the event occurred.
getTimestamp() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
The time at which the event occurred.
getTimestampBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
The time at which the event occurred.
getTimestampOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
The time at which the event occurred.
getTimestampOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event
The time at which the event occurred.
getTimestampOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
The time at which the event occurred.
getType() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
The accelerator type string (for example, "nvidia-tesla-k80").
getType() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator
The accelerator type string (for example, "nvidia-tesla-k80").
getType() - Method in interface com.google.cloud.lifesciences.v2beta.AcceleratorOrBuilder
The accelerator type string (for example, "nvidia-tesla-k80").
getType() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
The Compute Engine disk type.
getType() - Method in class com.google.cloud.lifesciences.v2beta.Disk
The Compute Engine disk type.
getType() - Method in interface com.google.cloud.lifesciences.v2beta.DiskOrBuilder
The Compute Engine disk type.
getType() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
The Compute Engine disk type.
getType() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
The Compute Engine disk type.
getType() - Method in interface com.google.cloud.lifesciences.v2beta.PersistentDiskOrBuilder
The Compute Engine disk type.
getTypeBytes() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
The accelerator type string (for example, "nvidia-tesla-k80").
getTypeBytes() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator
The accelerator type string (for example, "nvidia-tesla-k80").
getTypeBytes() - Method in interface com.google.cloud.lifesciences.v2beta.AcceleratorOrBuilder
The accelerator type string (for example, "nvidia-tesla-k80").
getTypeBytes() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
The Compute Engine disk type.
getTypeBytes() - Method in class com.google.cloud.lifesciences.v2beta.Disk
The Compute Engine disk type.
getTypeBytes() - Method in interface com.google.cloud.lifesciences.v2beta.DiskOrBuilder
The Compute Engine disk type.
getTypeBytes() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
The Compute Engine disk type.
getTypeBytes() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
The Compute Engine disk type.
getTypeBytes() - Method in interface com.google.cloud.lifesciences.v2beta.PersistentDiskOrBuilder
The Compute Engine disk type.
getUnexpectedExitStatus() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent][google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent].
getUnexpectedExitStatus() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent][google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent].
getUnexpectedExitStatus() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent][google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent].
getUnexpectedExitStatusBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent][google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent].
getUnexpectedExitStatusOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent][google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent].
getUnexpectedExitStatusOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent][google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent].
getUnexpectedExitStatusOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent][google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent].
getUsePrivateAddress() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
If set to true, do not attach a public IP address to the VM.
getUsePrivateAddress() - Method in class com.google.cloud.lifesciences.v2beta.Network
If set to true, do not attach a public IP address to the VM.
getUsePrivateAddress() - Method in interface com.google.cloud.lifesciences.v2beta.NetworkOrBuilder
If set to true, do not attach a public IP address to the VM.
getVirtualMachine() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The virtual machine specification.
getVirtualMachine() - Method in class com.google.cloud.lifesciences.v2beta.Resources
The virtual machine specification.
getVirtualMachine() - Method in interface com.google.cloud.lifesciences.v2beta.ResourcesOrBuilder
The virtual machine specification.
getVirtualMachineBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The virtual machine specification.
getVirtualMachineOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The virtual machine specification.
getVirtualMachineOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Resources
The virtual machine specification.
getVirtualMachineOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.ResourcesOrBuilder
The virtual machine specification.
getVolume() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
A user-supplied name for the volume.
getVolume() - Method in class com.google.cloud.lifesciences.v2beta.Volume
A user-supplied name for the volume.
getVolume() - Method in interface com.google.cloud.lifesciences.v2beta.VolumeOrBuilder
A user-supplied name for the volume.
getVolumeBytes() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
A user-supplied name for the volume.
getVolumeBytes() - Method in class com.google.cloud.lifesciences.v2beta.Volume
A user-supplied name for the volume.
getVolumeBytes() - Method in interface com.google.cloud.lifesciences.v2beta.VolumeOrBuilder
A user-supplied name for the volume.
getVolumes(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
getVolumes(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The list of disks and other storage to create or attach to the VM.
getVolumes(int) - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The list of disks and other storage to create or attach to the VM.
getVolumesBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
getVolumesBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
getVolumesCount() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
getVolumesCount() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The list of disks and other storage to create or attach to the VM.
getVolumesCount() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The list of disks and other storage to create or attach to the VM.
getVolumesList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
getVolumesList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The list of disks and other storage to create or attach to the VM.
getVolumesList() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The list of disks and other storage to create or attach to the VM.
getVolumesOrBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
getVolumesOrBuilder(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The list of disks and other storage to create or attach to the VM.
getVolumesOrBuilder(int) - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The list of disks and other storage to create or attach to the VM.
getVolumesOrBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
getVolumesOrBuilderList() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The list of disks and other storage to create or attach to the VM.
getVolumesOrBuilderList() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The list of disks and other storage to create or attach to the VM.
getWorkerAssigned() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerAssignedEvent][google.cloud.lifesciences.v2beta.WorkerAssignedEvent].
getWorkerAssigned() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.WorkerAssignedEvent][google.cloud.lifesciences.v2beta.WorkerAssignedEvent].
getWorkerAssigned() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.WorkerAssignedEvent][google.cloud.lifesciences.v2beta.WorkerAssignedEvent].
getWorkerAssignedBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerAssignedEvent][google.cloud.lifesciences.v2beta.WorkerAssignedEvent].
getWorkerAssignedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerAssignedEvent][google.cloud.lifesciences.v2beta.WorkerAssignedEvent].
getWorkerAssignedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.WorkerAssignedEvent][google.cloud.lifesciences.v2beta.WorkerAssignedEvent].
getWorkerAssignedOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.WorkerAssignedEvent][google.cloud.lifesciences.v2beta.WorkerAssignedEvent].
getWorkerReleased() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerReleasedEvent][google.cloud.lifesciences.v2beta.WorkerReleasedEvent].
getWorkerReleased() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.WorkerReleasedEvent][google.cloud.lifesciences.v2beta.WorkerReleasedEvent].
getWorkerReleased() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.WorkerReleasedEvent][google.cloud.lifesciences.v2beta.WorkerReleasedEvent].
getWorkerReleasedBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerReleasedEvent][google.cloud.lifesciences.v2beta.WorkerReleasedEvent].
getWorkerReleasedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerReleasedEvent][google.cloud.lifesciences.v2beta.WorkerReleasedEvent].
getWorkerReleasedOrBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.WorkerReleasedEvent][google.cloud.lifesciences.v2beta.WorkerReleasedEvent].
getWorkerReleasedOrBuilder() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.WorkerReleasedEvent][google.cloud.lifesciences.v2beta.WorkerReleasedEvent].
getZone() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
The zone the worker is running in.
getZone() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
The zone the worker is running in.
getZone() - Method in interface com.google.cloud.lifesciences.v2beta.WorkerAssignedEventOrBuilder
The zone the worker is running in.
getZone() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
The zone the worker was running in.
getZone() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
The zone the worker was running in.
getZone() - Method in interface com.google.cloud.lifesciences.v2beta.WorkerReleasedEventOrBuilder
The zone the worker was running in.
getZoneBytes() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
The zone the worker is running in.
getZoneBytes() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
The zone the worker is running in.
getZoneBytes() - Method in interface com.google.cloud.lifesciences.v2beta.WorkerAssignedEventOrBuilder
The zone the worker is running in.
getZoneBytes() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
The zone the worker was running in.
getZoneBytes() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
The zone the worker was running in.
getZoneBytes() - Method in interface com.google.cloud.lifesciences.v2beta.WorkerReleasedEventOrBuilder
The zone the worker was running in.
getZones(int) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of zones allowed for VM allocation.
getZones(int) - Method in class com.google.cloud.lifesciences.v2beta.Resources
The list of zones allowed for VM allocation.
getZones(int) - Method in interface com.google.cloud.lifesciences.v2beta.ResourcesOrBuilder
The list of zones allowed for VM allocation.
getZonesBytes(int) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of zones allowed for VM allocation.
getZonesBytes(int) - Method in class com.google.cloud.lifesciences.v2beta.Resources
The list of zones allowed for VM allocation.
getZonesBytes(int) - Method in interface com.google.cloud.lifesciences.v2beta.ResourcesOrBuilder
The list of zones allowed for VM allocation.
getZonesCount() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of zones allowed for VM allocation.
getZonesCount() - Method in class com.google.cloud.lifesciences.v2beta.Resources
The list of zones allowed for VM allocation.
getZonesCount() - Method in interface com.google.cloud.lifesciences.v2beta.ResourcesOrBuilder
The list of zones allowed for VM allocation.
getZonesList() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of zones allowed for VM allocation.
getZonesList() - Method in class com.google.cloud.lifesciences.v2beta.Resources
The list of zones allowed for VM allocation.
getZonesList() - Method in interface com.google.cloud.lifesciences.v2beta.ResourcesOrBuilder
The list of zones allowed for VM allocation.
GrpcWorkflowsServiceV2BetaCallableFactory - Class in com.google.cloud.lifesciences.v2beta.stub
gRPC callable factory implementation for the WorkflowsServiceV2Beta service API.
GrpcWorkflowsServiceV2BetaCallableFactory() - Constructor for class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaCallableFactory
 
GrpcWorkflowsServiceV2BetaStub - Class in com.google.cloud.lifesciences.v2beta.stub
gRPC stub implementation for the WorkflowsServiceV2Beta service API.
GrpcWorkflowsServiceV2BetaStub(WorkflowsServiceV2BetaStubSettings, ClientContext) - Constructor for class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
Constructs an instance of GrpcWorkflowsServiceV2BetaStub, using the given settings.
GrpcWorkflowsServiceV2BetaStub(WorkflowsServiceV2BetaStubSettings, ClientContext, GrpcStubCallableFactory) - Constructor for class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
Constructs an instance of GrpcWorkflowsServiceV2BetaStub, using the given settings.

H

hasContainerKilled() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerKilledEvent][google.cloud.lifesciences.v2beta.ContainerKilledEvent].
hasContainerKilled() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.ContainerKilledEvent][google.cloud.lifesciences.v2beta.ContainerKilledEvent].
hasContainerKilled() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.ContainerKilledEvent][google.cloud.lifesciences.v2beta.ContainerKilledEvent].
hasContainerStarted() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStartedEvent][google.cloud.lifesciences.v2beta.ContainerStartedEvent].
hasContainerStarted() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.ContainerStartedEvent][google.cloud.lifesciences.v2beta.ContainerStartedEvent].
hasContainerStarted() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.ContainerStartedEvent][google.cloud.lifesciences.v2beta.ContainerStartedEvent].
hasContainerStopped() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStoppedEvent][google.cloud.lifesciences.v2beta.ContainerStoppedEvent].
hasContainerStopped() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.ContainerStoppedEvent][google.cloud.lifesciences.v2beta.ContainerStoppedEvent].
hasContainerStopped() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.ContainerStoppedEvent][google.cloud.lifesciences.v2beta.ContainerStoppedEvent].
hasCreateTime() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which the operation was created by the API.
hasCreateTime() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The time at which the operation was created by the API.
hasCreateTime() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The time at which the operation was created by the API.
hasCredentials() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If the specified image is hosted on a private registry other than Google Container Registry, the credentials required to pull the image must be specified here as an encrypted secret.
hasCredentials() - Method in class com.google.cloud.lifesciences.v2beta.Action
If the specified image is hosted on a private registry other than Google Container Registry, the credentials required to pull the image must be specified here as an encrypted secret.
hasCredentials() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
If the specified image is hosted on a private registry other than Google Container Registry, the credentials required to pull the image must be specified here as an encrypted secret.
hasDelayed() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.DelayedEvent][google.cloud.lifesciences.v2beta.DelayedEvent].
hasDelayed() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.DelayedEvent][google.cloud.lifesciences.v2beta.DelayedEvent].
hasDelayed() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.DelayedEvent][google.cloud.lifesciences.v2beta.DelayedEvent].
hasEncryptedEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The encrypted environment to pass into the container.
hasEncryptedEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Action
The encrypted environment to pass into the container.
hasEncryptedEnvironment() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
The encrypted environment to pass into the container.
hasEncryptedEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The encrypted environment to pass into every action.
hasEncryptedEnvironment() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The encrypted environment to pass into every action.
hasEncryptedEnvironment() - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The encrypted environment to pass into every action.
hasEndTime() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which execution was completed and resources were cleaned up.
hasEndTime() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The time at which execution was completed and resources were cleaned up.
hasEndTime() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The time at which execution was completed and resources were cleaned up.
hasExistingDisk() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a existing disk.
hasExistingDisk() - Method in class com.google.cloud.lifesciences.v2beta.Volume
Configuration for a existing disk.
hasExistingDisk() - Method in interface com.google.cloud.lifesciences.v2beta.VolumeOrBuilder
Configuration for a existing disk.
hasFailed() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.FailedEvent][google.cloud.lifesciences.v2beta.FailedEvent].
hasFailed() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.FailedEvent][google.cloud.lifesciences.v2beta.FailedEvent].
hasFailed() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.FailedEvent][google.cloud.lifesciences.v2beta.FailedEvent].
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.Action
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.Disk
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.Event
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.Mount
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.Network
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.Resources
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.Secret
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.Volume
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
hashCode() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
hasNetwork() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The VM network configuration.
hasNetwork() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The VM network configuration.
hasNetwork() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The VM network configuration.
hasNfsMount() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for an NFS mount.
hasNfsMount() - Method in class com.google.cloud.lifesciences.v2beta.Volume
Configuration for an NFS mount.
hasNfsMount() - Method in interface com.google.cloud.lifesciences.v2beta.VolumeOrBuilder
Configuration for an NFS mount.
hasPersistentDisk() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a persistent disk.
hasPersistentDisk() - Method in class com.google.cloud.lifesciences.v2beta.Volume
Configuration for a persistent disk.
hasPersistentDisk() - Method in interface com.google.cloud.lifesciences.v2beta.VolumeOrBuilder
Configuration for a persistent disk.
hasPipeline() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The pipeline this operation represents.
hasPipeline() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The pipeline this operation represents.
hasPipeline() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The pipeline this operation represents.
hasPipeline() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
Required.
hasPipeline() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
Required.
hasPipeline() - Method in interface com.google.cloud.lifesciences.v2beta.RunPipelineRequestOrBuilder
Required.
hasPullStarted() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStartedEvent][google.cloud.lifesciences.v2beta.PullStartedEvent].
hasPullStarted() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.PullStartedEvent][google.cloud.lifesciences.v2beta.PullStartedEvent].
hasPullStarted() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.PullStartedEvent][google.cloud.lifesciences.v2beta.PullStartedEvent].
hasPullStopped() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStoppedEvent][google.cloud.lifesciences.v2beta.PullStoppedEvent].
hasPullStopped() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.PullStoppedEvent][google.cloud.lifesciences.v2beta.PullStoppedEvent].
hasPullStopped() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.PullStoppedEvent][google.cloud.lifesciences.v2beta.PullStoppedEvent].
hasResources() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The resources required for execution.
hasResources() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The resources required for execution.
hasResources() - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The resources required for execution.
hasServiceAccount() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The service account to install on the VM.
hasServiceAccount() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
The service account to install on the VM.
hasServiceAccount() - Method in interface com.google.cloud.lifesciences.v2beta.VirtualMachineOrBuilder
The service account to install on the VM.
hasStartTime() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The first time at which resources were allocated to execute the pipeline.
hasStartTime() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
The first time at which resources were allocated to execute the pipeline.
hasStartTime() - Method in interface com.google.cloud.lifesciences.v2beta.MetadataOrBuilder
The first time at which resources were allocated to execute the pipeline.
hasTimeout() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The maximum amount of time to give the action to complete.
hasTimeout() - Method in class com.google.cloud.lifesciences.v2beta.Action
The maximum amount of time to give the action to complete.
hasTimeout() - Method in interface com.google.cloud.lifesciences.v2beta.ActionOrBuilder
The maximum amount of time to give the action to complete.
hasTimeout() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The maximum amount of time to give the pipeline to complete.
hasTimeout() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
The maximum amount of time to give the pipeline to complete.
hasTimeout() - Method in interface com.google.cloud.lifesciences.v2beta.PipelineOrBuilder
The maximum amount of time to give the pipeline to complete.
hasTimestamp() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
The time at which the event occurred.
hasTimestamp() - Method in class com.google.cloud.lifesciences.v2beta.Event
The time at which the event occurred.
hasTimestamp() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
The time at which the event occurred.
hasUnexpectedExitStatus() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent][google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent].
hasUnexpectedExitStatus() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent][google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent].
hasUnexpectedExitStatus() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent][google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent].
hasVirtualMachine() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The virtual machine specification.
hasVirtualMachine() - Method in class com.google.cloud.lifesciences.v2beta.Resources
The virtual machine specification.
hasVirtualMachine() - Method in interface com.google.cloud.lifesciences.v2beta.ResourcesOrBuilder
The virtual machine specification.
hasWorkerAssigned() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerAssignedEvent][google.cloud.lifesciences.v2beta.WorkerAssignedEvent].
hasWorkerAssigned() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.WorkerAssignedEvent][google.cloud.lifesciences.v2beta.WorkerAssignedEvent].
hasWorkerAssigned() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.WorkerAssignedEvent][google.cloud.lifesciences.v2beta.WorkerAssignedEvent].
hasWorkerReleased() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerReleasedEvent][google.cloud.lifesciences.v2beta.WorkerReleasedEvent].
hasWorkerReleased() - Method in class com.google.cloud.lifesciences.v2beta.Event
See [google.cloud.lifesciences.v2beta.WorkerReleasedEvent][google.cloud.lifesciences.v2beta.WorkerReleasedEvent].
hasWorkerReleased() - Method in interface com.google.cloud.lifesciences.v2beta.EventOrBuilder
See [google.cloud.lifesciences.v2beta.WorkerReleasedEvent][google.cloud.lifesciences.v2beta.WorkerReleasedEvent].
HttpJsonWorkflowsServiceV2BetaCallableFactory - Class in com.google.cloud.lifesciences.v2beta.stub
REST callable factory implementation for the WorkflowsServiceV2Beta service API.
HttpJsonWorkflowsServiceV2BetaCallableFactory() - Constructor for class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaCallableFactory
 
HttpJsonWorkflowsServiceV2BetaStub - Class in com.google.cloud.lifesciences.v2beta.stub
REST stub implementation for the WorkflowsServiceV2Beta service API.
HttpJsonWorkflowsServiceV2BetaStub(WorkflowsServiceV2BetaStubSettings, ClientContext) - Constructor for class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
Constructs an instance of HttpJsonWorkflowsServiceV2BetaStub, using the given settings.
HttpJsonWorkflowsServiceV2BetaStub(WorkflowsServiceV2BetaStubSettings, ClientContext, HttpJsonStubCallableFactory) - Constructor for class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
Constructs an instance of HttpJsonWorkflowsServiceV2BetaStub, using the given settings.

I

IGNORE_EXIT_STATUS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
IMAGE_URI_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
IMAGE_URI_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
IMAGE_URI_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
INSTANCE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
INSTANCE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Action
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Disk
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Event
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Mount
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Network
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Resources
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Secret
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.Volume
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
internalGetMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
internalGetMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.Action
 
internalGetMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
internalGetMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
internalGetMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
internalGetMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.Metadata
 
internalGetMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
internalGetMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
internalGetMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
internalGetMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
internalGetMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
internalGetMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
internalGetMutableMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
internalGetMutableMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
internalGetMutableMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
internalGetMutableMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
internalGetMutableMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
internalGetMutableMapField(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
IP_ADDRESS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Action
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Disk
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Event
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Mount
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Network
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Resources
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Secret
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.Volume
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
isInitialized() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
isShutdown() - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
 
isShutdown() - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
isShutdown() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
 
isTerminated() - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
 
isTerminated() - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
isTerminated() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
 

K

KEY_NAME_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Secret
 

L

LABELS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
LABELS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Metadata
 
LABELS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
LABELS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
listLocations(ListLocationsRequest) - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
Lists information about the supported locations for this service.
listLocationsCallable() - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
 
listLocationsCallable() - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
listLocationsCallable() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStub
 
listLocationsCallable() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
Lists information about the supported locations for this service.
listLocationsPagedCallable() - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
 
listLocationsPagedCallable() - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
listLocationsPagedCallable() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStub
 
listLocationsPagedCallable() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
Lists information about the supported locations for this service.
listLocationsSettings() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings.Builder
Returns the builder for the settings used for calls to listLocations.
listLocationsSettings() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
Returns the object with the settings used for calls to listLocations.
listLocationsSettings() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings.Builder
Returns the builder for the settings used for calls to listLocations.
listLocationsSettings() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
Returns the object with the settings used for calls to listLocations.

M

MACHINE_TYPE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
MACHINE_TYPE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
mergeContainerKilled(ContainerKilledEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerKilledEvent][google.cloud.lifesciences.v2beta.ContainerKilledEvent].
mergeContainerStarted(ContainerStartedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStartedEvent][google.cloud.lifesciences.v2beta.ContainerStartedEvent].
mergeContainerStopped(ContainerStoppedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStoppedEvent][google.cloud.lifesciences.v2beta.ContainerStoppedEvent].
mergeCreateTime(Timestamp) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which the operation was created by the API.
mergeCredentials(Secret) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If the specified image is hosted on a private registry other than Google Container Registry, the credentials required to pull the image must be specified here as an encrypted secret.
mergeDelayed(DelayedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.DelayedEvent][google.cloud.lifesciences.v2beta.DelayedEvent].
mergeEncryptedEnvironment(Secret) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The encrypted environment to pass into the container.
mergeEncryptedEnvironment(Secret) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The encrypted environment to pass into every action.
mergeEndTime(Timestamp) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which execution was completed and resources were cleaned up.
mergeExistingDisk(ExistingDisk) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a existing disk.
mergeFailed(FailedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.FailedEvent][google.cloud.lifesciences.v2beta.FailedEvent].
mergeFrom(Accelerator) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
mergeFrom(Action) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
mergeFrom(ContainerKilledEvent) - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
mergeFrom(ContainerStartedEvent) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
mergeFrom(ContainerStoppedEvent) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
mergeFrom(DelayedEvent) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
mergeFrom(Disk) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
mergeFrom(Event) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
mergeFrom(ExistingDisk) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
mergeFrom(FailedEvent) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
mergeFrom(Metadata) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
mergeFrom(Mount) - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
mergeFrom(Network) - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
mergeFrom(NFSMount) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
mergeFrom(PersistentDisk) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
mergeFrom(Pipeline) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
mergeFrom(PullStartedEvent) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
mergeFrom(PullStoppedEvent) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
mergeFrom(Resources) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
mergeFrom(RunPipelineRequest) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
mergeFrom(RunPipelineResponse) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
mergeFrom(Secret) - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
mergeFrom(ServiceAccount) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
mergeFrom(UnexpectedExitStatusEvent) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
mergeFrom(VirtualMachine) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
mergeFrom(Volume) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
mergeFrom(WorkerAssignedEvent) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
mergeFrom(WorkerReleasedEvent) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
mergeNetwork(Network) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The VM network configuration.
mergeNfsMount(NFSMount) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for an NFS mount.
mergePersistentDisk(PersistentDisk) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a persistent disk.
mergePipeline(Pipeline) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The pipeline this operation represents.
mergePipeline(Pipeline) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
Required.
mergePullStarted(PullStartedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStartedEvent][google.cloud.lifesciences.v2beta.PullStartedEvent].
mergePullStopped(PullStoppedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStoppedEvent][google.cloud.lifesciences.v2beta.PullStoppedEvent].
mergeResources(Resources) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The resources required for execution.
mergeServiceAccount(ServiceAccount) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The service account to install on the VM.
mergeStartTime(Timestamp) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The first time at which resources were allocated to execute the pipeline.
mergeTimeout(Duration) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The maximum amount of time to give the action to complete.
mergeTimeout(Duration) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The maximum amount of time to give the pipeline to complete.
mergeTimestamp(Timestamp) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
The time at which the event occurred.
mergeUnexpectedExitStatus(UnexpectedExitStatusEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent][google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent].
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
mergeVirtualMachine(VirtualMachine) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The virtual machine specification.
mergeWorkerAssigned(WorkerAssignedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerAssignedEvent][google.cloud.lifesciences.v2beta.WorkerAssignedEvent].
mergeWorkerReleased(WorkerReleasedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerReleasedEvent][google.cloud.lifesciences.v2beta.WorkerReleasedEvent].
Metadata - Class in com.google.cloud.lifesciences.v2beta
Carries information about the pipeline execution that is returned in the long running operation's metadata field.
Metadata.Builder - Class in com.google.cloud.lifesciences.v2beta
Carries information about the pipeline execution that is returned in the long running operation's metadata field.
MetadataOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
METRICS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
Mount - Class in com.google.cloud.lifesciences.v2beta
Carries information about a particular disk mount inside a container.
Mount.Builder - Class in com.google.cloud.lifesciences.v2beta
Carries information about a particular disk mount inside a container.
MountOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
MOUNTS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 

N

NAME_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Disk
 
Network - Class in com.google.cloud.lifesciences.v2beta
VM networking options.
NETWORK_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Network
 
NETWORK_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
Network.Builder - Class in com.google.cloud.lifesciences.v2beta
VM networking options.
NetworkOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
newBlockingStub(Channel) - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
Returns a new gRPC builder for this class.
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
newBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
Returns a new gRPC builder for this class.
newBuilder(ClientContext) - Static method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
Returns a new builder for this class.
newBuilder(ClientContext) - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
Returns a new builder for this class.
newBuilder(Accelerator) - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
newBuilder(Action) - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
newBuilder(ContainerKilledEvent) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
newBuilder(ContainerStartedEvent) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
newBuilder(ContainerStoppedEvent) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
newBuilder(DelayedEvent) - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
newBuilder(Disk) - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
newBuilder(Event) - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
newBuilder(ExistingDisk) - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
newBuilder(FailedEvent) - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
newBuilder(Metadata) - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
newBuilder(Mount) - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
newBuilder(Network) - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
newBuilder(NFSMount) - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
newBuilder(PersistentDisk) - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
newBuilder(Pipeline) - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
newBuilder(PullStartedEvent) - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
newBuilder(PullStoppedEvent) - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
newBuilder(Resources) - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
newBuilder(RunPipelineRequest) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
newBuilder(RunPipelineResponse) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
newBuilder(Secret) - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
newBuilder(ServiceAccount) - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
newBuilder(UnexpectedExitStatusEvent) - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
newBuilder(VirtualMachine) - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
newBuilder(Volume) - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
newBuilder(WorkerAssignedEvent) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
newBuilder(WorkerReleasedEvent) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.Action
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.Disk
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.Event
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.Mount
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.Network
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.Resources
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.Secret
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.Volume
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
newBuilderForType() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.Action
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.Disk
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.Event
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.Metadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.Mount
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.Network
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.Resources
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.Secret
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.Volume
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
newFutureStub(Channel) - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newHttpJsonBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
Returns a new REST builder for this class.
newHttpJsonBuilder() - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
Returns a new REST builder for this class.
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.Action
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.Disk
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.Event
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.Metadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.Mount
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.Network
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.Resources
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.Secret
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.Volume
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
newStub(Channel) - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc
Creates a new async stub that supports all call types for the service
NFS_MOUNT - com.google.cloud.lifesciences.v2beta.Volume.StorageCase
 
NFS_MOUNT_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Volume
 
NFSMount - Class in com.google.cloud.lifesciences.v2beta
Configuration for an `NFSMount` to be attached to the VM.
NFSMount.Builder - Class in com.google.cloud.lifesciences.v2beta
Configuration for an `NFSMount` to be attached to the VM.
NFSMountOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
NVIDIA_DRIVER_VERSION_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 

P

PARENT_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
parseFrom(byte[]) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
parseFrom(ByteString) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
parseFrom(InputStream) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
parseFrom(ByteBuffer) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.Action
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.Disk
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.Event
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.Metadata
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.Mount
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.Network
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.Resources
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.Secret
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.Volume
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
parser() - Static method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
PATH_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Mount
 
PERSISTENT_DISK - com.google.cloud.lifesciences.v2beta.Volume.StorageCase
 
PERSISTENT_DISK_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Volume
 
PersistentDisk - Class in com.google.cloud.lifesciences.v2beta
Configuration for a persistent disk to be attached to the VM.
PersistentDisk.Builder - Class in com.google.cloud.lifesciences.v2beta
Configuration for a persistent disk to be attached to the VM.
PersistentDiskOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
PID_NAMESPACE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
Pipeline - Class in com.google.cloud.lifesciences.v2beta
Specifies a series of actions to execute, expressed as Docker containers.
PIPELINE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Metadata
 
PIPELINE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
Pipeline.Builder - Class in com.google.cloud.lifesciences.v2beta
Specifies a series of actions to execute, expressed as Docker containers.
PipelineOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
PORT_MAPPINGS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
PORT_MAPPINGS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
PREEMPTIBLE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
PUB_SUB_TOPIC_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Metadata
 
PUB_SUB_TOPIC_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
PUBLISH_EXPOSED_PORTS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
PULL_STARTED - com.google.cloud.lifesciences.v2beta.Event.DetailsCase
 
PULL_STARTED_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Event
 
PULL_STOPPED - com.google.cloud.lifesciences.v2beta.Event.DetailsCase
 
PULL_STOPPED_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Event
 
PullStartedEvent - Class in com.google.cloud.lifesciences.v2beta
An event generated when the worker starts pulling an image.
PullStartedEvent.Builder - Class in com.google.cloud.lifesciences.v2beta
An event generated when the worker starts pulling an image.
PullStartedEventOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
PullStoppedEvent - Class in com.google.cloud.lifesciences.v2beta
An event generated when the worker stops pulling an image.
PullStoppedEvent.Builder - Class in com.google.cloud.lifesciences.v2beta
An event generated when the worker stops pulling an image.
PullStoppedEventOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
putAllEnvironment(Map<String, String>) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The environment to pass into the container.
putAllEnvironment(Map<String, String>) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The environment to pass into every action.
putAllLabels(Map<String, String>) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Labels to associate with the action.
putAllLabels(Map<String, String>) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The user-defined labels associated with this operation.
putAllLabels(Map<String, String>) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
User-defined labels to associate with the returned operation.
putAllLabels(Map<String, String>) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Optional set of labels to apply to the VM and any attached disk resources.
putAllPortMappings(Map<Integer, Integer>) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A map of containers to host port mappings for this container.
putAllPortMappings(Map<Integer, Integer>) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
The container-to-host port mappings installed for this container.
putEnvironment(String, String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The environment to pass into the container.
putEnvironment(String, String) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The environment to pass into every action.
putLabels(String, String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Labels to associate with the action.
putLabels(String, String) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The user-defined labels associated with this operation.
putLabels(String, String) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
User-defined labels to associate with the returned operation.
putLabels(String, String) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Optional set of labels to apply to the VM and any attached disk resources.
putPortMappings(int, int) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A map of containers to host port mappings for this container.
putPortMappings(int, int) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
The container-to-host port mappings installed for this container.

R

READ_ONLY_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Mount
 
REGIONS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Resources
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.cloud.lifesciences.v2beta.WorkflowsProto
 
removeAccelerators(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
removeActions(int) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
removeDisks(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
removeEnvironment(String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The environment to pass into the container.
removeEnvironment(String) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The environment to pass into every action.
removeEvents(int) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
removeLabels(String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Labels to associate with the action.
removeLabels(String) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The user-defined labels associated with this operation.
removeLabels(String) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
User-defined labels to associate with the returned operation.
removeLabels(String) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Optional set of labels to apply to the VM and any attached disk resources.
removeMounts(int) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
removePortMappings(int) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A map of containers to host port mappings for this container.
removePortMappings(int) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
The container-to-host port mappings installed for this container.
removeVolumes(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
RESERVATION_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
Resources - Class in com.google.cloud.lifesciences.v2beta
The system resources for the pipeline run.
RESOURCES_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Pipeline
 
Resources.Builder - Class in com.google.cloud.lifesciences.v2beta
The system resources for the pipeline run.
ResourcesOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
RUN_IN_BACKGROUND_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
runPipeline(RunPipelineRequest) - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaBlockingStub
Runs a pipeline.
runPipeline(RunPipelineRequest) - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaFutureStub
Runs a pipeline.
runPipeline(RunPipelineRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc.AsyncService
Runs a pipeline.
runPipeline(RunPipelineRequest, StreamObserver<Operation>) - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaStub
Runs a pipeline.
runPipelineAsync(RunPipelineRequest) - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
Runs a pipeline.
runPipelineCallable() - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
 
runPipelineCallable() - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
runPipelineCallable() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStub
 
runPipelineCallable() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
Runs a pipeline.
runPipelineOperationCallable() - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
 
runPipelineOperationCallable() - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
runPipelineOperationCallable() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStub
 
runPipelineOperationCallable() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
Runs a pipeline.
runPipelineOperationSettings() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings.Builder
Returns the builder for the settings used for calls to runPipeline.
runPipelineOperationSettings() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
Returns the object with the settings used for calls to runPipeline.
runPipelineOperationSettings() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings.Builder
Returns the builder for the settings used for calls to runPipeline.
runPipelineOperationSettings() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
Returns the object with the settings used for calls to runPipeline.
RunPipelineRequest - Class in com.google.cloud.lifesciences.v2beta
The arguments to the `RunPipeline` method.
RunPipelineRequest.Builder - Class in com.google.cloud.lifesciences.v2beta
The arguments to the `RunPipeline` method.
RunPipelineRequestOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
RunPipelineResponse - Class in com.google.cloud.lifesciences.v2beta
The response to the RunPipeline method, returned in the operation's result field on success.
RunPipelineResponse.Builder - Class in com.google.cloud.lifesciences.v2beta
The response to the RunPipeline method, returned in the operation's result field on success.
RunPipelineResponseOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
runPipelineSettings() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings.Builder
Returns the builder for the settings used for calls to runPipeline.
runPipelineSettings() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
Returns the object with the settings used for calls to runPipeline.
runPipelineSettings() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings.Builder
Returns the builder for the settings used for calls to runPipeline.
runPipelineSettings() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
Returns the object with the settings used for calls to runPipeline.

S

SCOPES_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
Secret - Class in com.google.cloud.lifesciences.v2beta
Holds encrypted information that is only decrypted and stored in RAM by the worker VM when running the pipeline.
Secret.Builder - Class in com.google.cloud.lifesciences.v2beta
Holds encrypted information that is only decrypted and stored in RAM by the worker VM when running the pipeline.
SecretOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
SERVICE_ACCOUNT_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
SERVICE_NAME - Static variable in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc
 
ServiceAccount - Class in com.google.cloud.lifesciences.v2beta
Carries information about a Google Cloud service account.
ServiceAccount.Builder - Class in com.google.cloud.lifesciences.v2beta
Carries information about a Google Cloud service account.
ServiceAccountOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
setAccelerators(int, Accelerator) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
setAccelerators(int, Accelerator.Builder) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of accelerators to attach to the VM.
setActionId(int) - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
The numeric ID of the action that started the container.
setActionId(int) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
The numeric ID of the action that started this container.
setActionId(int) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
The numeric ID of the action that started this container.
setActionId(int) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
The numeric ID of the action that started the container.
setActions(int, Action) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
setActions(int, Action.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The list of actions to execute, in the order they are specified.
setAlwaysRun(boolean) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
By default, after an action fails, no further actions are run.
setBlockExternalNetwork(boolean) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Prevents the container from accessing the external network.
setBootDiskSizeGb(int) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The size of the boot disk, in GB.
setBootImage(String) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The host operating system image to use.
setBootImageBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The host operating system image to use.
setCause(String) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
A textual description of the cause of the delay.
setCause(String) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
The human-readable description of the cause of the failure.
setCauseBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
A textual description of the cause of the delay.
setCauseBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
The human-readable description of the cause of the failure.
setCipherText(String) - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
The value of the cipherText response from the `encrypt` method.
setCipherTextBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
The value of the cipherText response from the `encrypt` method.
setCode(Code) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
The Google standard error code that best describes this failure.
setCodeValue(int) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
The Google standard error code that best describes this failure.
setCommands(int, String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If specified, overrides the `CMD` specified in the container.
setContainerKilled(ContainerKilledEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerKilledEvent][google.cloud.lifesciences.v2beta.ContainerKilledEvent].
setContainerKilled(ContainerKilledEvent.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerKilledEvent][google.cloud.lifesciences.v2beta.ContainerKilledEvent].
setContainerName(String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
An optional name for the container.
setContainerNameBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
An optional name for the container.
setContainerStarted(ContainerStartedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStartedEvent][google.cloud.lifesciences.v2beta.ContainerStartedEvent].
setContainerStarted(ContainerStartedEvent.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStartedEvent][google.cloud.lifesciences.v2beta.ContainerStartedEvent].
setContainerStopped(ContainerStoppedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStoppedEvent][google.cloud.lifesciences.v2beta.ContainerStoppedEvent].
setContainerStopped(ContainerStoppedEvent.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.ContainerStoppedEvent][google.cloud.lifesciences.v2beta.ContainerStoppedEvent].
setCount(long) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
How many accelerators of this type to attach.
setCpuPlatform(String) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The CPU platform to request.
setCpuPlatformBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The CPU platform to request.
setCreateTime(Timestamp) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which the operation was created by the API.
setCreateTime(Timestamp.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which the operation was created by the API.
setCredentials(Secret) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If the specified image is hosted on a private registry other than Google Container Registry, the credentials required to pull the image must be specified here as an encrypted secret.
setCredentials(Secret.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If the specified image is hosted on a private registry other than Google Container Registry, the credentials required to pull the image must be specified here as an encrypted secret.
setDelayed(DelayedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.DelayedEvent][google.cloud.lifesciences.v2beta.DelayedEvent].
setDelayed(DelayedEvent.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.DelayedEvent][google.cloud.lifesciences.v2beta.DelayedEvent].
setDescription(String) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
A human-readable description of the event.
setDescriptionBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
A human-readable description of the event.
setDisableImagePrefetch(boolean) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
All container images are typically downloaded before any actions are executed.
setDisableStandardErrorCapture(boolean) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A small portion of the container's standard error stream is typically captured and returned inside the `ContainerStoppedEvent`.
setDisk(String) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
If `disk` contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk.
setDisk(String) - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
The name of the disk to mount, as specified in the resources section.
setDiskBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
If `disk` contains slashes, the Cloud Life Sciences API assumes that it is a complete URL for the disk.
setDiskBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
The name of the disk to mount, as specified in the resources section.
setDisks(int, Disk) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
setDisks(int, Disk.Builder) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks to create and attach to the VM.
setDockerCacheImages(int, String) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The Compute Engine Disk Images to use as a Docker cache.
setEmail(String) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
Email address of the service account.
setEmailBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
Email address of the service account.
setEnableFuse(boolean) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Enable access to the FUSE device for this action.
setEnableStackdriverMonitoring(boolean) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Whether Stackdriver monitoring should be enabled on the VM.
setEncryptedEnvironment(Secret) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The encrypted environment to pass into the container.
setEncryptedEnvironment(Secret) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The encrypted environment to pass into every action.
setEncryptedEnvironment(Secret.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The encrypted environment to pass into the container.
setEncryptedEnvironment(Secret.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The encrypted environment to pass into every action.
setEndTime(Timestamp) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which execution was completed and resources were cleaned up.
setEndTime(Timestamp.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The time at which execution was completed and resources were cleaned up.
setEntrypoint(String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If specified, overrides the `ENTRYPOINT` specified in the container.
setEntrypointBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
If specified, overrides the `ENTRYPOINT` specified in the container.
setEvents(int, Event) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
setEvents(int, Event.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The list of events that have happened so far during the execution of this operation.
setExistingDisk(ExistingDisk) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a existing disk.
setExistingDisk(ExistingDisk.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a existing disk.
setExitStatus(int) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
The exit status of the container.
setExitStatus(int) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
The exit status of the container.
setFailed(FailedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.FailedEvent][google.cloud.lifesciences.v2beta.FailedEvent].
setFailed(FailedEvent.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.FailedEvent][google.cloud.lifesciences.v2beta.FailedEvent].
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
setIgnoreExitStatus(boolean) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Normally, a non-zero exit status causes the pipeline to fail.
setImageUri(String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Required.
setImageUri(String) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
The URI of the image that was pulled.
setImageUri(String) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
The URI of the image that was pulled.
setImageUriBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Required.
setImageUriBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
The URI of the image that was pulled.
setImageUriBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
The URI of the image that was pulled.
setInstance(String) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
The worker's instance name.
setInstance(String) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
The worker's instance name.
setInstanceBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
The worker's instance name.
setInstanceBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
The worker's instance name.
setIpAddress(String) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
The public IP address that can be used to connect to the container.
setIpAddressBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
The public IP address that can be used to connect to the container.
setKeyName(String) - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
The name of the Cloud KMS key that will be used to decrypt the secret value.
setKeyNameBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
The name of the Cloud KMS key that will be used to decrypt the secret value.
setMachineType(String) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Required.
setMachineType(String) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
The machine type that was assigned for the worker.
setMachineTypeBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Required.
setMachineTypeBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
The machine type that was assigned for the worker.
setMetrics(int, String) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are preventing this operation from running (for example, `CPUS` or `INSTANCES`).
setMounts(int, Mount) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
setMounts(int, Mount.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
A list of mounts to make available to the action.
setName(String) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
A user-supplied name for the disk.
setNameBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
A user-supplied name for the disk.
setNetwork(Network) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The VM network configuration.
setNetwork(Network.Builder) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The VM network configuration.
setNetwork(String) - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
The network name to attach the VM's network interface to.
setNetworkBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
The network name to attach the VM's network interface to.
setNfsMount(NFSMount) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for an NFS mount.
setNfsMount(NFSMount.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for an NFS mount.
setNvidiaDriverVersion(String) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Deprecated.
google.cloud.lifesciences.v2beta.VirtualMachine.nvidia_driver_version is deprecated. See google/cloud/lifesciences/v2beta/workflows.proto;l=411
setNvidiaDriverVersionBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
Deprecated.
google.cloud.lifesciences.v2beta.VirtualMachine.nvidia_driver_version is deprecated. See google/cloud/lifesciences/v2beta/workflows.proto;l=411
setParent(String) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
The project and location that this request should be executed against.
setParentBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
The project and location that this request should be executed against.
setPath(String) - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
The path to mount the disk inside the container.
setPathBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
The path to mount the disk inside the container.
setPersistentDisk(PersistentDisk) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a persistent disk.
setPersistentDisk(PersistentDisk.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
Configuration for a persistent disk.
setPidNamespace(String) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
An optional identifier for a PID namespace to run the action inside.
setPidNamespaceBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
An optional identifier for a PID namespace to run the action inside.
setPipeline(Pipeline) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The pipeline this operation represents.
setPipeline(Pipeline) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
Required.
setPipeline(Pipeline.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The pipeline this operation represents.
setPipeline(Pipeline.Builder) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
Required.
setPreemptible(boolean) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
If true, allocate a preemptible VM.
setPublishExposedPorts(boolean) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
Exposes all ports specified by `EXPOSE` statements in the container.
setPubSubTopic(String) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
setPubSubTopic(String) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
The name of an existing Pub/Sub topic.
setPubSubTopicBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The name of the Cloud Pub/Sub topic where notifications of operation status changes are sent.
setPubSubTopicBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
The name of an existing Pub/Sub topic.
setPullStarted(PullStartedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStartedEvent][google.cloud.lifesciences.v2beta.PullStartedEvent].
setPullStarted(PullStartedEvent.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStartedEvent][google.cloud.lifesciences.v2beta.PullStartedEvent].
setPullStopped(PullStoppedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStoppedEvent][google.cloud.lifesciences.v2beta.PullStoppedEvent].
setPullStopped(PullStoppedEvent.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.PullStoppedEvent][google.cloud.lifesciences.v2beta.PullStoppedEvent].
setReadOnly(boolean) - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
If true, the disk is mounted read-only inside the container.
setRegions(int, String) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of regions allowed for VM allocation.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
setReservation(String) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
If specified, the VM will only be allocated inside the matching reservation.
setReservationBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
If specified, the VM will only be allocated inside the matching reservation.
setResources(Resources) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The resources required for execution.
setResources(Resources.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The resources required for execution.
setRunInBackground(boolean) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
This flag allows an action to continue running in the background while executing subsequent actions.
setScopes(int, String) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.
setServiceAccount(ServiceAccount) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The service account to install on the VM.
setServiceAccount(ServiceAccount.Builder) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The service account to install on the VM.
setSizeGb(int) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
The size, in GB, of the disk to attach.
setSizeGb(int) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
The size, in GB, of the disk to attach.
setSourceImage(String) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
An optional image to put on the disk before attaching it to the VM.
setSourceImage(String) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
An image to put on the disk before attaching it to the VM.
setSourceImageBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
An optional image to put on the disk before attaching it to the VM.
setSourceImageBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
An image to put on the disk before attaching it to the VM.
setStartTime(Timestamp) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The first time at which resources were allocated to execute the pipeline.
setStartTime(Timestamp.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
The first time at which resources were allocated to execute the pipeline.
setStderr(String) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
The tail end of any content written to standard error by the container.
setStderrBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
The tail end of any content written to standard error by the container.
setSubnetwork(String) - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
If the specified network is configured for custom subnet creation, the name of the subnetwork to attach the instance to must be specified here.
setSubnetworkBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
If the specified network is configured for custom subnet creation, the name of the subnetwork to attach the instance to must be specified here.
setTarget(String) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
A target NFS mount.
setTargetBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
A target NFS mount.
setTimeout(Duration) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The maximum amount of time to give the action to complete.
setTimeout(Duration) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The maximum amount of time to give the pipeline to complete.
setTimeout(Duration.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
The maximum amount of time to give the action to complete.
setTimeout(Duration.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
The maximum amount of time to give the pipeline to complete.
setTimestamp(Timestamp) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
The time at which the event occurred.
setTimestamp(Timestamp.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
The time at which the event occurred.
setType(String) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
The accelerator type string (for example, "nvidia-tesla-k80").
setType(String) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
The Compute Engine disk type.
setType(String) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
The Compute Engine disk type.
setTypeBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
The accelerator type string (for example, "nvidia-tesla-k80").
setTypeBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
The Compute Engine disk type.
setTypeBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
The Compute Engine disk type.
setUnexpectedExitStatus(UnexpectedExitStatusEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent][google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent].
setUnexpectedExitStatus(UnexpectedExitStatusEvent.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent][google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent].
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Action.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Disk.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Metadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Mount.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Secret.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
 
setUsePrivateAddress(boolean) - Method in class com.google.cloud.lifesciences.v2beta.Network.Builder
If set to true, do not attach a public IP address to the VM.
setVirtualMachine(VirtualMachine) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The virtual machine specification.
setVirtualMachine(VirtualMachine.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The virtual machine specification.
setVolume(String) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
A user-supplied name for the volume.
setVolumeBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.Volume.Builder
A user-supplied name for the volume.
setVolumes(int, Volume) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
setVolumes(int, Volume.Builder) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine.Builder
The list of disks and other storage to create or attach to the VM.
setWorkerAssigned(WorkerAssignedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerAssignedEvent][google.cloud.lifesciences.v2beta.WorkerAssignedEvent].
setWorkerAssigned(WorkerAssignedEvent.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerAssignedEvent][google.cloud.lifesciences.v2beta.WorkerAssignedEvent].
setWorkerReleased(WorkerReleasedEvent) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerReleasedEvent][google.cloud.lifesciences.v2beta.WorkerReleasedEvent].
setWorkerReleased(WorkerReleasedEvent.Builder) - Method in class com.google.cloud.lifesciences.v2beta.Event.Builder
See [google.cloud.lifesciences.v2beta.WorkerReleasedEvent][google.cloud.lifesciences.v2beta.WorkerReleasedEvent].
setZone(String) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
The zone the worker is running in.
setZone(String) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
The zone the worker was running in.
setZoneBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent.Builder
The zone the worker is running in.
setZoneBytes(ByteString) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent.Builder
The zone the worker was running in.
setZones(int, String) - Method in class com.google.cloud.lifesciences.v2beta.Resources.Builder
The list of zones allowed for VM allocation.
shutdown() - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
 
shutdown() - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
shutdown() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
 
shutdownNow() - Method in class com.google.cloud.lifesciences.v2beta.stub.GrpcWorkflowsServiceV2BetaStub
 
shutdownNow() - Method in class com.google.cloud.lifesciences.v2beta.stub.HttpJsonWorkflowsServiceV2BetaStub
 
shutdownNow() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
 
SIZE_GB_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Disk
 
SIZE_GB_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
SOURCE_IMAGE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Disk
 
SOURCE_IMAGE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
START_TIME_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Metadata
 
STDERR_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
STORAGE_NOT_SET - com.google.cloud.lifesciences.v2beta.Volume.StorageCase
 
SUBNETWORK_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Network
 

T

TARGET_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.NFSMount
 
TIMEOUT_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Action
 
TIMEOUT_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Pipeline
 
TIMESTAMP_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Event
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Action
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Disk
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Event
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Metadata
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Mount
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Network
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Resources
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Secret
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
Returns a builder containing all the values of this settings class.
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.Volume
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
toBuilder() - Method in class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
Returns a builder containing all the values of this settings class.
TYPE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Accelerator
 
TYPE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Disk
 
TYPE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 

U

unaryMethodSettingsBuilders() - Method in class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings.Builder
 
UNEXPECTED_EXIT_STATUS - com.google.cloud.lifesciences.v2beta.Event.DetailsCase
 
UNEXPECTED_EXIT_STATUS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Event
 
UnexpectedExitStatusEvent - Class in com.google.cloud.lifesciences.v2beta
An event generated when the execution of a container results in a non-zero exit status that was not otherwise ignored.
UnexpectedExitStatusEvent.Builder - Class in com.google.cloud.lifesciences.v2beta
An event generated when the execution of a container results in a non-zero exit status that was not otherwise ignored.
UnexpectedExitStatusEventOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
USE_PRIVATE_ADDRESS_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Network
 

V

valueOf(int) - Static method in enum com.google.cloud.lifesciences.v2beta.Event.DetailsCase
Deprecated.
valueOf(int) - Static method in enum com.google.cloud.lifesciences.v2beta.Volume.StorageCase
Deprecated.
valueOf(String) - Static method in enum com.google.cloud.lifesciences.v2beta.Event.DetailsCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.lifesciences.v2beta.Volume.StorageCase
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.cloud.lifesciences.v2beta.Event.DetailsCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.lifesciences.v2beta.Volume.StorageCase
Returns an array containing the constants of this enum type, in the order they are declared.
VIRTUAL_MACHINE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Resources
 
VirtualMachine - Class in com.google.cloud.lifesciences.v2beta
Carries information about a Compute Engine VM resource.
VirtualMachine.Builder - Class in com.google.cloud.lifesciences.v2beta
Carries information about a Compute Engine VM resource.
VirtualMachineOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
Volume - Class in com.google.cloud.lifesciences.v2beta
Carries information about storage that can be attached to a VM.
VOLUME_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Volume
 
Volume.Builder - Class in com.google.cloud.lifesciences.v2beta
Carries information about storage that can be attached to a VM.
Volume.StorageCase - Enum in com.google.cloud.lifesciences.v2beta
 
VolumeOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
VOLUMES_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 

W

WORKER_ASSIGNED - com.google.cloud.lifesciences.v2beta.Event.DetailsCase
 
WORKER_ASSIGNED_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Event
 
WORKER_RELEASED - com.google.cloud.lifesciences.v2beta.Event.DetailsCase
 
WORKER_RELEASED_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Event
 
WorkerAssignedEvent - Class in com.google.cloud.lifesciences.v2beta
An event generated after a worker VM has been assigned to run the pipeline.
WorkerAssignedEvent.Builder - Class in com.google.cloud.lifesciences.v2beta
An event generated after a worker VM has been assigned to run the pipeline.
WorkerAssignedEventOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
WorkerReleasedEvent - Class in com.google.cloud.lifesciences.v2beta
An event generated when the worker VM that was assigned to the pipeline has been released (deleted).
WorkerReleasedEvent.Builder - Class in com.google.cloud.lifesciences.v2beta
An event generated when the worker VM that was assigned to the pipeline has been released (deleted).
WorkerReleasedEventOrBuilder - Interface in com.google.cloud.lifesciences.v2beta
 
WorkflowsProto - Class in com.google.cloud.lifesciences.v2beta
 
WorkflowsServiceV2BetaClient - Class in com.google.cloud.lifesciences.v2beta
Service Description: A service for running workflows, such as pipelines consisting of Docker containers.
WorkflowsServiceV2BetaClient(WorkflowsServiceV2BetaStub) - Constructor for class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
 
WorkflowsServiceV2BetaClient(WorkflowsServiceV2BetaSettings) - Constructor for class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaClient
Constructs an instance of WorkflowsServiceV2BetaClient, using the given settings.
WorkflowsServiceV2BetaClient.ListLocationsFixedSizeCollection - Class in com.google.cloud.lifesciences.v2beta
 
WorkflowsServiceV2BetaClient.ListLocationsPage - Class in com.google.cloud.lifesciences.v2beta
 
WorkflowsServiceV2BetaClient.ListLocationsPagedResponse - Class in com.google.cloud.lifesciences.v2beta
 
WorkflowsServiceV2BetaGrpc - Class in com.google.cloud.lifesciences.v2beta
A service for running workflows, such as pipelines consisting of Docker containers.
WorkflowsServiceV2BetaGrpc.AsyncService - Interface in com.google.cloud.lifesciences.v2beta
A service for running workflows, such as pipelines consisting of Docker containers.
WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaBlockingStub - Class in com.google.cloud.lifesciences.v2beta
A stub to allow clients to do synchronous rpc calls to service WorkflowsServiceV2Beta.
WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaFutureStub - Class in com.google.cloud.lifesciences.v2beta
A stub to allow clients to do ListenableFuture-style rpc calls to service WorkflowsServiceV2Beta.
WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaImplBase - Class in com.google.cloud.lifesciences.v2beta
Base class for the server implementation of the service WorkflowsServiceV2Beta.
WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaStub - Class in com.google.cloud.lifesciences.v2beta
A stub to allow clients to do asynchronous rpc calls to service WorkflowsServiceV2Beta.
WorkflowsServiceV2BetaImplBase() - Constructor for class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaGrpc.WorkflowsServiceV2BetaImplBase
 
WorkflowsServiceV2BetaSettings - Class in com.google.cloud.lifesciences.v2beta
Settings class to configure an instance of WorkflowsServiceV2BetaClient.
WorkflowsServiceV2BetaSettings(WorkflowsServiceV2BetaSettings.Builder) - Constructor for class com.google.cloud.lifesciences.v2beta.WorkflowsServiceV2BetaSettings
 
WorkflowsServiceV2BetaSettings.Builder - Class in com.google.cloud.lifesciences.v2beta
Builder for WorkflowsServiceV2BetaSettings.
WorkflowsServiceV2BetaStub - Class in com.google.cloud.lifesciences.v2beta.stub
Base stub class for the WorkflowsServiceV2Beta service API.
WorkflowsServiceV2BetaStub() - Constructor for class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStub
 
WorkflowsServiceV2BetaStubSettings - Class in com.google.cloud.lifesciences.v2beta.stub
Settings class to configure an instance of WorkflowsServiceV2BetaStub.
WorkflowsServiceV2BetaStubSettings(WorkflowsServiceV2BetaStubSettings.Builder) - Constructor for class com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStubSettings
 
WorkflowsServiceV2BetaStubSettings.Builder - Class in com.google.cloud.lifesciences.v2beta.stub
Builder for WorkflowsServiceV2BetaStubSettings.
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.Accelerator
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.Action
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.ContainerKilledEvent
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStartedEvent
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.ContainerStoppedEvent
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.DelayedEvent
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.Disk
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.Event
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.ExistingDisk
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.FailedEvent
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.Metadata
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.Mount
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.Network
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.NFSMount
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.PersistentDisk
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.Pipeline
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.PullStartedEvent
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.PullStoppedEvent
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.Resources
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineRequest
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.RunPipelineResponse
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.Secret
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.ServiceAccount
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.UnexpectedExitStatusEvent
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.VirtualMachine
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.Volume
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 

Z

ZONE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.WorkerAssignedEvent
 
ZONE_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.WorkerReleasedEvent
 
ZONES_FIELD_NUMBER - Static variable in class com.google.cloud.lifesciences.v2beta.Resources
 
A B C D E F G H I K L M N P R S T U V W Z 
All Classes All Packages