Uses of Interface
com.google.cloud.lifesciences.v2beta.ActionOrBuilder
-
Packages that use ActionOrBuilder Package Description com.google.cloud.lifesciences.v2beta A client to Cloud Life Sciences API -
-
Uses of ActionOrBuilder in com.google.cloud.lifesciences.v2beta
Classes in com.google.cloud.lifesciences.v2beta that implement ActionOrBuilder Modifier and Type Class Description class
Action
Specifies a single action that runs a Docker container.static class
Action.Builder
Specifies a single action that runs a Docker container.Methods in com.google.cloud.lifesciences.v2beta that return ActionOrBuilder Modifier and Type Method Description ActionOrBuilder
Pipeline.Builder. getActionsOrBuilder(int index)
The list of actions to execute, in the order they are specified.ActionOrBuilder
Pipeline. getActionsOrBuilder(int index)
The list of actions to execute, in the order they are specified.ActionOrBuilder
PipelineOrBuilder. getActionsOrBuilder(int index)
The list of actions to execute, in the order they are specified.Methods in com.google.cloud.lifesciences.v2beta that return types with arguments of type ActionOrBuilder Modifier and Type Method Description List<? extends ActionOrBuilder>
Pipeline.Builder. getActionsOrBuilderList()
The list of actions to execute, in the order they are specified.List<? extends ActionOrBuilder>
Pipeline. getActionsOrBuilderList()
The list of actions to execute, in the order they are specified.List<? extends ActionOrBuilder>
PipelineOrBuilder. getActionsOrBuilderList()
The list of actions to execute, in the order they are specified.
-