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 classActionSpecifies a single action that runs a Docker container.static classAction.BuilderSpecifies a single action that runs a Docker container.Methods in com.google.cloud.lifesciences.v2beta that return ActionOrBuilder Modifier and Type Method Description ActionOrBuilderPipeline.Builder. getActionsOrBuilder(int index)The list of actions to execute, in the order they are specified.ActionOrBuilderPipeline. getActionsOrBuilder(int index)The list of actions to execute, in the order they are specified.ActionOrBuilderPipelineOrBuilder. 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.
-