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 ActionAction.Builder. build()ActionAction.Builder. buildPartial()ActionPipeline.Builder. getActions(int index)The list of actions to execute, in the order they are specified.ActionPipeline. getActions(int index)The list of actions to execute, in the order they are specified.ActionPipelineOrBuilder. getActions(int index)The list of actions to execute, in the order they are specified.static ActionAction. getDefaultInstance()ActionAction.Builder. getDefaultInstanceForType()ActionAction. getDefaultInstanceForType()static ActionAction. parseDelimitedFrom(InputStream input)static ActionAction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(byte[] data)static ActionAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(com.google.protobuf.ByteString data)static ActionAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(com.google.protobuf.CodedInputStream input)static ActionAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(InputStream input)static ActionAction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(ByteBuffer data)static ActionAction. 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.BuilderPipeline.Builder. addActions(int index, Action value)The list of actions to execute, in the order they are specified.Pipeline.BuilderPipeline.Builder. addActions(Action value)The list of actions to execute, in the order they are specified.Action.BuilderAction.Builder. mergeFrom(Action other)static Action.BuilderAction. newBuilder(Action prototype)Pipeline.BuilderPipeline.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.BuilderPipeline.Builder. addAllActions(Iterable<? extends Action> values)The list of actions to execute, in the order they are specified.
-