Uses of Class
com.google.cloud.lifesciences.v2beta.Action
-
Packages that use Action Package Description com.google.cloud.lifesciences.v2beta A client to Cloud Life Sciences API -
-
Uses of Action in com.google.cloud.lifesciences.v2beta
Methods in com.google.cloud.lifesciences.v2beta that return Action Modifier and Type Method Description Action
Action.Builder. build()
Action
Action.Builder. buildPartial()
Action
Pipeline.Builder. getActions(int index)
The list of actions to execute, in the order they are specified.Action
Pipeline. getActions(int index)
The list of actions to execute, in the order they are specified.Action
PipelineOrBuilder. getActions(int index)
The list of actions to execute, in the order they are specified.static Action
Action. getDefaultInstance()
Action
Action.Builder. getDefaultInstanceForType()
Action
Action. getDefaultInstanceForType()
static Action
Action. parseDelimitedFrom(InputStream input)
static Action
Action. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(byte[] data)
static Action
Action. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(com.google.protobuf.ByteString data)
static Action
Action. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(com.google.protobuf.CodedInputStream input)
static Action
Action. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(InputStream input)
static Action
Action. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(ByteBuffer data)
static Action
Action. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.lifesciences.v2beta that return types with arguments of type Action Modifier and Type Method Description List<Action>
Pipeline.Builder. getActionsList()
The list of actions to execute, in the order they are specified.List<Action>
Pipeline. getActionsList()
The list of actions to execute, in the order they are specified.List<Action>
PipelineOrBuilder. getActionsList()
The list of actions to execute, in the order they are specified.com.google.protobuf.Parser<Action>
Action. getParserForType()
static com.google.protobuf.Parser<Action>
Action. parser()
Methods in com.google.cloud.lifesciences.v2beta with parameters of type Action Modifier and Type Method Description Pipeline.Builder
Pipeline.Builder. addActions(int index, Action value)
The list of actions to execute, in the order they are specified.Pipeline.Builder
Pipeline.Builder. addActions(Action value)
The list of actions to execute, in the order they are specified.Action.Builder
Action.Builder. mergeFrom(Action other)
static Action.Builder
Action. newBuilder(Action prototype)
Pipeline.Builder
Pipeline.Builder. setActions(int index, Action value)
The list of actions to execute, in the order they are specified.Method parameters in com.google.cloud.lifesciences.v2beta with type arguments of type Action Modifier and Type Method Description Pipeline.Builder
Pipeline.Builder. addAllActions(Iterable<? extends Action> values)
The list of actions to execute, in the order they are specified.
-